anallabres
Forum Replies Created
-
To hange the message language you just have to use the codes (like [:en] [:it] [:fr]) in the message box.
Something like this:
[:es]Utilizamos cookies para mejorar nuestros servicios y experiencia de usuario. Si continua navegando, consideramos que acepta su uso.[cookie_button] [cookie_link][:pt]Nós usamos cookies para melhorar os nossos serviços e experiência do usuário. Se você continuar a navegar, considerar a aceitação de seu uso.[cookie_button] [cookie_link]
Hope it helps.
Hello. It doesn’t work for the ‘Read more’ link.
Any tips?
Thanks
Forum: Plugins
In reply to: [mqTranslate] widget choice of languages main menu available?Just checked and it does show on my iphone….
Forum: Plugins
In reply to: [mqTranslate] Portfolio categories translationFound this in an old post of qtranlate forum and worked!
http://ww.wp.xz.cn/support/topic/plugin-qtranslate-translating-custom-taxonomy-names?replies=14
In case it helps someone else.
Forum: Plugins
In reply to: [mqTranslate] mqtranslate – put language switcher in headerThis might help to place them horizontal:
.qtrans_language_chooser li { float:left; margin-right:3px }2nd question: Yes, it will be safer to do changes in the custom CSS field
3rd question. You should check that with your theme creator or try to find out the php file where that nav menu is placed. It might be page.php or header.php… and place the <?php echo qtrans_generateLanguageSelectCode(‘image’); ?> code there.
Hope it helps
Forum: Plugins
In reply to: [mqTranslate] widget choice of languages main menu available?De nada, you’re welcome 🙂
Forum: Plugins
In reply to: [mqTranslate] widget choice of languages main menu available?You should use ‘dropdown’
Forum: Plugins
In reply to: [mqTranslate] widget choice of languages main menu available?I am not an expert in php and it worked for me. You just need to add this code:
<?php echo qtrans_generateLanguageSelectCode(‘both’); ?>in the header.php file where you want the switcher to show. Then you can change css if you want it to look different.
In that code you can change ‘both’ depending on what you want to show:
‘text’ if you want just the name of the language
‘image’ if you want just the flags
‘both’ if you want both
‘dropdown’ for the language dropdownHope it helps.
Forum: Plugins
In reply to: [Fix for Yoast SEO and qTranslate/qTranslateX] doesn't workHi!
How did you get this to work with mqTranslate?
Not working for me 🙁
And did you finally find a way to filter the meta description too??
Many thanks!!
Forum: Plugins
In reply to: [mqTranslate] mqTranslate and multilingual SEO with Yoast seoHi! Doesn’t work for me 🙁
Does it work for mqTranslate 2.6.6.3?
I’ve added the code in functions.php and changed the sitemaps file. But the filter is not working
http://anallabres.com/temp/seo.png
Any ideas?
Forum: Plugins
In reply to: [mqTranslate] widget choice of languages main menu available?It depends on your theme. if you don’t have a header widget you will need to add the code manually.
Check this from qtranslate Faqs:
I DON’T USE WIDGETS, HOW CAN I LET QTRANSLATE GENERATED THE LANGUAGE SELECTOR/SWITCHER?
Just put qtrans_generateLanguageSelectCode($type) in your Templates. If you set $type = ‘image’, flags will be used, $type = ‘both’ will show flags and language, $type=’dropdown’ will generated a dropdown list instead, default is ‘text’. Example:
<?php echo qtrans_generateLanguageSelectCode(‘both’); ?>Forum: Plugins
In reply to: [qTranslate] change header image based on language selectedHi Arevik.
I am trying to do this but can not figure it out. Where did you add this code?Many thanks,
Ana
Forum: Themes and Templates
In reply to: [Zenon Lite] limited Featured Image on homeIt does!! Thanks a lot!! You’re brilliant.
Forum: Themes and Templates
In reply to: [Zenon Lite] limited Featured Image on homeHi Towfiq,
Thanks for that but still not working 🙁 error 404
Forum: Themes and Templates
In reply to: [Zenon Lite] limited Featured Image on homeThanks. Done that and an error 404 page appears…