grrrlweb
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Accordions] Dont works with elementor prosame issue here – if i’m using elementor pro and designing a product page – it still uses the default – if i’m using the standard woocommerce page then it works
Forum: Plugins
In reply to: [Social Chat - Click To Chat App Button] Not working on iOS diviceHave the same issue too. Works on Android/Desktop – but not Safari iPhone
Same here – with mainly Safari users – but intermittent
ps have disable the plugin on our live site due to complaints
Have the same issue with our site https://www.grrrl.com – but it’s not consistent.
It’s caused by this iframe as the height doesn’t always go to 0 and has a very high z-index – so is always over all the content underneath.
div.fb-customerchat.fb_invisible_flow.fb_iframe_widget span iframe
our site users can’t click on any links above the chat widget
It happens on Chrome on Desktop and mobile and on mac and PC but NOT ALL THE TIME. Just sometimes. We’ve had dozens of reports from users – and it has happened to me personally
Hard to test / diagnose but do have a video grab of it happening – and if i change the z-index of that iframe – i can access the menu items underneath
Forum: Plugins
In reply to: [Breeze - WordPress Cache Plugin] Never Cache these URLs with *Also actual URLS or only JS and css?
- This reply was modified 5 years, 1 month ago by grrrlweb.
Forum: Plugins
In reply to: [WooCommerce Cart Stock Reducer] Slow down the siteWe had the same issue too, great plugin but the overhead is unfortunately pretty high, and also brought our site down with only around 20 concurrent users
this is the query that grows as the number of users hit the site
SELECT session_key, session_value, session_expiry
FROM wp_woocommerce_sessionsFrom only around 60 records on our dev site – to 4k+ when on our live site.
Will buy you a beer if you have time to sort this ??
Forum: Plugins
In reply to: [WooCommerce] New order email notification settings is not savingThanks! This was driving me crazy – I even attempted to manually update options table to resolve.
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Mailchimp Integration Possible?Any hooks so i can run code when a user joins a course?
Forum: Plugins
In reply to: [Product Disclaimer For WooCommerce] Individual Product DisclaimerI’ve disabled the global discalimer but can’t see where to add the product level or category level disclaimers – there’s no new tab in the product edit page or additional fields on the category page
Forum: Plugins
In reply to: [WooCommerce] WC_Cache_Helper::delete_version_transients flooding CRONWe are also receiving a flood of these requests. Is there a work around?
I eventually worked out what it was.
Woocommerce was enabled at the network level, not at the site level.. Apparently this causes an issue – once i disabled it across the network, and enabled it at the per site level it worked.Again – updated everything and still receiving the error
/public_html/wp-content/plugins/mailchimp-for-woocommerce/includes/api/class-mailchimp-woocommerce-transform-products.php:57
Stack trace:
#0 /public_html/wp-content/plugins/mailchimp-for-woocommerce/includes/processes/class-mailchimp-woocommerce-single-product.php(58): MailChimp_WooCommerce_Transform_Products->transform(Object(WP_Post))
#1 /public_html/wp-content/plugins/mailchimp-for-woocommerce/includes/processes/class-mailchimp-woocommerce-single-product.php(34): MailChimp_WooCommerce_Single_Product->process()
#2 /public_html/wp-content/plugins/mailchimp-for-woocommerce/includes/vendor/queue/classes/worker/wp-worker.php(56): MailChimp_WooCommerce_Single_Product->handle()
#3 //public_html/wp-content in /v/public_html/wp-content/plugins/mailchimp-for-woocommerce/includes/api/class-mailchimp-woocommerce-transform-products.php on line 57Updated everything – still receiving this error
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Import/export functionThe Import/Export function is commented out of the plugin, but still there, so if you know what you are doing edit the plugin script yourself.
Just edit the admin class and you’ll see 2 references, one to the menu item and one to the function that it executes.
Export still works fine – i never use the import function. so Can’t vouch for that.