• Hi, I’ve installed the plugin and activated the text Marquee. Can you please tell me how I can change the settings of the marquee, to make it go faster. I’ve got as far as creating the folder “extensive-vc” in my child theme. Any help would be hugely appreciated. Thanks a lot. Jamie

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Nenad Obradovic

    (@nenad-obradovic)

    Hi Jamie,

    Unfortunately only way to do that is to change plugin main JS file. In order to do that just navigate to plugin folder/assets/js/main.js open this file with some text editor and find this function evcInitTextMarquee() inside that part of code you will see

    var delta = 1, //pixel movement
    speedCoeff = 0.8, // below 1 to slow down, above 1 to speed up

    just set values you want and save. After that select whole code from this file and minify it (you can use this tool https://jscompress.com/) then copy/paste whole minify code into main.min.js file and save it.

    I hope this helps you ??

    Best regards,
    Nenad

Viewing 1 replies (of 1 total)
  • The topic ‘TEXT Marquee Settings’ is closed to new replies.