• Resolved markthedoc

    (@markthedoc)


    Hi

    I don’t want my Revolution Slider content to be translated on my site. I’ve added

    .rev_slider

    to advanced > General > Exclude selector (jQuery) but it doesn’t work.

    I’ve also tried adding the ‘notranslate’ class to wording in Revolution Slider but that doesn’t work either.

    Any idea why this isn’t working or advice on how I can get it to work please?

    Thanks for your help!

    • This topic was modified 7 years, 7 months ago by markthedoc.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Prisna

    (@prisna)

    Greetings,

    it’s possible that you have a cache plugin, if so, make sure to flush its cache.

    Otherwise, please send a link/URL of the site so we can check it.

    Regards

    Thread Starter markthedoc

    (@markthedoc)

    Hi

    Thanks for getting back to me. No, I’m not using a caching plugin.

    The site is – https://www.panstone.eu/

    If you need the login to take a look, just let me know.

    Thanks ??

    Plugin Author Prisna

    (@prisna)

    Greetings,

    thanks for the link.

    You should go to:

    Advanced > General > Javascript callbacks > On before load
    

    Use:

    jQuery(document).ready(function() {
    	jQuery(".rev_slider").addClass("notranslate");
    });
    

    Remove .rev_slider from the other setting, leave it blank.

    Save and try again.

    Regards

    Thread Starter markthedoc

    (@markthedoc)

    Yep, thats got it! Thanks a lot for your help ??

    Plugin Author Prisna

    (@prisna)

    No problem, glad to know it’s working fine now.

    If you don’t require any further assistance regarding this subject, we’d appreciate if you could mark the ticket as resolved.

    Regards

    Thread Starter markthedoc

    (@markthedoc)

    Done – thanks.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Revolution Slider’ is closed to new replies.