Developer forum

Forum » Rapido » Home Page carousel not working correctly

Home Page carousel not working correctly

Shiwanka Chathuranga Dynamicweb Employee
Shiwanka Chathuranga
Reply

HI

Product Carousel not working correctly in the home page, first 2 images coming correctly and rest of images not loading at the correct time

you can refer the https://easmed-uat.dynamicwebapac.com 

and DW version is 9.5.3 and Rapido version 3.0

 

Thanks and hope you guys can give help how to resolve it


Replies

 
Karsten Thuen Dynamicweb Employee
Karsten Thuen
Reply

Hi Shiwanka 

Sorry for the late answer. This is a very stupid bug, that should have been fixed in Rapido 3.0 - Unfortunately it was not. It is in Rapido 3.0.1 If you need the fix without updating Rapido, here is how:

  1. If it is not already enabled, enable custom Javascript in the bottom of the Website settings
  2. Open templates/designs/rapido/js/source/custom.js for edit. If you do not have access to bundle + minify on the solution for the javascripts, open custom.min.js for edit instead.
  3. Then paste this code, and save:

document.addEventListener("shiftSlide", function () {
    if (bLazy != null) {
         bLazy.revalidate();
     }
});

 

Best regards
Karsten Thuen

 

 
Shiwanka Chathuranga Dynamicweb Employee
Shiwanka Chathuranga
Reply

Thanks Karsten

We already resolved with removing LazyLoading of the image...

I will try this also and let you know

thanks

 

You must be logged in to post in the forum