-
AuthorPosts
-
February 19, 2014 at 6:35 pm #226353
Hello
I would put a flag to change the language in the upper right corner of the page.
I turned on WPML.best regards
February 21, 2014 at 2:35 am #227196Hi osukaru!
Please open Header.php file in Appearance > Editor and find
/* * Hook that can be used for plugins and theme extensions (currently: the wpml language selector) */
and add following line right below it
echo "<div id='flags_language_selector'>". language_selector_flags(); ."</div >";
Cheers!
YigitFebruary 21, 2014 at 11:46 am #227383Unfortunately, when I add this phrase in this place crashes error.
(Parse error: syntax error, unexpected ‘.’ in /home/xyz/public_html/new/wp-content/themes/enfold/header.php on line 126
I tried to change it, but I could not.
bit.ly/1hdkJHz
February 21, 2014 at 12:55 pm #227430Hi!
Please use this:
echo "<div id='flags_language_selector'>". language_selector_flags() ."</div >";
Best regards,
IsmaelFebruary 21, 2014 at 1:01 pm #227432Hi
no longer appears an error, but I do not see the flag still…February 21, 2014 at 2:19 pm #227480Hi!
Sorry! My bad! Please use this:
do_action('icl_language_selector');
Add this on Quick CSS to adjust the position:
#lang_sel { position: absolute; top: -20px; left: -160px; }
Change the top and left value.
Cheers!
IsmaelFebruary 21, 2014 at 2:47 pm #227495unfortunately still does not appear on the flags … :/
February 21, 2014 at 10:39 pm #227717Hey!
Please try changing the header type to “Fixed header with social icons and bottom navigation”. If flags are still not visible, please post a temporary admin login so we can take a look
Regards,
YigitFebruary 22, 2014 at 11:01 am #227856If the following settings are enabled:
“Fixed Header with Social Icons and additional Navigation”
“Non-fixed Header with Social Icons and additional Navigation”
“Header with Social Icons and bottom Navigation”
Flag icons appear even without adding code to the header.When these settings are enabled, flag icons do not appear even after adding code to the header:
“Small fixed Header”
“Small non-fixed Header”February 23, 2014 at 2:41 am #228011 -
AuthorPosts
- The topic ‘flag to change the language’ is closed to new replies.