Load more does not work
-
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
PeterThe page I need help with: [log in to see the link]
-
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,
DimaHello 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,
PeterHi 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
PeterHi Peter,
Right now I cannot see it. CSS and Javascript is not loading as links like this
http://zabalto.sk/wp-content/cache/wpo-minify/1639988601/assets/wpo-minify-header-39451cc3.min.cssare blocked for some reason.Please check configuration of wpo-minify plugin.
Regards,
DimaHi 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,
PeterHi 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,
DimaHi 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
PeterHi Peter,
Please ping me tomorrow when you can turn our plugin on. Will arrange the time to check it.
Regards,
DimaHi 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
PeterHi 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,
DimaHi 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
PeterHello,
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,
OlegHello RazyRx,
It is working. Many thanks for your help
Best regards
PeterHello 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
The topic ‘Load more does not work’ is closed to new replies.