Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #625344

    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?

    #625566

    any answer?

    #626221

    Hi,

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #627308
    #627688

    does anyone knows how to fix it?

    #628748

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.