Home › Forums › All Other Themes › Mobile: Menu Navigation
- This topic has 15 replies, 2 voices, and was last updated 6 years, 11 months ago by Sonl Sinha.
-
AuthorPosts
-
February 8, 2017 at 1:26 pm #61358
Hi, I’m using the bakery pro theme and I am wondering if it is possible to only show the main menu items with an arrow beside it to open a drop-down menu with the submenu rather than showing every single submenu on mobile automatically which makes it very hard to navigate for visitors. Is it possible to do it the way described (basically identical to the view on the desktop)? My website is the healthy tart.com
Thank you
February 8, 2017 at 1:35 pm #61360Hi
Your website URL is not open. So i can’t check that issue.
Regards,
DaveFebruary 8, 2017 at 2:06 pm #61369It’s http://thehealthytart.com I just never put it in like that because now this forum chat will show in search results for people looking for my site.Is there anything how I could prevent that from happening?
February 9, 2017 at 6:51 am #61450Hi
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.parent { background-position:right 8px !important;}
.header .header-inner .nav ul li ul, .nav ul li ul ul { display:none !important;}Regards,
DaveFebruary 9, 2017 at 9:38 am #61486Thank you, it kind of worked but if I click on the main menu item it takes me there automatically without giving me the choice to select something from the up-popping submenu showing below. Is there anything that could be done about that?
February 9, 2017 at 8:32 pm #61565Hi, I just realised that this code stopped the submenu from showing on the desktop as well.
I would like to keep it on the desktop and on the mobile I would like the same option that the submenus will only show when you click the little arrow beside the main menu item rather than showing as an endless list.February 10, 2017 at 6:27 am #61611Hi Eva,
Kindly use this plugin: https://wordpress.org/plugins/wp-responsive-menu/
OR
kindly send us WordPress admin details via sktthemes.net/contact
Please mention this forum URL while replying so that we understand what needs to be done.Regards,
DaveFebruary 10, 2017 at 10:14 am #61628Hi Eva,
This issue was resolved from our end. Kindly check and confirm.
Regards,
DaveFebruary 10, 2017 at 2:10 pm #61669Thank you, would there be a way of keeping a search bar on mobile?
February 10, 2017 at 2:21 pm #61672Figured it out myself, thanks.
February 13, 2017 at 6:01 am #61800Okay great 🙂
November 23, 2017 at 9:37 am #88086Hi,
I followed your instructions and all used to work fine for the last couple of months but now out of a sudden, the second menu which is native to my theme started appearing again. We had this taken out previously, could you please send me the CSS code so that I can make it disappear on mobile again?
ThanksNovember 23, 2017 at 10:50 am #88104Hi Eva,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) { .toggle { display: none !important;} }
Regards,
DaveNovember 23, 2017 at 2:30 pm #88116Hi Dave,
thanks a lot but it is still showing on the mobile homepage but none of the other pages.
Nobody has touched the code and out of a sudden it was just there again, could that be related to a WP Responsive menu update?
Here is the code that’s in the CSS field at the minute, it also didn’t disappear after flushing the cache.#sitemain ul li {list-style: inside !important; margin: 0 0 10px;}
/* delete the next line of code to get the date and author details back */.postmeta, .entry-meta {display: none;}
#products-box{width:30.35%; margin:0 22px 45px 0;}
.header .header-inner .logo {margin: 10px 0;width: 10%;}
.header .header-inner .nav{ margin:5% 0 0 0}/* Mobile Portrait View */
@media screen and (max-width:768px){
.header .header-inner .logo {width:50%; margin:0 auto;}
}
@media screen and (max-width:767px) {
.toggle { display: none !important;}
}/*headings mobile*/
h1.entry-title, h1.page-title{line-height:30px;}/*crushed headlines in category*/
h1, h2, h3, h4, h5, h6, section h1, .our-products h3, .news h2, .testimonial-box h2, .team-col h3, .newsletter h2{line-height:30px;}Thanks
November 23, 2017 at 8:20 pm #88125Hi again,
even though I flushed the cache straight away and tried looking at it in incognito windows it took a couple of hours to disappear. So the menu is gone but the h1 and h2 tags inside the posts seem to have gotten a different font on mobile. Even though all the fonts are set to Roboto Condensed, the latest and the greatest section on the homepage which is pulling in the latest posts and the post pages themselves are looking different. The font is very bulky and definitely not roboto condensed. Would you have any advise why that is and how to fix it?Thanks a lot
-
AuthorPosts
- You must be logged in to reply to this topic.