aculine
Forum Replies Created
-
Forum: Plugins
In reply to: [Price Based on Country for WooCommerce] Works on a CDN?Thank you so much.
Same error here, but when I simply “purge caches” of W3TotalCache, it starts working.
Forum: Plugins
In reply to: [WP Store Locator] Sort by Countryquote!
Forum: Plugins
In reply to: [Square Thumbnails] Need help excluding format/ thumbnails from pluginquote. thanks.
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Broken with new updateI found my personal solution.
I used a function to manage price, adding a ‘*’ after it. For some reason, WordPress change something in “is_admin()” function used in my function. Now I solved moving from:
if ( ! is_admin()):
//function for theme pages
endif;to
if ( ! is_admin() && wp_doing_ajax() ):
//function for theme pages
endif;With this, now Woocommerce Stock Manager works.
It maybe helps @musilda.
L.
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Broken with new updateHi, I tried with Twenty Nineteen instead my Customized Scandinavian Theme and plugin has started to work again.
I’m investigating.L.
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Broken with new updatesame problem here.
- This reply was modified 5 years, 4 months ago by aculine.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Text variation@speedy1010 this plugin will not helps you for this issue.
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Issue with change out-of-stock to in-stockThat’s strange and I know, but seems that if I setup “manage stock”, units are setup to 100 until I reload page, setup on 1 unit and then save.
Here is a video:
https://streamable.com/1vh5lForum: Plugins
In reply to: [Age Gate] “exit” buttonThank you @philsbury, it works perfecty!
L.
Thank you Najeeb,
that’s sounds good, but how can I do it? On Attributes there are no options and under varation there aren’t too. PPOM is only on the right sidebar with a select.L.
Forum: Plugins
In reply to: [WP Instagram Widget] Images not updating after move hostingPerfect solution.
I’ve install that plugin yesterday, but I didn’t remove ALL transients, just the expired ones.
Now (after a backup of database ?? ) and remove all transines, feed is syncronized with Instagram.Thank you so much @scottsweb!
Forum: Plugins
In reply to: [WP Instagram Widget] Images not updating after move hostingEDIT: Tried to deactivate W3TC, still not update instagram feed. It’s blocked since 3 weeks.
Hi @predrag, thank you for your support.
I change from true to false at line 62 but pages are still white with no html code in.
I need a step-by-step debug de-activing one plugin at time, but website is on production and this is a bit complicated.L.
Thank you PatM2G,
no, I’m not using “Embed any document” plugin.
I will check that option when I could reach the plugin page… ??