Zenon Lite multilingual header problem (flags)
-
Hi everyone!
I’m using the qTranslate plugin to make my site multilingual. I’m having a small issue with the header though.
I want the little language selection flags to appear in the top right corner of the header, so that visitors can switch languages without having to scroll to the footer.
Now I’ve found the code that does this – I’m just having trouble positioning the flags.
Take a look at my website to see how the flags float around the page. This is of course not how I want it!
I’ve put the following code in the header.php code, where it says MENU STARTS:
<?php echo qtrans_generateLanguageSelectCode(‘both’); ?>
The full code looks like this:
<div id=”menu_wrap”><div class=”center”><div id=”topmenu”><?php wp_nav_menu( array( ‘container_class’ => ‘menu-header’, ‘theme_location’ => ‘primary’ ) ); ?></div><?php echo qtrans_generateLanguageSelectCode(‘both’);?> </div></div>
The bold part is where I put the code.
Does anyone know what I should do?
I thank you in advance for your help!
- The topic ‘Zenon Lite multilingual header problem (flags)’ is closed to new replies.