• katpetuk

    (@katpetuk)


    I am using the Loop Setting “on top of the image” which is working fine on the first page, however when using pagination to go to another page, the heart / add to wishlist disappears. Same if I use the shortcode, fine on first page not loading on other pages (unless I manually refresh the page after using pagination) – I am using Bodycommerce / Divi – please help

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter katpetuk

    (@katpetuk)

    managed to fix it by adding the following code to Divi / Integration / Body – thought I’d put it here in case anyone else is having the issue using Divi and Bodycommerce:

    jQuery(document).ready(function($) {
    // Function to initialize wishlist plugin after AJAX completion
    $(document).on(‘divi_filter_completed’, function(){
    $(document).trigger(‘yith_wcwl_init’);
    });

    However, Still have ONE issue, when I add a product to the wishlist on a filtered page or paginated page, I get two confirmations of “added to wishlist” ?

    Plugin Support Pablo Pérez

    (@pperez001)

    Hi,

    I’m glad you were able to partially fix your issue. Could you send a link of your site so we can check your problem?

    Have a great day.

    Thread Starter katpetuk

    (@katpetuk)

    it’s in staging at the moment: https://newccpuk-co-uk.stackstaging.com/

    thank you

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,

    Try adding the following CSS in Appearance > Customize > Additional CSS and check if it solves the problem:

    .yith-wcwl-popup-feedback:not(:first-child) {
        display: none !important;
    }

    Let us know any news.

    Best regards.

    Thread Starter katpetuk

    (@katpetuk)

    Thanks for the suggestion. It stops the duplication but only because it just shows an empty narrow white box with a X for closing it, so no View / Close option as usual? Any other ideas?

    Plugin Support Pablo Pérez

    (@pperez001)

    Hi there,

    Please use this CSScode instead:

    .pp_inline .yith-wcwl-popup-feedback:not(:first-of-type) {
        display: none !important;
    }

    Let us know if this fixes the problem completely.

    Thread Starter katpetuk

    (@katpetuk)

    it now works if it add the product into the default scrapbook. But, if I try to add the product to a scrapbook I created, it will show two messages after adding the second product after pagination: one to say it is already in the scrapbook and one to say it’s been added – any other ideas?

    Plugin Support Juan Coronel

    (@juaancmendez)

    Hello there,

    I see that you are using the premium version of our plugin, so to receive support you will need to open a premium support ticket for Wishlist, since this is a support forum for the free version.

    Have a nice day!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Heart disappearas on paginated pages’ is closed to new replies.