-
AuthorPosts
-
March 29, 2015 at 11:35 am #419968
Hello,
I am using the latest Enfold version, I have a shop with WooCommerce. The test version is here:
http://lekkerbrilletje.nl1) I would like to add the product description on the homepage, or a truncated paragraph trimmed down to a certain amount of characters. So you can read a bit of the product when on the overview shop page. Just like on http://lekkerbrilletje.nl .
I guess this should be done in config.php in the woocommerce theme folder? Would be great if you could help me.
2) There seems to be a bug with the lightbox in combination with the WooCommerce Additional Variation Images plugin. Whenever I click on a additional image, the lightbox doesn’t open but instead the product image opens on a new page as seen here: http://lekkerbrilletje.nl/product/dit-gaat-wel-heel-wayfareroor/
Normal products such as http://lekkerbrilletje.nl/product/clubmaster-zonnebril-zwart behave as expected and open a lightbox. Is there any way you could help me with this as well?
Thanks for providing a great theme!
Michiel
- This topic was modified 9 years, 7 months ago by Rubenloeve10.
March 29, 2015 at 3:46 pm #419982For anyone searching and reading this later, I already fixed the first problem myself by adding the following snippet to my child theme’s functions.php file:
add_action( ‘woocommerce_after_shop_loop_item_title’, ‘my_add_short_description’, 9 );
function my_add_short_description() {
echo ‘<span class=”title-description”>’ . the_excerpt() . ‘</span><br />’;
}Any help with the second issue would still be greatly appreciated :).
March 30, 2015 at 7:05 pm #420719Is there anyone who could help me with this? :)
Thanks in advance!
April 1, 2015 at 4:13 pm #421986Hi!
Not sure what’s going on there. It appears to be setup correctly but when all of the images in the page are done loading it changes it’s image and the overlay is removed for some reason. I would try contacting the plugin authors to see if they have any idea on what it could be. The plugin probably has a script which needs to be removed.
Best regards,
ElliottDecember 21, 2015 at 11:44 pm #556228I have the same problem here
Please help.
thank you.December 23, 2015 at 6:50 am #556893Hi @novaluxweb,
Please open a new thread and try to explain your issue a bit further.
Regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.