neilgee
Forum Replies Created
-
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Settings doesn't saveIn the migration from local to live did you use a db tool that handles serialised arrays like Duplicator or the interconnectIT script or migrate db pro
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Settings doesn't saveIt should work regardless of location; local or production. So on your production site the slicknav settings are not retained when you update settings, and you have menu CSS selector added?
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Settings doesn't savetry and deactivate your other plugins – possible clash with something else
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Settings doesn't saveYou must add in the menu class or ID – the very first setting – then all the other options will save.
Forum: Plugins
In reply to: [Testimonial Rotator] Undefined IndexYes that will remove the notice
Forum: Plugins
In reply to: [SlickNav Mobile Menu] How to make menu go awayClosing this now
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Adding widget to menuYes – sorry there is no action to hook into – currently would have to be done via js/jquery
Forum: Plugins
In reply to: [SlickNav Mobile Menu] sub-menu positioning offDo you have a link? your theme CSS may be overriding.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] How to make menu go awayHi
Q1 – both menus are be set to display none at the designated width set in the options – if one menu is showing then your theme’s CSS may be overriding the plugins CSS, best to check the CSS at that size or provide a link.
Q2 – There is an option to position with the Menu Position field, set to body by default
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Wrong Style once moved inside PageIts a CSS issue – you’ll have to target the smaller size design with a media query – currently this is causing a problem
.slicknav_menu { display: inline-block !important; float: right !important; }There is also a second toggle menu icon present from something else.
You can conditionally add the class based on if its a mobile device – http://www.wpbeginner.com/wp-tutorials/add-a-custom-class-in-wordpress-menu-item-using-conditional-statements/
But use the condition
wp_is_mobilehttps://codex.wordpress.org/Function_Reference/wp_is_mobile
– I See you added a js solution – so all good then?
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Unable to close menu itemsYep see it working well now – good stuff
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Unable to close menu itemsActually it is CSS – its in your media queries, try removing 1026-1066 and then you also need to add in when the slick nav kicks in…
.dropdown ul { position: relative; top: 0; width: auto; } .dropdown li { float: none; }That’ll get you going – good luck
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Unable to close menu itemsI would start with disabling something possible similar mobile menu javascript/jquery actions in your theme – I can see some references in your code to stickymenu and mobile menu.
The logo appearing past a certain pixel height would require some custom javascript.
Yes I had a look on iPhone 6 – when I chose Shop > Parts by Brand and click on the sub menu item it reveals the submenu (the menu doesn’t close).