page52
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] WooCommerce plus minus quantity buttonsHi Mehedi, thank you so much for your confirmation. I’ve tested this update and a few things to note:
Issue persists if “Enable Quantity Plus and Minus” is on in the Astra Customizer settings – (not at first, but if you navigate to cart and then back to another page that glitch happens).
After the update the quantity buttons are showing on my category/catalog page which isn’t a major problem, but the ADD TO CART button doesn’t trigger the slide-in cart / cart drawer.Can you confirm please?
Forum: Themes and Templates
In reply to: [Astra] WooCommerce plus minus quantity buttonsThank you very much, this is a really good temporary solution; however, one of the big parts of why I’m using Astra is the awesome slide-in cart and that doesn’t have an ‘update cart’ button for the quantities, and using the default plus/minus (with the setting turned off as per your video) doesn’t update the cart drawer in real time. I’ll wait for the fix and hope that it’ll be released soon!
Thanks Igor, I appreciate your reply!
Hi Igor, thank you but as far as I know the Hold Stock function only refers to orders that are paid immediately (eg: credit card), not BACS payments. I specifically want this for BACS payments. I had a look at the link – I wouldn’t be able to code this and it looks like this solution is 5 years old. Other than getting a developer to custom code this function or create a plugin, is there no other way to set this for BACS orders?
I also have several sites down this morning because of the automatic Monster Insights update. I’m having to manually go in via FTP and delete the plugin, reinstall and then disconnect/reconnect. Is there a better workaround here? I have 100’s of sites with your plugin.
Thank you so much!
Thank you, that’s great to hear. So this works with the free version of your plug-in and if I’m using the Focus Gravity template?
Thank you, I’ve sent an email.
Thank you for your reply. I’ve disabled all plugins and unfortunately the error only occurs when yours is active. Perhaps it’s a conflict between plugin and Avada theme?
I’m afraid the site is behind a holding page.- This reply was modified 3 years, 5 months ago by page52.
Apologies, I think this had something to do with my own custom CSS for shrinking/minimising. Resolved now!
Thank you, yes it’s definitely a conflict between the theme and SEO plugin; I’ll see if the theme developers can shed some light.
Forum: Plugins
In reply to: [Store Locator WordPress] Hide Store Opening DaysHi, I’m using the latest version as I just installed it. I’ll send you an email, thank you!
Thank you, I appreciate it!
Noted, thank you – and there’s no custom JS that could resolve this, something like the below but for your plugin?
jQuery('#pum-123') .on('pumBeforeClose', function () { var $iframe = jQuery('iframe', jQuery(this)), src = $iframe.prop('src'); $iframe.prop('src', '').prop('src', src.replace('&autoplay=1', '')); });Thank you, but autoplay is imperative for my site. If I use an HTML video loaded to my site’s media library am I able to have this autoplay or does the popup not support auto play?