• Resolved hamzaamaqsood

    (@hamzaamaqsood)


    I want to know where I need to put this code on my website. Because I want to skip translation for my Brand Name. I need help

    <span class=”notranslate”>this text will not be translated</span>

Viewing 4 replies - 1 through 4 (of 4 total)
  • you need to add a class like this
    class="notranslate"
    to the tag that “surrounds” your corporate identity.
    To do this, you need to go into your site template and edit the html
    Or add a class using javascript.

    on the example of a block with a logo

    <div class="notranslate site-logo">
    	<a href="" rel="home">
    		<img width="197" height="35" src="" class="attachment-full size-full" alt="" title="">
    	</a>
    </div>
    Thread Starter hamzaamaqsood

    (@hamzaamaqsood)

    Thanks for this knowledge. I want to know one more thing, this plugin hides my header, How can I fix it if possible to do?

    This plugin shouldn’t do that. And even if, suddenly, this happens – you need to look at the site itself, to understand what is happening. In my practice of using this plugin on a dozen sites with different templates, I did not encounter such a problem.

    Plugin Author edo888

    (@edo888)

    @hamzaamaqsood please open a separate topic and post your website address, so I can check it for you.

    @polarone thanks for your input.

    Thanks! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to skip translations?’ is closed to new replies.