I have a product slider on the front page with 5 products visible, and 9 in the rotation. When the page loads the slider "shakes" and doesn't scroll smoothly. If I click the left or right arrow it sorts itself out.
Any advice?
Thanks
jever
I have a product slider on the front page with 5 products visible, and 9 in the rotation. When the page loads the slider "shakes" and doesn't scroll smoothly. If I click the left or right arrow it sorts itself out.
Any advice?
Thanks
jever
Hi jever,
Can you link us to your site so we can take a look?
Regards,
Devin
The site is currently password protected. Can you give me an email so I can send you a login?
You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn't grab it :)
Hi Devin,
just sent it.
Cheers
jever
Please try to deactivate ALL third party plugins (except woocommerce) and check if this solves the issue. If yes activate them one by one to find the conflicting plugin. If this doesn't help revert all custom code changes (css, php, js) to make sure that the custom code doesn't affect the slider. If this still doesn't solve the issue open up wp-content/themes/replete/js/avia.js and replace:
avia_small_fixes(container);
with:
avia_small_fixes(container);
jQuery('.template-shop.shop_slider_yes .arrow_controll.arrow_controll_next').trigger('click');
jQuery('.template-shop.shop_slider_yes .arrow_controll.arrow_controll_prev').trigger('click');You must log in to post.