Forum Replies Created
-
AuthorPosts
-
August 28, 2017 at 9:43 am in reply to: Problem w/ Search Icon and Text on Mobile Menu in 4.1.2 #844737
Thank you BruceJackson.
Hi!
My site had a broken link in the menu which caused the disappearing at the second use.
I fixed it and tested the mod on an iPad. It works like a charm!Thank you very much!
Best regards,
caipHey Josue!
Hmm, ok, now it shows the correct behavior on my clean installation! Unfortunately my iPad is broken but you say on yours it is fine.
I will have a look why the menu is disappearing on the site of the given link. With this mod my second site works fine on desktop so maybe it has something to do with the plugins or the child-theme.
I’ll report later. I appreciate your help. Thank you very much!Best regards,
caipHi,
Now I notice that the menu is not visible anymore after klicking on a menu item.
Regards,
caipI applied it on a different clean testinstallation. Now it’s also in the given link.
I note no difference.Regards,
caipHi Josue,
Thank you for reply but your code didn’t work. You can tap an a menuitem only once. Then it stays open but without funktion. After reload you can use it one time again.
Regards,
caipMeanwhile two month but there is no help. I’m very disappointed!
Installed version 3.3.2 but still have the same problems.caip
Hey,
Because it relates to the normal menu not to the mobile menu I tried also unsuccessfully the following code
function add_custom_cs(){ ?> <script> jQuery(window).load(function(){ jQuery( "ul.sub-menu a" ).click(function() { jQuery( "ul.sub-menu" ).hide(); }); }); </script> <?php } add_action('wp_footer', 'add_custom_cs');
Following code works fine on an iPad. On a Windows system (Firefox and Chrome) the menu is collapsing after choosing an item but won’t expand when you are poining to the menu again. The menu is then only expanding once you click the first item where the site is scrolling to top. So if you want to navigate through the different anchors of one site you have to click twice and hopping from section – top – section – top… and so on.
function add_custom_cs(){ ?> <script> jQuery(window).load(function(){ if (jQuery(window).width() <= 2048){ jQuery("*").click(function(){ jQuery(".sub-menu").toggle(); }); } }); </script> <?php } add_action('wp_footer', 'add_custom_cs');
This code is not working with hide fuction.
Best regards,
caipHey!
No, the new code has the same behavior.
Best regards,
caipHi!
Thank you for reply and the code. But unfortunately it has no effect.
Regards,
caipHey!
You guys sold a lot of themes but don’t have an iPad execpt of Dake? He experienced the same error on his iPad three weeks ago.
Now I installed a clean and latest WordPress (v4.2.2) and Enfold theme (v3.22) without any plugins. Created one site with different color sections and ID’s. The menu dropdown are linked to this anchors.
Result: Exactly the same. The menu is expanding but don’t collapse even if you tap on it or somewhere else.A similar bug is also on your Enfold demo site! Click with an iPad on a menu item to expand. Then stay on the same site and try to navigate. The expanded menu is still there.
Regards,
caipHey!
It would be very nice if you could help me. 3 weeks ago I startet this thread, since the last post one week ago from Basilis I heard nothing else.
I don’t expect a quick ready to go solution. But a short comment from time to time would help not to have the feeling to be forgotten or to be unimportant.Thanks,
caipHi, I’m still waiting.
I have two websites running with Enfold and this overlapping menu on an iPad. Potential customers leaving my sites because of this bug. On your website you say Enfold is “fully responsive”. But I think with this it is not.
I would be very grateful if you could help me.Best regards,
caipHi,
I updated to version 3.2.2 a few days ago and there was an error in my child theme. Now it shows the correct version.
On different ipads (with safari) the menu is still not collapsing whenever you choose an anchor menu.
On a MS surface 3 pro the menu also stays open when selecting a link but collapse when taping next to the menu.Regards,
caip- This reply was modified 9 years, 3 months ago by caip.
Hi Yigit!
this works fine in Style.css!
But why it has no effect when added to Quick CSS?Awesome support!
Thank you,
caipHey!
I removed it but it has no effect. Do you have any other ideas?
Regards,
caipThis reply has been marked as private.Hi!
the functions.php in my child theme is empty exept
<?php ?>
Sincerely,
caipHi,
am I doing wrong? This works fine in parent theme but inserted in child functions.php has no effect.
Sincerely,
caipHi Yigit,
thank you for reply. But this is what I found in the link in my first post.
Changing the output-class in iconlist.php will affect to ALL titles in the iconlist. How can I change each title in an inconlist for different h-tags?Regards,
Cai
-
AuthorPosts