Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #419968

    Hello,

    I am using the latest Enfold version, I have a shop with WooCommerce. The test version is here:
    http://lekkerbrilletje.nl

    1) 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.
    #419982

    For 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 :).

    #420719

    Is there anyone who could help me with this? :)

    Thanks in advance!

    #421986

    Hi!

    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,
    Elliott

    #556228

    I have the same problem here

    Please help.
    thank you.

    #556893

    Hi @novaluxweb,

    Please open a new thread and try to explain your issue a bit further.

    Regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.