adani
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate X] Adding language switcher at any pointFantastic! Thank you very much!
This is exactly what I needed.
Forum: Plugins
In reply to: [qTranslate X] Adding language switcher at any pointNow we’re talking, thank you very much Gunu! Now there’s just a little CSS needed to make it look good again. The flags are underneath each other right now, but I would like to have them next to each other. With the old qTranslate I had this in my CSS:
.qtrans_language_chooser li { float:left; margin-right:2px; }I tried to do the same little change as you suggested, which would be
.qtranxf_language_chooser li { float:left; margin-right:2px; }but sadly this didn’t change anything. Any ideas?
Forum: Plugins
In reply to: [qTranslate X] Adding language switcher at any pointOK, I really need some help, so I’m double posting again, sorry for that.
In the “old” qTranslate the code looked like this:
<?php echo qtrans_generateLanguageSelectCode('image'); ?>I need something like that again. Anybody? I’d be really thankful …
Forum: Plugins
In reply to: [qTranslate X] Adding language switcher at any pointThank you for your answer Gunu. Unfortunately it is not what I am looking for because I am using an Elegant Theme on my site and it uses it’s own menu. And I can’t add widgets to it.
What I need is actual code to put directly into the html of the menu.
Forum: Plugins
In reply to: [qTranslate X] Adding language switcher at any pointCan nobody help me? I mean, it worked with the “old” qTranslate, I just had to add some code within my page and into the header, and that’s it … 🙁