Support ForumReplace the word LANGUAGE with an icon? – Support Forum https://support.ishyoboy.com/forums/topic/replace-the-word-language-with-an-icon/feed/ Thu, 03 Sep 2026 16:20:29 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/replace-the-word-language-with-an-icon/#post-1873 <![CDATA[Replace the word LANGUAGE with an icon?]]> https://support.ishyoboy.com/forums/topic/replace-the-word-language-with-an-icon/#post-1873 Tue, 04 Mar 2014 14:00:29 +0000 primetel Hi,

How can i replace the word LANGUAGE(top header) selection with an icon?

Thanks in advance.

]]>
https://support.ishyoboy.com/forums/topic/replace-the-word-language-with-an-icon/#post-1874 <![CDATA[Reply To: Replace the word LANGUAGE with an icon?]]> https://support.ishyoboy.com/forums/topic/replace-the-word-language-with-an-icon/#post-1874 Tue, 04 Mar 2014 14:09:41 +0000 IshYoBoy Hey,

In the following file on line 1780:

wp-content\themes\nalleto\functions.php

There is a function:

Yo can redefine it in your child-theme and change its body. You can replace the __( 'Language', 'ishyoboy' ) with any code you need. Or you could also add class="icon-globe" or any other icon to the “a” element.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/replace-the-word-language-with-an-icon/#post-1875 <![CDATA[Reply To: Replace the word LANGUAGE with an icon?]]> https://support.ishyoboy.com/forums/topic/replace-the-word-language-with-an-icon/#post-1875 Tue, 04 Mar 2014 14:43:55 +0000 primetel Ok great. In case someone needs this I changed it so to show current language flag:

'<a href="#"><img src="/about/wp-content/plugins/sitepress-multilingual-cms/res/flags/'.ICL_LANGUAGE_CODE.'.png" height="12" alt="'.ICL_LANGUAGE_CODE.'" width="18" class="ish-lng-img" /></a>';

It works, i hope this is a good practice.

]]>
https://support.ishyoboy.com/forums/topic/replace-the-word-language-with-an-icon/#post-1887 <![CDATA[Reply To: Replace the word LANGUAGE with an icon?]]> https://support.ishyoboy.com/forums/topic/replace-the-word-language-with-an-icon/#post-1887 Wed, 05 Mar 2014 06:00:34 +0000 IshYoBoy Cool! Thanks for sharing!

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>