jm2001a
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [SG Double] Mobile menu doesn't workIt changed the menu I wanted with all my sub menus but When I create a new menu for my top one then the mobile menu also works. Still attempting to find a way to get everything have includes without re structuring a multi folder menu. There must be somewhere that the default menu can be placed as First Top Menu and it actually work.
Thanks for the help.
Forum: Themes and Templates
In reply to: [SG Double] Mobile menu doesn't workYour right dherries your menu now works.
But I cannot find a place to tour on First Top Menu so I still stuck.
Forum: Themes and Templates
In reply to: [SG Window] Mobile Menu Icon not workingSame problem with the mobile window.
Not sure what to do.
http://www.reefinnovations.com
so I added:
Download this plugin: https://wordpress.org/plugins/custom-css-js-php/
Go to the “Add New JAVASCRIPT” area (screenshot)
Add this code:
jQuery(‘.menu-toggle’).on(‘click’, function ($) {
var _this = $(this),
container = _this.closest(‘.horisontal-navigation’).find(‘.nav-horizontal’);container.find(‘ul’).toggleClass(‘active’);
});
Go to the “Add New CSS” area
Add this code:
.horisontal-navigation ul.nav-horizontal.active,
.horisontal-navigation div.nav-horizontal > ul.active {
display: block;
}Still Not Working
corrected the spelling of horisontal-
Still Not WorkingForum: Themes and Templates
In reply to: [SG Double] Mobile menu doesn't workSame Problem here. What’s going on?