neilgee
Forum Replies Created
-
Forum: Plugins
In reply to: [VenoBox Lightbox] Open Navigation Menu Item In Lightbox, Using VenoboxYou could add a data type of inline as an attribute and try that – see the data type mark up here – http://themes.wpbeaches.com/venobox/manual-markup/
Forum: Plugins
In reply to: [YITH WooCommerce Advanced Reviews] Template Needs UpdatingForum: Plugins
In reply to: [Bootstrap Modals] Modal content not showing – plugin conflictHi There,
I am not familiar with the Cornerstone plugin.
Looking at the page there is a 404 on the bootstrap javascript file – this is where the script should be…
http://www.kcequipment.com.au/wp-content/plugins/bootstrap-modals/js/bootstrap.min.js?ver=3.3.7
But that is failing in the console.
There is another one active – https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js
What is odd is that if one script is active then it should still work.
Forum: Plugins
In reply to: [WPD Beaver Popups] Popups on Draft go to PostsHi Doug,
You hit the nail on the head there – that’s exactly what I did – was to use the Quick Edit screen and as you discovered thats when it changed the post type to post.
I know that Post Type Switcher got updated recently so the developer should be actively looking at issues.
Normallu I may use the switcher in development when converting a bunch of CPTs then disable it – but obviously a lot of sites also use it and would leave it enabled – it has an active install base of over 70,000.
Thanks for looking into it and working out the problem.
Regards
Neil- This reply was modified 8 years, 3 months ago by neilgee.
Forum: Plugins
In reply to: [WPD Beaver Popups] Popups on Draft go to PostsHi Doug – sent you the details to the email address.
Cheers
NeilForum: Plugins
In reply to: [WPD Beaver Popups] Allow scroll on background when Modal is presentSounds great – just like how Optinmonster does it for example – that would be a nice addition!
Forum: Plugins
In reply to: [SlickNav Mobile Menu] PC display and not just mobile?Yes just set the ‘Pixel Width to Switch to SlickNav’ value to a high pixel value like 3000
I see it doesn’t get output on the other pages – have you tried to disable all other plugins to see if there is a clash?
Forum: Plugins
In reply to: [VenoBox Lightbox] Settings covered up after upgrade to WordPress 4.9Ok cool, thanks for letting me know m.
Forum: Plugins
In reply to: [VenoBox Lightbox] Settings covered up after upgrade to WordPress 4.9Also can you check any cache in use is cleared.
Forum: Plugins
In reply to: [VenoBox Lightbox] Settings covered up after upgrade to WordPress 4.9ok – does it behave like that if other plugins are deactivated?
Forum: Plugins
In reply to: [VenoBox Lightbox] Settings covered up after upgrade to WordPress 4.9Venobox 1.4.3 has fixed this issue – can you double check you have the latest version.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Mobile menu now shows on desktopHi, the latest version now let’s you set s display property for the menu when not in mobile view.
Forum: Plugins
In reply to: [VenoBox Lightbox] Settings covered up after upgrade to WordPress 4.9Thanks for letting me know – just pushed out an update to make it WP 4.9 friendly !
Forum: Plugins
In reply to: [VenoBox Lightbox] image width / more space on left and right marginsHey there @tightywritey – seems you have it sorted
You could also adjust this CSS rule by altering the max-width value lower than 100% to get space on left/right sides.
.vbox-overlay .vbox-container img { max-width: 90%; height: auto; }So above I have adjusted it to 90% – better off adding this to your theme’s CSS so it doesn’t get overridden in a plugin update