neilgee
Forum Replies Created
-
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Menu disappears when turning phone horizontalIt’s your theme’s CSS rules
show-for-large-upandhide-for-large-upthat are causing the issueForum: Plugins
In reply to: [VenoBox Lightbox] FacetWP SearchHi there – yes I see what you mean. When FacetWP does a partial refresh on the twyz-gallery the VenoBox functionality is lost, but a full page refresh it is ok.
This is something I will need to delve into but don’t have an answer right now for you.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Parent menu item as simple dropdown linkTry turning off ‘Allow Parent Links’in the options
Forum: Plugins
In reply to: [Navgoco Vertical Multilevel Slide Menu] Menu Font SizeYou can override with…
.navgoco > li > a { font-size: 16px; line-height: 1.3; padding: 4px 10px; }Forum: Plugins
In reply to: [SlickNav Mobile Menu] Different menues based on browser-widthIf you are using Slicknav Plugin, no need to use wp_is_mobile – the Slicknav Menu will appear at the px size you set in the Options page and the desktop menu will not show.
Forum: Plugins
In reply to: [VenoBox Lightbox] Automatic lightboxing of in-post images not workingOk thanks for letting me know what was adding the extra parameter
Forum: Plugins
In reply to: [VenoBox Lightbox] Automatic lightboxing of in-post images not workingOk, I see the issue now, the image is labelled –
http://totabuild.org/traveltrade/wp-content/uploads/2016/10/Mission-Hill.jpg?x99669– which is an incorrect way, it should really end in the.jpgThe plugin scans the page for images that end in .jpg, .jpeg, .png and .gif so anything outside of that does not get a lightbox.
Hope that helps!
Forum: Plugins
In reply to: [VenoBox Lightbox] Automatic lightboxing of in-post images not workingI looked at the second image on the example given I see that it doesn’t have a link around it –
<a href="src"><img src="..." /> </a>The images need to link to the media file – which you do when inserting the image from the media library in the post editor – see some intruction here http://themes.wpbeaches.com/venobox/plugin-options/#linked-images
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Scrolling questionHi – you have the option set to fix menu to head which prevents the menu from scrolling, best to uncheck that – it is best suited when the menu is short.
There are no options for visit link colors – what you would have to do is to override the CSS using the visit pseudo CSS property – ref in here – http://www.w3schools.com/Css/css_pseudo_classes.asp
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Duplicate IDsThanks for the input!
The clone will only occur if multiple menus are used and will only clone the first menu in the list.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] When using multi menus links displayed go out of linesbut the text goes first to the right then pages appear on the right and often the titles are spread down the page
Not too sure I follow, the menu items in Slicknav are all left aligned on your site – maybe screen grab what you are seeing
Forum: Plugins
In reply to: [Bootstrap Modals] Minimize/Maximize ButtonHi there, looks like someone has done a plugin for that – http://www.jqueryscript.net/lightbox/jQuery-Extension-To-Minimize-And-Maximize-Bootstrap-Modals.html – but since it’s not part of my plugin, you’d have to morph the code in
- This reply was modified 9 years, 7 months ago by neilgee.
Forum: Plugins
In reply to: [VenoBox Lightbox] Don’t show related Videos at End of YoutubeWhat you can do to see/hide the related videos is to use the iframe Venobox markup instead with the YouTube iframe code…example
<a href="https://www.youtube.com/embed/MlVYKGd3Jco?rel=1" class="venobox" data-type="iframe">Find out more</a>If you fix position the menu and it’s too long for the screen it won’t work, then it will need to be relatively positioned.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Use slicknav twiceHi there – I am unfamiliar with oria theme – do you have a link to your site so I can check if it uses SlickNav.