Forum Replies Created
-
AuthorPosts
-
March 23, 2021 at 5:37 pm in reply to: Featured Image Slider – How to adjust styling and placement #1289959
Thank you for the solutions!
Disregard #3, because I’ve figured out a solution for that.
I’ve applied the CSS you wrote, and I adjusted them a bit further, and now I need just a little more help to get them finished.
I’ve included a screenshot in the private content area, with more information.
I’d like the text to align all the way to the bottom-right corner, similar to how the image overlay on the slider is in the very top-left corner.
I’ve included an image that shows where the text is currently appearing, and where I’d like it to appear with additional modifications.
Additionally, can I make it so that the drop shadow effect is white instead of black?
Thank you again,
Carleton
Thank you for the reply and download link.
I’ve found a workaround that keeps my site functional-enough, but it only works for certain pages.
Some pages are giving me a “fatal exception” with the following message:
Fatal error: Uncaught Error: Call to undefined function avia_woocommerce_version_check() in /nas/content/live/billiardsdirec/wp-content/themes/propulsion/includes/helper-templates.php:523 Stack trace: #0 /nas/content/live/billiardsdirec/wp-content/themes/propulsion/includes/helper-templates.php(114): avia_dynamic_template->shop(Array) #1 /nas/content/live/billiardsdirec/wp-content/themes/propulsion/template-dynamic.php(13): avia_dynamic_template->generate_html() #2 /nas/content/live/billiardsdirec/wp-includes/template.php(732): require(‘/nas/content/li…’) #3 /nas/content/live/billiardsdirec/wp-includes/template.php(676): load_template(‘/nas/content/li…’, false, Array) #4 /nas/content/live/billiardsdirec/wp-includes/general-template.php(204): locate_template(Array, true, false, Array) #5 /nas/content/live/billiardsdirec/wp-content/themes/propulsion/includes/helper-templates.php(1075): get_template_part(‘template’, ‘dynamic’) #6 /nas/content/live/billiardsdirec/wp-content/themes/propulsion/page.php(10): avia_get_templat in /nas/content/live/billiardsdirec/wp-content/themes/propulsion/includes/helper-templates.php on line 523
Can I remove the helper template files and resolve the issue?
Please close this topic.
Thank you again for your thoroughness :)
Thank you for continuing to investigate this.
I activated the standard WordPress 2020 theme and the 404 error still came up for the same URL’s that were problematic on the Enfold theme.
I’ve since devised a workaround where I add a letter to the end of such problem URLS.
No further work needed to solve the issue, since my workaround is acceptable to me.
Here’s hoping nobody else is afflicted by a similar problem. :)
This reply has been marked as private.This reply has been marked as private.Thank you for your explanation and assistance.
I’ve re-read both of the original threads, and re-applied the edits as suggested, and that has worked. :)
The related products no longer appear between the “Add to cart” button and the actual product tabs. :)
For anyone else who desires this kind of layout, I’m posting the original snippet that did the trick.
Thank you again for helping me get the product page configured.
“Use this snippet in the functions.php file to move the product tabs below the gallery.”
function av_woo_tabs_below() { remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 1 ); add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 20 ); } add_action( 'init', 'av_woo_tabs_below');
- This reply was modified 4 years, 4 months ago by CarletonTorpin.
Thank you for your reply. :)
I’ve implemented that change, but the ‘You May Also Like’ section remains above the product tabs.
I’ve tried replacing that line with various numbers, including 10, 15, 9, and 1.
For products where I haven’t configured upsells, the “You May Also Like” section does not appear, but there is a large gap where it normally appears.
I’ve included an example link in the private content area.
Thank you for pointing me in the right direction.
I’ve applied the various changes and they’ve worked to make the product tabs full-width. :)
One problem has occurred: The “You may also like…” now appears above the full-width product tabs, instead of below them.
How can I make it so that the “You may also like…” section will display underneath the product tabs?
I’m including a link to an example product with this issue in the private content section.
Thank you for your assistance with this.
I’m still working on how to make my product pages show a full-width box instead of a smaller half-size box, without using the Advanced Layout Builder.
My reply was to an older post, which might make it lower priority.
If asked, I will post it as a new topic so it can enter the queue for responses.
Thank you. :)
- This reply was modified 4 years, 5 months ago by CarletonTorpin.
I’m replying to this thread because I would also like to adjust my WooCommerce product pages.
I’m using the Enfold theme and I am using several plugins that are not compatible with the Advanced Layout Builder, so I must use the default product page layout.
How can I modify my product pages so that the default product description/ reviews box takes up the full width of the page, instead of being a box on the bottom-right of the page?
I’m including a link to a mockup of what I’d like to achieve.
Thank you. :)
Thank you for your suggestion; it worked great. :)
Additionally, I found a blog post about creating a “responsive video container” CSS class for the embed code.
I’ve implemented that code across my Enfold theme and it works perfectly to fill the available width with the embed, with no extra height padding.
Here’s the link, in case others find this thread and want to achieve similar results:
That worked perfectly!
Thank you for the quick and elegant solution. :)
Thank you again for your continued help with this.
I shared your code screenshot with the creators of the plugin and they provided the solution via this code:
#top .variations td { display: block; }
.single_variation_wrap { margin: 10px 0px 20px 10px; }So, it has been solved for me. :)
Thank you again for all the help.
April 26, 2020 at 11:21 pm in reply to: Change Placement of Attribute Title on Product Page #1207396Thank you for letting me know the screenshots are not displaying properly for you.
Here is an Imgur link to a mockup of what I’d like to achieve:
Thank you for your efforts with solving this.
I’ve implemented the new code, which resulted in a visible change.
It now shows two words stacked on top of each other, but the words still aligned to the left of the color swatches instead of on top of them.
Any way to make it so the whole text is above the color swatches?
This is how the page currently looks with those CSS changes.
- This reply was modified 4 years, 7 months ago by CarletonTorpin.
Thank you for checking on this.
The screenshot you posted is indeed how it currently appears, but that is not the way I would like it to appear.
I’d like to the “Felt Colors” to be shown above the colors swatches, instead of having “Felt Colors” show up to the left of the color swatches, as it shows currently.
Thank you for that.
I’ve added it to my quick css section, but there is not a visible change on the product page.
I have cleared browser cache and refreshed the page, but still no change.
Thank you for your continued assistance in diagnosing this.
I’ve updated the private content section with a link.
Thank you. :)
Carleton
Thank you! That was exactly what I needed.
I’ve implemented the fix and it works great.
Thank you again.
Thank you for letting me know.
I’ve found a plugin solution called “Img Title Removal”, and it’s providing the functionality I was hoping for.
Thank you again for your reply.
Thank you for finding that.
I’m unsure why I’d added that CSS but I’m glad you were able to identify it.
The Masonry gallery is working great now. :D
Thank you again,
Carleton
This reply has been marked as private.Thank you for the reply.
I’ve now updated to Enfold 4.7.3
I cleared my browser cache and reloaded the problem page, and the issue persisted.
Thank you for your continued assistance,
Carleton
Thank you for letting me know that the Advanced Layout Builder may not function well with my selected plugins.
I’ve contacted Magic Zoom to see if they have a solution that allows me to utilize the Advanced Layout Builder in conjunction with their plugin.
If they provide a solution, I will update this post to share the results.
Thank you for pointing me in the right direction. :D
I found the shortcodes and they worked perfectly.
With the button issue fixed, I’m now trying to figure out how to get the Magic Zoom plugin to activate on the top product image (similar to the Predator Cues demo site linked in the original post).
I configured the Magic Zoom Plus for WooCommerce plugin but I don’t see it’s effects when I hover my mouse over the image on the development site I made.
Any ideas on how I can get Magic Zoom Plus working on this product page?
Thank you again,
Thank you!
That worked great! :D -
AuthorPosts