Forum Replies Created
-
AuthorPosts
-
Thank you. Unfortunately these are both already disabled, so that is not the issue.
Also I have paid for continued support, I’m not sure why this isn’t showing.
Thanks
LucyHi Nikko,
Thanks. However that doesn’t really work ideal as it puts the content above the title and date.
Thanks
Lucy
September 14, 2016 at 12:41 pm in reply to: WPML Fahnen erscheinen wieder nach Enfold-Update auf 3.8 #686318Thanks. I’ve added a thread on WPML support forums re this also:
https://wpml.org/forums/topic/enfold-cant-stop-flags-showing/- This reply was modified 8 years, 2 months ago by lucybb.
September 14, 2016 at 12:20 pm in reply to: WPML Fahnen erscheinen wieder nach Enfold-Update auf 3.8 #686302I think the problem is something like:
Enfold puts out the WPML language switcher always
Enfold doesn’t respect the WPML setting.
I mean the setting regards whether language switcher should be shown or not. I do opt not to display language switcher in my WPML settings but Enfold ignores this?
Previously the code I quoted above was being given out as an Enfold fix for this issue. But that code no longer works.
Maybe the reason the code no longer works has something to do with this – https://wpml.org/2016/09/want-try-new-language-switcher-coming-wpml/?utm_source=WPML+users&utm_campaign=0427f39ddd-New_options_in_WPML_s_language_switcher&utm_medium=email&utm_term=0_1690db64e3-0427f39ddd-90621245
Though that version of WPML is not released yet I think. But maybe WPML changed the name of it or similar.
Somehow upgrading Enfold to 3.8 has left us all with a language switcher that we cannot get rid of.
Thanks
- This reply was modified 8 years, 2 months ago by lucybb.
September 14, 2016 at 9:58 am in reply to: WPML Fahnen erscheinen wieder nach Enfold-Update auf 3.8 #686226This code does the opposite of what I want. It removes the languages from my menu (where I want them) but leaves the 16 flag images sitting in my header which I do not want but have appeared since upgrade to 3.8. Thanks
September 12, 2016 at 11:46 pm in reply to: WPML Fahnen erscheinen wieder nach Enfold-Update auf 3.8 #685425I want to completely remove the flags please.
September 12, 2016 at 8:13 pm in reply to: WPML Fahnen erscheinen wieder nach Enfold-Update auf 3.8 #685336I’m having the same problem. I have this in my functions:
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); }
Since update to Enfold 3.8 the flags are appearing in my top bar. I don’t want them here.
Perfect :) Thank you very much
Thanks.
I have removed this code now:
.main_menu .menu ul {
height: 500px;
overflow: hidden;
overflow-y: auto;
}Now my “About” menu is fine but my languages menu can’t be scrolled.
Thanks
Thanks, but I think it is something wrong with my site. I have another site using your theme and it isn’t a problem there?
Thank you very much :)
My website is members only, login info included in private content area below. Thanks
This reply has been marked as private.This reply has been marked as private.Yes, that worked! Thank you.
Thank you
Does anybody know how to do this? Thanks
-
AuthorPosts