Forum Replies Created
-
AuthorPosts
-
September 14, 2016 at 2:10 pm in reply to: WPML automatically in top header – change flag to dropdown #686359
Sure, sorry about that.
http://www.positivafx.euSeptember 13, 2016 at 10:22 am in reply to: WPML automatically in top header – change flag to dropdown #685622Hi,
After theme Enfold update v3.8 The default flags also appear in the Main Menu!I applied a temp CSS fix on my sites for now:
LI.av-language-switch-item { display: none; }
Please advise for the below and how it can be adjusted to also hide the flags from the main menu!
add_action('after_setup_theme','avia_remove_main_menu_flags'); function avia_remove_main_menu_flags(){ remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 ); remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10); }
- This reply was modified 8 years, 2 months ago by gstyle333.
July 15, 2016 at 2:52 pm in reply to: Arabic Language breaks Enfold main menu on Firefox v47.0.1 #661318Excellent thanks!
July 15, 2016 at 2:49 pm in reply to: Arabic Language breaks Enfold main menu on Firefox v47.0.1 #661314Done!
That seems to be fixing the issue I was having. What next?July 15, 2016 at 2:38 pm in reply to: Arabic Language breaks Enfold main menu on Firefox v47.0.1 #661299Sure!
I have a DEV area where I have duplicated the issue. Please take a look here: http://positivacy.positivadev.site/?lang=arJuly 15, 2016 at 1:30 pm in reply to: Arabic Language breaks Enfold main menu on Firefox v47.0.1 #661252Hi Yigit,
See here. Kind reminder that the issue appears on Firefox only.
- This reply was modified 8 years, 4 months ago by gstyle333.
July 14, 2016 at 12:58 pm in reply to: Arabic Language breaks Enfold main menu on Firefox v47.0.1 #660815Further to the above issue, for the time being I fixed the issue by applying the below CSS line to the arabic language through the Enfold “General Styling” CSS text box.
NAV.main_menu SPAN{white-space: nowrap;}
A permanent fix will be appreciated.
- This reply was modified 8 years, 4 months ago by gstyle333.
-
AuthorPosts