
-
AuthorPosts
-
December 3, 2016 at 4:27 pm #720053December 3, 2016 at 8:10 pm #720076
Hi omidbahar!
Can you please expalin us what you mean with the WPML settings ?
What issue you are having, I am sorry it is not clear enough.Thanks a lot
Cheers!
BasilisDecember 4, 2016 at 2:06 pm #720215Hi Team,
Actually my first issue is regarding the drop down menu, I want to have solid color background for drop down menu and
my second issue is regarding the language flags, I want to remove them from the header section, I tried to get help from WPML support team and here is their reply:I will be helping you with this. Enfold includes their own language switcher and this needs to be removed by adding some code.
I have found this older thread for you:
https://kriesi.at/support/topic/remove-language-switcher-flags-in-header/
https://kriesi.at/support/topic/how-to-disable-the-wpml-language-selector-in-the-menu-after-search-icon/Please contact your theme support to get the most recent method to remove the Enfold language switcher if you wish to use the WPML switcher instead.”
-
This reply was modified 8 years, 3 months ago by
omidbahar. Reason: I didn't explain the issue properly
December 6, 2016 at 5:08 pm #721144Hi,
Please add following code to Functions.php file in Appearance > Editor to remove flags from menu
function avia_remove_main_menu_flags(){ remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 9998, 2 ); remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 9998, 2 ); remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10); } add_action('after_setup_theme','avia_remove_main_menu_flags');
Then edit your page and choose to display non transparent header under Layout section – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/
Best regards,
YigitDecember 6, 2016 at 5:25 pm #721156Thank you very much Yigit,
The solution provided solved my second issue, now would you please help me for solving my first issue: : “removing transparency from drop down menus”Regards,
OmidDecember 7, 2016 at 7:06 am #721378Hi Omid,
It looks like you are getting a 404 error on a theme stylesheet, please see private. Could you verify that those file exists on the server? If not then please try reuploading them: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
RikardDecember 7, 2016 at 8:25 am #721392Hi Rikard,
Those css files exist in the folder that you mentioned, I don’t know the why we got error 404. you can check by yourself please, see privateBest Regards,
OmidDecember 7, 2016 at 4:19 pm #721557Hi,
I set enfold.css file permission to 755 via FTP. Please review your website now
Best regards,
YigitDecember 7, 2016 at 4:25 pm #721563Many Thanks Yigit, it’s working perfectly now
December 7, 2016 at 4:28 pm #721566Hi!
You are welcome! :)
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 :)Regards,
Yigit -
This reply was modified 8 years, 3 months ago by
-
AuthorPosts
- The topic ‘How to turn off header transparency’ is closed to new replies.