neilgee
Forum Replies Created
-
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Getting StartedWell the first thing you need to do is add the CSS Menu ID or classname to the main menu setting in the SlickNav Options – How do I find the Menu CSS ID or Class?
Highlight the current page menu in the browser, for example in Chrome, right click and inspect element – then look in the dev tools window for the
<ul id="menu-name-here" class="menu-class-name">.....</ul>When adding the Menu in the Slicknav settings make sure to add the CSS ID or Class symbol eg. #menu-name-here or .menu-class-name
Once you have that save and check its working in the front end at a smaller size – then come back to the settings and tweak away.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] use custom height and width for logo imageThat would be multiple CSS styles you just need to inspect with dev tools and change the CSS to suit – you may just be ok with the hamburger icon by itself – just leave the Menu Label field blank in the option settings.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] use custom height and width for logo imageYou can override a CSS rule by adding into your style…
.slicknav_brand { max-width: 200px; }Set your desired maximum width
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Close menu on click issueUncheck ‘Allow Parent Links’
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Make the logo clickableYes you are correct with the fixed menu – that’s the point it will stay in position, so if the menu is long then probably not a good idea to fix it, or you can rearrange your menu items hierarchy.
To change the logo url manually edit the jquery.slicknav.min.js file and change
'+slickNavVars.ng_slicknav.ng_slicksearch+'(including the single quotes), with your link.+1 – seems intermittent – get WSOD disable and enable the plugin then it’s ok for a while but after a while ends up back as WSOD
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Make the logo clickableMay add the functionality to alter the logo URL in a future update
Forum: Plugins
In reply to: [SlickNav Mobile Menu] can't get it to workclosed
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Issue with single quote in Logo Alt TextIf you use the HTML entity ‘
' ;instead of the actual apostrophe – this will take care of it.Close the space between the 9 and ;
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Changing Fonta in Menuno problem
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Menu item not clickableClosing this now
Forum: Plugins
In reply to: [SlickNav Mobile Menu] submenu doestnt workClosing this now
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Changing Fonta in MenuThat really depends on your CSS but you could try in your CSS…
.slicknav_nav li{ font-family: your-font-name-here; }Forum: Plugins
In reply to: [SlickNav Mobile Menu] Make the logo clickableThe logo should be already clickable by default – do you have a site URL I can look at.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] can't get it to workYou have 2 menus on your site – #menu-topmenu and #menu-test-top – either should work or combine them – if you want try again and let me know and I’ll try and see what the issue is.