-
AuthorPosts
-
November 3, 2020 at 6:51 pm #28814Bob StarrGuest
Hi,
I’m using BoldGrid via my Inmotion Hosting account with the Haven theme and noticed a problem with menu’s when using Max Mega Menu plugin. The pancake menu seems to show along with with mega menu pancake menu when the browser view is smaller in tablet/phone size view. Not sure if this is a bug with the theme or mega menu. Any ideas or help to solve this would be greatly appreciated.Best Regards,
Bob Starr
PS: Wish you guys would get rid of the subscription plan stuff, otherwise I’d probably buy Crio and other tools.
November 3, 2020 at 7:02 pm #28821Jesse OwensKeymasterHi Bob-
I can see what you mean with the two menu toggles showing on mobile sizes, I don’t think Haven was designed with Max Mega Menu in mind.
That said, it’s an easy fix. Navigate to Customize > Advanced > Custom JS & CSS and paste this rule into your Custom Theme CSS field:
button.navbar-toggle { display: none; }
P.S. I Definitely understand the hesitation regarding subscriptions. However, keep in mind the billing is annual, so even if you didn’t want to subscribe, you’d have access to Crio Pro for a full year.
Your InMotion Hosting account already includes all of our premium tools other than Crio, so if you’re not already doing so, don’t forget to check out Total Upkeep Premium and Post and Page Builder Premium.
November 3, 2020 at 7:36 pm #28823Bob StarrGuestAwesome, many thanks! I’m an embedded C on micro kind of guy, this is new stuff to me, but cool.
I tried Impreza, wpbakery and other tools. All had major problems or didn’t work with the bold grid install. Was looking for a better looking menu system with more features. BoldGrid just works, so I’m sticking with this. The Impreza guys said you guys had it locked down and didn’t want to give me money back, but finally gave in (I think). I don’t mind paying reasonable price for products that work, but subscription for a web editor doesn’t make sense. Not like I’m gonna be using it every day for years and years building hundreds of sites. Just need something that works for my small biz and doesn’t cost a fortune.
Anyway, many thanks again for your help! I’m sticking with BoldGrid
November 3, 2020 at 7:37 pm #28825Jesse OwensKeymasterGlad to hear it Bob! Let us know if you need any *pointers or &references, we’re happy to help.
November 4, 2020 at 10:36 am #28826Bob StarrGuestOne other question, maybe should be in another topic. But, you probably noticed a white space line between the background image at the top and the green panel section beneath. I don’t think I have any spacing or margins set for the section there. Can’t seem to make the small white space go away. Is this something to do with the theme or maybe my image isn’t tall enough?
Thanks,
Bob
November 4, 2020 at 10:41 am #28831Joseph WKeymasterHi Bob!
The white space between the background image and the green section on your homepage appears to be coming from the default style rules contained in the theme files. There aren’t any controls available in theme settings to make the necessary modifications, but you can use some Custom CSS to remove that area. The following CSS snippet should remove the top margin on the entry-content element that is responsible for that gap.
.palette-primary .entry-content { margin-top: 0; }
Hopefully that code works for you and please let us know if you have any other questions!
November 4, 2020 at 12:33 pm #28835Bob StarrGuestThat fixed it! Thank you very much!
Bob
-
AuthorPosts
- The topic ‘Haven theme and Max Mega Menu shows 2 menus in mobile’ is closed to new replies.