Posted on 14/12/2018 09:03:08
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:
- If it is not already enabled, enable custom Javascript in the bottom of the Website settings
- 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.
- Then paste this code, and save:
document.addEventListener("shiftSlide", function () {
if (bLazy != null) {
bLazy.revalidate();
}
});
Best regards
Karsten Thuen