neilgee
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Display No Prices Product/Cart/CheckoutOk thanks Caleb
Forum: Plugins
In reply to: [WooCommerce] Display No Prices Product/Cart/Checkoutanyone know what it is – can’t see one – that does what I need – so I still need cart/checkout functionality but showing no 0.00 prices – (don’t want to hide via CSS)
Forum: Plugins
In reply to: [WooCommerce] Sort Code filterYes thanks Mike – I was trying to reduce as many user fields as possible and thinking about running ‘gettext’ filter to change it instead but leaving that idea now and adding the country one back in.
Forum: Plugins
In reply to: [WooCommerce] Sort Code filterOK thanks Caleb – I had unset the billing fields as I am selling only digital products and don’t need the fields.
I have added the billing country back in and now I see the change based on country selection.
Forum: Plugins
In reply to: [VenoBox Lightbox] Show Pictures not full sized…Hi there kjoussen,
One of the points of difference about this lightbox is that it keeps the height of the image as tall as possible, just constrained by the window width as appose to fitting the screen.
There is a jQuery parameter by which you can set the framewidth or height or both, but I have not included it yet in the plugin(maybe in a future update) but you can manually add it in.
Forum: Plugins
In reply to: [SlickNav Mobile Menu] third level sub menu items not appearingNot too sure I follow – if i strip out your CSS – this is what I see – http://d.pr/i/LqgJ which is ok.
Forum: Plugins
In reply to: [Bootstrap Modals] Trigger from Page Menu?Hi, you can add the target link via the inbuilt fields in the menu in the dashboard when adding a custom link.
To add the attribute
data-toggle="modal"follow this guide https://wpbeaches.com/adding-attribute-wordpress-menu-item/For your target modal just add the code and content from the markup –
<!-- Modal --> <div id="myModal1" class="modal fade" tabindex="-1"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button class="close" type="button" data-dismiss="modal">×</button> <h4 class="modal-title">My Title in a Modal Window</h4> </div> <div class="modal-body">This is the body of a modal...</div> <div class="modal-footer">This is the footer of a modal...</div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div><!-- /.modal -->Forum: Plugins
In reply to: [SlickNav Mobile Menu] What is my menu name?Your theme is controlling that original responsive menu icon – maybe a setting to disable it in the theme settings – otherwise you could try and hide it with CSS
.header-style-1 .mk-nav-responsive-link { display: none !important; }Forum: Plugins
In reply to: [SlickNav Mobile Menu] What is my menu name?It’s #menu-main-menu but I see you have a solution working
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Accordion, current submenu open, no animation …Hi there – I am releasing v1.8 this week and I have a toggle sub menus option similar to what you are describing – https://github.com/ComputerWolf/SlickNav/issues/16
Forum: Plugins
In reply to: [Bootstrap Modals] Insert the modals into a WordPress header.php fileIt’s the same code you use – see here – https://wordpress.org/plugins/bootstrap-modals/other_notes/
Forum: Plugins
In reply to: [VenoBox Lightbox] Work in MenusEasier to use bootstrap modals for this, https://wordpress.org/plugins/bootstrap-modals/
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Click anywhere on page to close the menu?No it doesn’t work like that, just click the menu button again to contract it
Forum: Plugins
In reply to: [SlickNav Mobile Menu] Not Working in CatchboxI get an error when trying to access the site, too many redirects occurred.
Forum: Plugins
In reply to: [matchHeight] CSS selector not working hereYou have a syntax error – just remove the trailing comma in the matchHeight input field.