Tagged: fullwidth submenu
-
AuthorPosts
-
May 21, 2016 at 9:41 am #636172
Fullwidth Submenu dropdown doesn’t work on IOS.
However, It works fine on Android.
Whatz the problem?
is that becuase of the page contains a lot of contents?Plz help.
- This topic was modified 8 years, 6 months ago by sanglicious.
May 21, 2016 at 3:44 pm #636212Hey sanglicious,
I’m unable to reproduce this issue would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
VinayMay 21, 2016 at 4:10 pm #636214Thank you for a quick response.
this is the link that i would like you to visit
http://www.ssemall.com/?page_id=9861as you see, the fullwidth submenu at the top [ by use | by Type | Alphabetical Order | TOP ]
Its dropdown menu is shown on Android but not on IOS such as Iphone and Ipad.Is it possible that that submenu dropdown menu would be shown on IOS?
May 23, 2016 at 6:25 pm #637008Hi,
Please edit your page and chose to display button to display mobile menu – http://i.imgur.com/vqyvfxc.png
Best regards,
YigitMay 24, 2016 at 4:01 am #637221Hi, Yigit. Thank you.
I originally had ‘display full menu’ and it have worked well on Android.
You suggested me to change to ‘Display a button to open menu’ in order to be working on IOS just like on Android
http://ssemall.com/wp-content/uploads/2016/05/mobilemenu.jpg.Is is possible to be working drop down menu of ‘ Display full menu’ on IOS just like on Android?
May 24, 2016 at 4:28 pm #637588Hi,
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.avia_mobile .av-submenu-container { position: absolute; }
If that does not help, please create a temporary admin login and post it here privately.
Best regards,
YigitMay 25, 2016 at 12:12 pm #637963It still doesn’t help.
What do you min by telling me creating a temporary admin long?
I really need your help. Is it possible to communicate thru Email?May 25, 2016 at 12:40 pm #637983Hi,
We only provide support through our support forum here.
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.Login credentials include:
- the URL to the login screen
- a valid username (with full administration capabilities)
- as well as a password for that username
Best regards,
YigitMay 25, 2016 at 1:30 pm #638010Thank you so mcuh
May 26, 2016 at 3:40 pm #638769Hi,
Please add following code to Functions.php file in wp-content/themes/enfold/ folder
function av_custom_iframe_height(){ ?> <script> jQuery(window).load(function(){ jQuery( "#top .av-subnav-menu > li > a").click(function() { var closeTheCap = jQuery(this).closest("#top .av-subnav-menu > li ul"); closeTheCap.toggle(); }); }); </script> <?php } add_action('wp_footer', 'av_custom_iframe_height');
Editor does not show up under Appearance tab, so we could not add the code
Best regards,
YigitMay 29, 2016 at 1:21 pm #639986thank you so much for your support
May 30, 2016 at 1:45 pm #640342Hi,
I could not connect. Code should be added to the bottom of functions.php file which is inside wp-content/themes/enfold/functions.php. Is that the correct file you used? If so, please check FTP credentials once again
Best regards,
YigitMay 30, 2016 at 2:04 pm #640355here is again for you
May 30, 2016 at 4:24 pm #640476Hi,
I slightly adjusted the code and confirmed that it is working fine on my iphone. Please review your website now
Best regards,
YigitMay 30, 2016 at 4:42 pm #640483Thank you so much
May 30, 2016 at 4:58 pm #640492Hey!
You are welcome. We will keep this thread open and it will be on hold until you reply. Please check it tomorrow and reply here to reopen the topic :)
Regards,
YigitJune 4, 2016 at 7:58 am #642857thank you
June 6, 2016 at 11:20 am #643392 -
AuthorPosts
- You must be logged in to reply to this topic.