-
AuthorPosts
-
October 1, 2013 at 3:26 pm #168801
Hi, is there a way to disable the mobile drop down menu? I am using the slide out menu and the drop down is misformatting other mobile drop down menus I use on the site….
October 1, 2013 at 5:11 pm #168854October 1, 2013 at 5:28 pm #168859This is a picture of how it looks on android mobile-
http://jessesneider.com/wp-content/uploads/2013/10/site.pngThis is how it should look on android mobile-
http://jessesneider.com/wp-content/uploads/2013/10/site2.pngYou will only be able to view the misformatted drop down menu in the picture from a mobile device, I took the screenshots on an android.
Site URL: http://goo.gl/3zLgLq
- This reply was modified 11 years, 2 months ago by uniquelylost.
October 1, 2013 at 5:45 pm #168869Hey!
Please add following code to Quick CSS to remove mobile menu
.responsive #top .mobileMenu { display: none!important; }
What i see when i resize the window and when i look at your screenshot are totally different. Frankly, I do not know how we can provide you custom CSS to fix it
Cheers!
YigitOctober 1, 2013 at 6:48 pm #168892Yeah resizing on desktop won’t work it has to be viewed on a mobile device…. Css won’t work… what I really want to do is comment out the mobile dropdown menu in the PHP code, can you tell me where I could locate that?
October 1, 2013 at 6:57 pm #168897Hello!
On your WordPress theme directory, please go to Enfold folder and open Header.php file and find following code in line 8
$headerMenu = $responsive ? avia_get_option('header_menu','mobile_drop_down') : "";
and comment it out
//$headerMenu = $responsive ? avia_get_option('header_menu','mobile_drop_down') : "";
Best regards,
YigitOctober 2, 2013 at 5:06 am #169107I updated latest version, then I can’t see the mobile menu…
I fixed header and added css but it is not working.
October 2, 2013 at 2:07 pm #169322Hello!
Please post the link to your website @ygshim
This topics creator wanted to remove mobile menu, so that CSS code will not work for you :)Best regards,
YigitOctober 2, 2013 at 8:40 pm #169528hmmm I’m still left with my original problem, something in the theme is conflicting with the formatting even when I comment out that call in the header, and if I add CSS display:none; to remove the mobile dropdown menu it removes the menu thats being misformatted that I need as well. Not really sure how to debug this problem on a mobile device…..
Misformatted on android-
http://jessesneider.com/wp-content/uploads/2013/10/site.pngThis is how it should look on android mobile-
http://jessesneider.com/wp-content/uploads/2013/10/site2.pngSite URL: http://goo.gl/3zLgLq
Any ideas what else I can try to fix this?
October 4, 2013 at 1:46 am #170194Hey!
Please create a temporary admin login and post it in here. Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Cheers!
YigitOctober 4, 2013 at 3:29 am #170244This reply has been marked as private.October 6, 2013 at 7:56 pm #171275Hello!
I will play around with it, but why don’t you use bbPress instead of Simple Press?
Cheers!
YigitOctober 7, 2013 at 7:32 pm #171782I chose to use simplepress because I am using it on a community type site and in my opinion it is far more feature rich than bbpress. Also, simplepress new mobile theme is probably the best mobilized forum I have ever seen. Now If I had been creating a support forum I probably would have just went with bbpress.
Thanks for your help of looking into it!
October 10, 2013 at 1:37 pm #173562Hello!
Please review your website. Do you have mobile themes installed? You can manage them in Forum > Themes > Mobile Phone Theme
Cheers!
YigitOctober 10, 2013 at 9:53 pm #173827This reply has been marked as private.October 11, 2013 at 4:00 pm #174222Hi!
This is how i see it on my iphone when i change the mobile theme http://i.imgur.com/3H4V7ST.png
Changes i make in Quick CSS has no effect on mobile version of the theme. You should check their documentation or contact author of simple pressRegards,
Yigit -
AuthorPosts
- The topic ‘Disable mobile drop down menu’ is closed to new replies.