mrpolab
Forum Replies Created
-
Forum: Hacks
In reply to: Show content if there are h2, else show different stuff*if there aren’t h2
then show a code snippet to show the banner after 6 paragraphsForum: Plugins
In reply to: [KIA Subtitle] add rows to the subtitle in backendOh, can you be so kind to tell me which files I need to change?
Forum: Plugins
In reply to: [KIA Subtitle] add rows to the subtitle in backendok, thank you a lot, it will work if I just change text input with textarea?
Forum: Plugins
In reply to: [KIA Subtitle] add rows to the subtitle in backendas I write an article, I can add the subtitle text on a single line, I wish the lines were 3 or 4. thank you for the answer.
Hi everybody, I’m back with the solution!
as okuryan said <?php echo qtrans_generateLanguageSelectCode(‘image’); ?> is wrong. I added to my theme
<?php if (function_exists('qts_language_menu') ) qts_language_menu('image'); ?>
and it works now
If this can help, remeber you have to add some css. Here it is what i added to my theme’s css to show flags in the nav menu:.qts-lang-menu { list-style-type:none; float:right } .qts-lang-menu li { float : left; margin-right: 20px; margin-top: 10px; }this will show flags in horizontal order.
You can always change ‘image’ with ‘text’ or ‘both’
Thank you for your attention