Hi,
I'm using platform pro and qTranslate plugin. I'm translating all the posts but in one category, I only want to use one language, so I would like to hide the language flags, only for that category. Any idea of how can I do that?
Thank you very much!
Hide qTranslate flags only for one category (Platform Pro)
Started by
eolic
, Oct 09 2012 11:06 AM
qTranslate category platformpro platform
7 replies to this topic
#1
Posted 09 October 2012 - 11:06 AM
#2
Posted 09 October 2012 - 11:24 AM
Hi,
Well you could hide them using CSS. However, they will still be shown in your page source code.
If you provide a link to the category and which languages you would like removed, I can take a look for you.
Well you could hide them using CSS. However, they will still be shown in your page source code.
If you provide a link to the category and which languages you would like removed, I can take a look for you.
#3
Posted 09 October 2012 - 02:42 PM
I would like to hide all the flags from "blog" category Would be perfect to do it just using CSS, thank you very much.
#4
Posted 09 October 2012 - 02:47 PM
Please use this CSS:
body.category-blog #qtranslate {display: none;}
#5
Posted 09 October 2012 - 03:17 PM
Thanks Katrina but it's not working. I also tried with the category ID (54) and not working...
I added it at Custom Code area of Platform Pro.
I added it at Custom Code area of Platform Pro.
#6
Posted 09 October 2012 - 03:27 PM
Try:
body.category-blog.category-54 #qtranslate {display: none !important;}
#7
Posted 09 October 2012 - 03:35 PM
Nops, still not working.
thanks for your help.
thanks for your help.
#8
Posted 09 October 2012 - 03:46 PM
To continue working on the issue, you'll need to keep adjusting the selector. Perhaps try archive.category-blog or variations of that (as long as you use the category-blog or category-54 selector).
Also tagged with one or more of these keywords: qTranslate, category, platformpro, platform
PageLines Framework →
Customizations →
Change Category Posts VisualisationStarted by hugo2808 , Today, 04:56 PM |
|
|
||
Legacy Themes →
PlatformPro →
Pb using qTranslateStarted by yannick , 13 May 2013 |
|
|
||
Empty Category Page / Sidebar in Archive PageStarted by qbusagentur , 07 May 2013 |
|
|
||
Is it possible to add Page Excerpts with Platform theme?Started by adrianoattus , 26 Apr 2013 |
|
|
||
Category full posts, not excerptsStarted by dario , 15 Apr 2013 |
|
|












