-
AuthorPosts
-
April 20, 2015 at 2:30 pm #431285
Hello,
I am using the Enfold “Photography” theme. My WPML language switchers are correctly displaying at the bottom of the menu (just above the social media icons) but I also have 2 little flags showing on the top left corner of the Menu Column (on top of the logo).
Is it possibile to remove those 2 flags above? I can’t figure out how from the Dashboard and I figure I need some code, although I am not sure which one by reading other threads.
Thank you so much!!
April 20, 2015 at 2:45 pm #431295April 20, 2015 at 4:06 pm #431368This reply has been marked as private.April 20, 2015 at 4:12 pm #431376Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_wpml_language_switch_extra { display: none; }
Best regards,
YigitApril 20, 2015 at 4:53 pm #431417Wow thank you so much for the quick reply!!!
Only one more thing: I have selected the “horizontal” display of the flags but they are showing vertically.. not sure if I should contact WPML about this or if you have tips?
Thanks again
April 21, 2015 at 4:03 pm #432092Hey!
You can try this in the Quick CSS field:
.avia-menu .menu-item-language { width: 20px; float: left !important; clear: none !important; margin: 0 10% !important; } .avia-menu .menu-item-language:nth-last-child(1) { margin-left: -5% !important; }
Cheers!
IsmaelApril 23, 2015 at 11:16 am #433366Thanks, that worked!!! My last question on this topic, I promise: is it possibile to align the flats with the rest of the texts/logo? The flags appear closer to the left border at the moment
Thank you again, cheers
April 23, 2015 at 1:09 pm #433432Hi!
Please change Ismael’s code to following one
.avia-menu .menu-item-language { width: 20px; float: left !important; clear: none !important; margin: 0 13% !important; } .avia-menu .menu-item-language:nth-last-child(1) { margin-left: -5% !important; }
Regards,
YigitApril 23, 2015 at 5:46 pm #433649Fantastic, your support is great!
Thank youu
Case closedApril 23, 2015 at 6:39 pm #433684Hey!
You are welcome, we are always happy to help :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
Yigit -
AuthorPosts
- The topic ‘Enfold Photography Theme – language switcher wpml’ is closed to new replies.