Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Montezuma Theme »

[SOLVED] Menu not showing up on mobile


  #1  
Old Sep 11, 2013, 11:16 AM
DrewKnow
 
7 posts · Sep 2013
Hi so I work on a site for a not for profit group, and i have minimal experience with html and php. Im basically just using plugins and setting options, not really adept with the code yet. I've noticed that on the mobile version of the site only the homepage is displaying, and the menu only has home and blog available. If you load the site in a regular pc browser window everything displays fine. Is there something im missing? In the theme options i see nothing along the lines of responsive settings, or anything like that. If anyone could help me get the full site to appear on mobile that would be much appreciated.

Thanks so much,
-Andrew

i got it to work!

in the css i commented out this block of code

/* @media only screen and (max-width: 767px) {
Hide default menu
ul#menu1,
a.rsslink,
img.avatar,
.post-categories i {
display: none;
} */

Last edited by DrewKnow; Sep 11, 2013 at 11:41 AM.
  #2  
Old Sep 11, 2013, 12:04 PM
CrouchingBruin's Avatar
CrouchingBruin
 
299 posts · Aug 2010
Santa Monica, CA
Hi, Drew:

When the browser shrinks to a smaller size (like in a cell phone), the regular menu is supposed to be hidden (which is purpose of the CSS code you commented out), and in its place should be a menu in the form of a drop-down list; are you saying that the drop-down list wasn't showing up?
__________________
My Montezuma-themed sites: ESHS Girls Basketball Team, Venice Hongwanji Buddhist Temple
Please consider making a donation to BytesForAll for their great themes!
  #3  
Old Sep 11, 2013, 12:23 PM
DrewKnow
 
7 posts · Sep 2013
Hi, and thanks for your response. Yeah there was no drop down menu displaying. That would be fantastic though- how would I enable that?
  #4  
Old Sep 11, 2013, 12:29 PM
DrewKnow
 
7 posts · Sep 2013
this is the code as it is

/***************************************
Menu 1 on mobile devices
**************************************/

.menu1-mobile {
display: none;
font-size: 20px;
padding: 10px;
margin: 20px auto 30px auto;
width: 90%;
}


@media only screen and (max-width: 959px) {
.hentry .post-thumb img {
opacity: 1 !important;
z-index: 1000;
}
}

@media only screen and (max-width: 767px) {
/* Hide default menu */
ul#menu1,
a.rsslink,
img.avatar,
.post-categories i {
display: none;
}

/*could it be this?*/
.menu1-mobile {
display: block;
}

.commentlist li > div {
margin-left: 0 !important;
}
.post-footer a {
padding: 7px 15px;
}
a.post-readmore {
background: #f7f7f7;
border: solid 1px #eee;
color: #0090d3;
}
.hentry div.thumb-shadow {
background-image: none !important;
padding-bottom: 0;
margin-left: 0;
}
div.post-thumb {
border: none;
padding: 0 !important;
background: none;
}
.hentry .post-thumb span {
display: none;
}

body {
font-size: 15px;
}
.widget .searchform .field {
max-width: 100% !important;
padding: 10px;
}
#content {
padding: 0 20px 20px 20px;
}
}
  #5  
Old Sep 11, 2013, 12:44 PM
CrouchingBruin's Avatar
CrouchingBruin
 
299 posts · Aug 2010
Santa Monica, CA
Yes, that's the right selector, .menu1-mobile is the drop down list that should be displayed when your screen gets narrower (under 767px wide). Can you provide a link to your site?
__________________
My Montezuma-themed sites: ESHS Girls Basketball Team, Venice Hongwanji Buddhist Temple
Please consider making a donation to BytesForAll for their great themes!
  #6  
Old Sep 11, 2013, 12:46 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Did you change any of he virtual code?
What is the URL?
  #7  
Old Sep 11, 2013, 01:39 PM
DrewKnow
 
7 posts · Sep 2013
I haven't been in charge of the site for very long, it's possible someone before me changed the virtual code, though I don't think that's the case. The site is www.licypaa.org
  #8  
Old Sep 11, 2013, 01:52 PM
DrewKnow
 
7 posts · Sep 2013
Could it be the css grid? Right now it's set to 960px margin 0. Maybe it's not shrinking down lower than 760px
  #9  
Old Sep 11, 2013, 02:32 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
export your settings and attach them to a reply
  #10  
Old Sep 11, 2013, 03:03 PM
DrewKnow
 
7 posts · Sep 2013
here's the text document of the settings

licypaa montezuma settings.txt
  #11  
Old Sep 11, 2013, 03:13 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
Youe export works fine for me using FireFox's web developer tools / responsive design view. As the screen gets smaller, the menu becomes a tab.

Try shutting off ALL plugins to see if one is causing a conflict
  #12  
Old Sep 11, 2013, 03:40 PM
DrewKnow
 
7 posts · Sep 2013
It works now! It was one of the plugins for sure. Thank you so much!

Bookmarks

Tags
menu, mobile, montezuma, responsive

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mobile menu is completely gone dms_sms Montezuma Theme 7 Aug 30, 2013 06:41 PM
Page Menu (menu 1) showing on 2 lines in Chrome fcitino Atahualpa 3 Wordpress theme 3 Oct 24, 2012 12:15 PM
Mobile Specific CSS theadventurebite Atahualpa 3 Wordpress theme 1 Oct 5, 2012 08:04 AM
[SOLVED] One sub menu not showing up in sub menu drop down list rhenium3 Page & Category Menu Bars 6 Dec 23, 2010 01:55 PM


All times are GMT -6. The time now is 04:59 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.