• Resolved hody71

    (@hody71)


    Hello,

    could youl please help me. I downloaded your plugin and tried to use it but it is not working on my site. When I click on button Load more then new products are appeared on page but without title image and price. I see for all new products loading image and title, image and price never appear.

    Do you know how can I fix it?

    Best Regards
    Peter

    The page I need help with: [log in to see the link]

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hello,

    You have lazyload for this elements in your theme or extra plugin. Turn it off and it would be working. Other option is to re-initialize the code for showing lazyload elements. Please check theme docs about this. If they show this Javascript you can enter it in our plugin settings page tab Javascript field After Update.

    Regards,
    Dima

    Thread Starter hody71

    (@hody71)

    Hello Dima,

    Thank you for yor advice. Do you know where I can find it in the theme. I checked all theme settings but I did no find lazyload.

    Best regards,
    Peter

    Thread Starter hody71

    (@hody71)

    Hi Dima,
    I used this plugin Disable Lazy Load which should disable this feature. But it did not help. I have still the same issue.

    Best regards
    Peter

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi Peter,

    Right now I cannot see it. CSS and Javascript is not loading as links like this https://zabalto.sk/wp-content/cache/wpo-minify/1639988601/assets/wpo-minify-header-39451cc3.min.css are blocked for some reason.

    Please check configuration of wpo-minify plugin.

    Regards,
    Dima

    Thread Starter hody71

    (@hody71)

    Hi Dima,

    You could not see mentioned issue because I disabled “Load More Products for WooCommerce” plugin. Why do you think files are blocked? Can we organice for example skype session. I would like to show you my issue and we can have a look at it together.

    Best regards,
    Peter

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi Peter,

    Site is loading correctly for me now.

    Please turn off lazyload, turn on our plugin and update me when done. I’ll check the issue.

    Ofc if you would have dev site version it will be easier to check.

    Regards,
    Dima

    Thread Starter hody71

    (@hody71)

    Hi Dima,

    I am sorry for my late response. I did not notice your message. We do not have dev site only Prod. I cannot turn on your plugin because than loading of products does not work.

    Could we agree on common meeting where I can show it to you. Or if you want to check it alone please provide me time when you will check it in order to turn off lazy loading and turn on the plugin at that time.

    Best regards
    Peter

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi Peter,

    Please ping me tomorrow when you can turn our plugin on. Will arrange the time to check it.

    Regards,
    Dima

    Thread Starter hody71

    (@hody71)

    Hi Dima,

    I can turn plugin on between 10 a.m. – 3 p.m. Vienna time or between 6 p.m. – 9 p.m. Vienna time. Please let me know what time is convenient for you.

    Best regards
    Peter

    Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi Peter,

    Sorry for the late reply.

    Could we schedule it for tomorrow? What time can you turn in on/off for at least an hour or 2?

    Regards,
    Dima

    Thread Starter hody71

    (@hody71)

    Hi Dima,

    I can turn plugin on between 10 a.m. – 9 p.m. Vienna time. Please let me know what time is convenient for you and I will turn it on for 1 or 2 hours.

    Best regards
    Peter

    Plugin Author RazyRx

    (@razyrx)

    Hello,

    Please try to add code in plugin settings -> JavaScript/CSS tab -> After Update field

    jQuery(".products .container-inner .product-detail-wrapper").find(".add_to_cart_button,.product_type_external,.product_type_grouped,.product_type_variable,.product_type_simple").each(function(i) {
            jQuery(this).appendTo(jQuery(this).parent().parent().parent().parent().find(".product-block-hover"))
        });
        jQuery(".products .container-inner .product-detail-wrapper").find(".yith-wcwl-add-to-wishlist").each(function(i) {
            jQuery(this).appendTo(jQuery(this).parent().parent().parent().parent().find(".product-block-hover"))
        });
        jQuery(".products .container-inner .product-detail-wrapper").find(".yith-wcqv-button").each(function(i) {
            jQuery(this).appendTo(jQuery(this).parent().parent().parent().parent().find(".product-block-hover"))
        });
        jQuery(".products .container-inner .product-detail-wrapper").find(".compare-button").each(function(i) {
            jQuery(this).appendTo(jQuery(this).parent().parent().parent().parent().find(".product-block-hover"))
        })
    jQuery("ul.products li span.product-loading").hide();

    Regards,
    Oleg

    Thread Starter hody71

    (@hody71)

    Hello RazyRx,

    It is working. Many thanks for your help

    Best regards
    Peter

    Thread Starter hody71

    (@hody71)

    Hello RazyRx,

    I have one more question. Is it somehow possible to implement load more button on different page? Currently it is implemented on my shop page example: https://zabalto.sk/product-category/sklo-pohare-flase/ but I would like to implement it also on sale page https://zabalto.sk/vypredaj/.

    Best regrads
    Peter

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Load more does not work’ is closed to new replies.