Same problem here. Searching into the code, it seems there is an api call to https://cgw.motopress.com/wp-json/getwid-templates-server/v1/get_templates, which returns an error
Thread Starter
fullbl
(@fullbl)
No problems at all, I just wanted to warn you!
Many thanks!
I did the same using iMacros for firefox 😀
Thread Starter
fullbl
(@fullbl)
Done by myself:
if (currentSlider.hasClass('thumb_nav')) { //nascondiamo le immagini troppo lontane
for (i = 1; i <= panels.length; i++)
if (i <= currentValue - 10 || i >= currentValue + 10)
$('.thumb_nav .' + i).hide();
else
$('.thumb_nav .' + i).show();
}
at the end of progress function!