Flags not displaying using Drupa Zen theme
May 2, 2015 8:54 am by dave-blackdog
May 2, 2015 8:54 am by dave-blackdog
Hi Edvard
Have used this module loads of times on Jommla sites for clients and never had problems. Am trying to set up community site using AbleOrganiser which uses the Drupal Zen template. Have modified inline css to display inline-block and put px after img size still no flags. They display fine in drop down select list , Try here for a view http://blackdog.co/organise/
If I switch the site default template to Bartik all works fine, so I reckon it's definitely a CSS issue that I cannot fathom now.
Cheers
Dave
Re: Flags not displaying using Drupa Zen theme
May 3, 2015 5:03 pm by Edvard
May 3, 2015 5:03 pm by Edvard
Hi,
You have img {height: auto;} in your CSS.
Probably you have made a CSS mistake when you have modified it.
You have this:
a.gtflag img {display:inline-block; height:16px width:16px;}
should be:
a.gtflag img {display:inline-block; height:16px; width:16px;}
Thanks!
SIMILAR TOPICS
Onloading the plugin quickly flashes up flags and text names | Feb 7, 2019 3:29 pm | Replies: 1 | Post by: brobertson |
Flags Not Displaying Correctly GTranslate | Dec 19, 2018 10:16 am | Replies: 1 | Post by: PetterParker |
Translate a few words in wordpress theme | Aug 14, 2018 4:25 am | Replies: 1 | Post by: sagarpanchal |
[wordpress] mobile theme switcher bug. | Apr 20, 2018 9:54 am | Replies: 4 | Post by: mook |
Set Dropdown with flags to scroll rather than expand | Nov 4, 2017 1:38 pm | Replies: 5 | Post by: MinnieB |