Hello there,
I’m using the widget Partnet/Logo Element. the logos running from the right side to the left side, you can see some example on this video:
http://screencast.com/t/fg1pnUMCjQ
I want them to run from the left side to the right side.
How can I do that?
any answer?
Hi,
Could you provide us with a link to the site in question so that we can take a closer look please?
Regards,
Rikard
this is the link:
http://www.test.petahtikva.co.il/logo/
does anyone knows how to fix it?
Hi,
Thank you for using Enfold.
This is possible but it will require modification that you can’t do in a child theme. You have to modify the js > shortcodes.js > AviaSlider function. Look for this code around line 4477:
direction = dir === 'next' ? -1 : 1,
.. replace it with:
direction = dir === 'next' ? 1 : -1,
Best regards,
Ismael