• Resolved agizzie

    (@agizzie)


    Hi,

    I wish to add a nostranslate for the currency symbol and haveseen you can add notranslate via css. Howver, the instructions via your website aren’t too clear. Can I add the css to my child theme’s style sheet or does it go in the plugin’s settings via the plugin settings on my dashboard?

    Screen Shot

    Please advise. Thanks
    GTranslate Website

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter agizzie

    (@agizzie)

    I’ve enqueued JQuery, as belwo. But it doesn’t work, any ideas anyone?

    $(function() {
            $(".woocommerce-Price-currencySymbol").addClass('notranslate');
           
        });
    
    Plugin Author edo888

    (@edo888)

    Hi,

    I cannot help you without seeing your website. Please post your website address.

    You can also use our paid version which will be fine out of the box.

    Thanks! ??

    Thread Starter agizzie

    (@agizzie)

    Hi @edo888 sorry, the site in questions is https://mnkcase.com

    Plugin Author edo888

    (@edo888)

    Hi,

    I have checked the shop page and a product page and it seems the prices are inside <span class="woocommerce-Price-amount amount">...</span>

    So you either change it to be like this: <span class="woocommerce-Price-amount amount notranslate">...</span> or you can do it with js after page load:

    jQuery(document).ready(function() {
        jQuery(".woocommerce-Price-amount").addClass('notranslate');
    });

    Hope this helps.

    Thanks! ??

    Thread Starter agizzie

    (@agizzie)

    Thanks @edo888 the JQuery worked and I discovered all pages editied with ELemnetor I could use “.price” However, Elementor isn’t on every page so I will need to do some edits either with ELementor or the JQuery code to add other elemnents.

    Plugin Author edo888

    (@edo888)

    You are welcome! If you have a moment, please share your feedback: https://www.ads-software.com/support/plugin/gtranslate/reviews/#new-post

    Thanks! ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Currency Symbol – nostranslate’ is closed to new replies.