Title: mrpolab's Replies | WordPress.org

---

# mrpolab

  [  ](https://wordpress.org/support/users/mrpolab/)

 *   [Profile](https://wordpress.org/support/users/mrpolab/)
 *   [Topics Started](https://wordpress.org/support/users/mrpolab/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mrpolab/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mrpolab/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mrpolab/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mrpolab/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mrpolab/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Show content if there are h2, else show different stuff](https://wordpress.org/support/topic/show-content-if-there-is-a-specific-div-id-else-show-different-stuff/)
 *  Thread Starter [mrpolab](https://wordpress.org/support/users/mrpolab/)
 * (@mrpolab)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/show-content-if-there-is-a-specific-div-id-else-show-different-stuff/#post-6573352)
 * *if there aren’t h2
    then show a code snippet to show the banner after 6 paragraphs
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[KIA Subtitle] add rows to the subtitle in backend](https://wordpress.org/support/topic/add-rows-to-the-subtitle-in-backend/)
 *  Thread Starter [mrpolab](https://wordpress.org/support/users/mrpolab/)
 * (@mrpolab)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/add-rows-to-the-subtitle-in-backend/#post-4992197)
 * Oh, can you be so kind to tell me which files I need to change?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[KIA Subtitle] add rows to the subtitle in backend](https://wordpress.org/support/topic/add-rows-to-the-subtitle-in-backend/)
 *  Thread Starter [mrpolab](https://wordpress.org/support/users/mrpolab/)
 * (@mrpolab)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/add-rows-to-the-subtitle-in-backend/#post-4992194)
 * ok, thank you a lot, it will work if I just change text input with textarea?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[KIA Subtitle] add rows to the subtitle in backend](https://wordpress.org/support/topic/add-rows-to-the-subtitle-in-backend/)
 *  Thread Starter [mrpolab](https://wordpress.org/support/users/mrpolab/)
 * (@mrpolab)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/add-rows-to-the-subtitle-in-backend/#post-4992138)
 * as 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate slug with widget] Flags in header: only translate the language path and not the slug](https://wordpress.org/support/topic/flags-in-header-only-translate-the-language-path-and-not-the-slug/)
 *  Thread Starter [mrpolab](https://wordpress.org/support/users/mrpolab/)
 * (@mrpolab)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/flags-in-header-only-translate-the-language-path-and-not-the-slug/#post-3184434)
 * found a solution here [http://wordpress.org/support/topic/flags-in-header-only-translate-the-language-path-and-not-the-slug-1?replies=5](http://wordpress.org/support/topic/flags-in-header-only-translate-the-language-path-and-not-the-slug-1?replies=5)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Qtranslate Slug] Flags in header: only translate the language path and not the slug](https://wordpress.org/support/topic/flags-in-header-only-translate-the-language-path-and-not-the-slug-1/)
 *  Thread Starter [mrpolab](https://wordpress.org/support/users/mrpolab/)
 * (@mrpolab)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/flags-in-header-only-translate-the-language-path-and-not-the-slug-1/#post-3184980)
 * 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

Viewing 6 replies - 1 through 6 (of 6 total)