jetcrusher
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] cli flush post not workingA bit more debugging, under wp-content/cache/page_enhanced/domain.com
If I use the admin side purge cache the _index_slash_ssl.html file gets renamed to _index_slash_ssl.html_old until the home page is loaded again and a new _index_slash_ssl.html is created.
This does not happen when using cli command.
I can delete the cache files directly but its a hacky way to do this.
- This reply was modified 10 months ago by jetcrusher.
- This reply was modified 10 months ago by jetcrusher.
Forum: Plugins
In reply to: [W3 Total Cache] cli flush post not working“wp w3-total-cache flush all”
Does nothing, the response is success but nothing is cleared. The only way I can clear cache is from the WP Admin side, cli commands have no effect.
Forum: Plugins
In reply to: [W3 Total Cache] cli flush post not workingI also tried (homepage is what I’m attempting to purge)
wp w3-total-cache flush post –permalink=/
Response: “Success: The page is flushed from cache successfully.”
same issue, nothing is purged. The page is not updated and response headers still show old date for last-modified.
- This reply was modified 10 months ago by jetcrusher.
Neat, that did it, thank you.
Had a look at the plugin, it stores the custom tab content in wp_postmeta table
meta_key:
yikes_woo_products_tabs
meta_value:
‘{s:5:\”title\”;s:7:\”tabname\”;s:2:\”id\”;s:7:\”tabname\”;s:7:\”content\”;s:11:\”Hello World\”;}}’
I would like to have the content from the “content” index of that array searchable.
- This reply was modified 10 months, 4 weeks ago by jetcrusher.
- This reply was modified 10 months, 4 weeks ago by jetcrusher.
Thanks Elliot, if I actually get some affiliates going to the point I need to do payouts I’ll purchase the pro but just wanted to point this “issue” out.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Why is adding additional taxes on checkout?You probably have automatic tax collection enabled inside your PayPal account. The plugin does not communicate this with the PayPal account so the account adds taxes on top of whatever was passed in.
Oh ok, I’m assuming the outgoing PayPal Checkout will not stop to function on March 1st correct? I had to revert to using it because I can’t use the current implementation of the new plugin.