-
AuthorPosts
-
October 15, 2016 at 3:49 pm #699372
Dear Support team,
I have the drop down menu activated and wants to switch off the flags. but at the moment I can see in the menue the drop down and the flags on the right next to the search bar.
I found this:
https://kriesi.at/support/topic/enfold-wpml-two-issues
But I can not findthe correct line in the header.phpThank you very much!
October 17, 2016 at 7:28 am #699798Hi itdirektgmbh,
Could you post a link to the site in question so that we can take a closer look please?
Thanks,
RikardOctober 17, 2016 at 1:17 pm #699959(Flags next to the search button)
October 17, 2016 at 10:16 pm #700290Hi!
Please go to wp-content/themes/enfold/config-wpml/config.php
and find$output .= " <span class='language_flag'></span>";
and comment it out as following
// $output .= " <span class='language_flag'></span>";
then find
$output .= "<li class='language_".$lang['language_code']." $currentlang'>";
and change it to following
$output .= "<li class='language_".$lang['language_code']." $currentlang'>".$lang['native_name'];
Best regards,
YigitOctober 21, 2016 at 3:14 pm #702452Dear Yigit,
can not find the correct lines.
October 21, 2016 at 3:15 pm #702454Hi,
Please refer to this post – https://wpml.org/forums/topic/instead-of-name-flags-are-shown/#post-1107538
Best regards,
YigitOctober 21, 2016 at 3:19 pm #702460I did this – but you can see it here
October 24, 2016 at 2:44 pm #703290Hi,
Please post temporary admin logins and FTP logins here privately so we can look into it.
Best regards,
YigitOctober 24, 2016 at 3:05 pm #703296Thank you very much!
October 25, 2016 at 2:10 pm #703783Hi,
It seems like you forgot to post WP admin logins. We are going to need them as well :)
Best regards,
YigitOctober 25, 2016 at 2:17 pm #703788Sorry
October 27, 2016 at 2:55 pm #704867Hi,
It should have work but it does not. Might be because you are using an older version of the theme. I added following code to Quick CSS
li.av-language-switch-item { display: none; }
Please review your website now
Best regards,
YigitOctober 27, 2016 at 3:25 pm #704882PERFECT MANY MANY THANKS!!!!
But on the subpages are the drop down menue not visible.
- This reply was modified 8 years, 1 month ago by itdirektgmbh.
October 27, 2016 at 3:33 pm #704886 -
AuthorPosts
- You must be logged in to reply to this topic.