Title: asking244's Replies | WordPress.org

---

# asking244

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate] qtranslate Headerimage Kopfbild](https://wordpress.org/support/topic/qtranslate-headerimage-kopfbild/)
 *  Thread Starter [asking244](https://wordpress.org/support/users/asking244/)
 * (@asking244)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/qtranslate-headerimage-kopfbild/#post-4119899)
 * Thanks, but i mean:
 *     ```
       <?php if (qtrans_getLanguage() == 'en') : ?>
       <a href="http://www.domain.de/en"><img src="http://www.domain.de/wp-content/themes/my/images/eng.jpg" width="1024" height="200" /></a>
       <?php else : ?>
       <a href="http://www.domain.de/de"><img src="http://www.domain.de/wp-content/themes/my/images/de.jpg" width="1024" height="200" /></a>
       <?php endif; ?>
       ```
   
 * _[Moderator Note: Please post code & markup between backticks or use the code
   button. Your posted code may now have been permanently damaged by the forum’s
   parser.]_
 * **NEXT QUESTION:**
 * <?php echo qtrans_generateLanguageSelectCode(‘image’); ?>
 * IT WORKS perfect in horizontal Navigationmenü!!!
 * <?php echo qtrans_generateLanguageSelectCode(‘text’); ?>
 * IT DOESNT WORK in horizontal Navigationmenü.
    In IE and Firefox i don´t see anythink.
   In Opera i see little text.
 * WHATS HAPPEND?????
 * Thank you a lot!

Viewing 1 replies (of 1 total)