neilgee
Forum Replies Created
-
Forum: Plugins
In reply to: [SlickNav Mobile Menu] How Can I remove the original menu when on mobileYou have MeanMenu working as well as SlickNav, you’ll need to disable MeanMenu
Forum: Plugins
In reply to: [VenoBox Lightbox] VenoBox Lightbox & Ajax SearchHi, I loaded up VenoBox amd Ajax Search Lite on TwentySixteen using a search shortcode under a gallery – everything worked ok.
Perhaps check dev tools in Chrome > Console tab to see any errors that are being generated.
Forum: Plugins
In reply to: [VenoBox Lightbox] captionSounds good, added option to use either alt, title or caption text as the title in 1.2.1
Also, I checked on this for you and made sure an issue is open in the development repo 🙂
Is that repo public, if so can you let me know the URL
Thanks
Thanks Caleb, will open a ticket at support
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Minimum Width to use SlickNavYou would have to override the CSS with a min media query
sounds good, resolved
Forum: Plugins
In reply to: [SlickNav Mobile Menu] How Can I remove the original menu when on mobileMarking as resolved
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Google SearchMarking as resolved
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Text logo instead of imageMarking as resolved for now
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Can't get slicknav to workOk good
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Different Menus on pages, seperated menus with commaBoth menus have to exist on the same page if they don’t it won’t work, as a workaround if the 2nd menu does not appear on the same page you could hide It initially with CSS
Forum: Plugins
In reply to: [SlickNav Mobile Menu] How Can I remove the original menu when on mobileOh I see what you mean about the scroll – no it will not scroll if set to fixed
Forum: Plugins
In reply to: [SlickNav Mobile Menu] How Can I remove the original menu when on mobileOk add this snippet in your style.css file at the end – http://haskewlaw.com/wp-content/themes/Engrave/style.css
@media only screen and (max-width: 600px) { #notification { margin-top: 55px; } }That will push everything down from the menu when the viewport is less than 600px
Forum: Plugins
In reply to: [SlickNav Mobile Menu] How Can I remove the original menu when on mobileI see some javascript error being generated via Dev Tools in Chrome when you scroll at the smaller size, the error is in
http://haskewlaw.com/wp-content/plugins/ultimate-social-media-plus/js/custom.js?ver=4.5.2and highlights…
function sfsi_plus_stick_widget(s) { 0 == sfsiplus_initTop.length && (SFSI(".sfsi_plus_widget").each(function(s) { sfsiplus_initTop[s] = SFSI(this).position().top; }), console.log(sfsiplus_initTop)); var i = SFSI(window).scrollTop(), e = [], t = []; SFSI(".sfsi_plus_widget").each(function(s) { e[s] = SFSI(this).position().top, t[s] = SFSI(this); });Maybe if you disabled ultimate-social-media-plus, does it then work ok?