flo_sb
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] “Invalid ZIP entered” errorI too believe am having the same problem as you.
Problem started appearing when I activated Jetpack for automated tax calculation.If you try to go to the checkout endpoint in your browser, you will get
ZIP does not match the selected state.
There are some issues with the items in your cart (shown above). Please go back to the cart page and resolve these issues before checking out.
The “Invalid ZIP entered” error is on the cart.
This same issue that oakhillman, me and others have is described here as well: https://www.reddit.com/r/woocommerce/comments/9xppiv/error_between_cart_and_checkout_screen/
Forum: Plugins
In reply to: [WP Super Cache] Regression in 1.4.9 for Yoast sitemap_index.xmlI know this is for WP Super Cache, but it’s the only relevant thing I got to from google, after identifying that W3 Total Cache (even after update to Version 0.9.5.4) was doing the same – setting http instead of xml for content-type.
So I thought I’d just leave the sollution here for anyone else that might get here from google, as “disable feed caching” checkbox does not work.
Remove this section
sitemap(_index)?\.xml(\.gz)? ([a-z0-9_\-]+)?sitemap\.xsl [a-z0-9_\-]+-sitemap([0-9]+)?\.xml(\.gz)?From the “Non-trailing slash pages:” and add it to “Never cache the following pages:” instead.
You would find this in the “Page Cache” submenu.Cheers
you should update both woocommerce and subscriptions at once to avoid 502.
just had the issue as well.Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] plugin is sending spam messages@reedyseth – Thanks a lot for clarifying! 🙂
- This reply was modified 9 years, 2 months ago by flo_sb. Reason: solved
Forum: Plugins
In reply to: [Subscribe To Comments Reloaded] plugin is sending spam messages@reedyseth, thanks for your fast reply.
I am trying to find out what is happening. Could you please tell me if your plugin creates a wordpress user account when users (or bots) subscribe to comments?
- This reply was modified 9 years, 2 months ago by flo_sb.
Forum: Plugins
In reply to: [WP Post to PDF Enhanced] no images in pdf – transparent bg PNGow, and an ideea for your future release.
Adding functionality similar to what print friendly offers, I.E. hiding elements from print.
@wp-post-to-pdf-enhanced.php
$dom->load( $html ); foreach ( $dom->find('div[class=print-no]') as $e ) { $e->innertext = ''; } foreach ( $dom->find( 'img' ) as $e ) {Cheers!
Alter, use in the cache directory the following .htaccess file to prevent PDF google indexing.
<FilesMatch “.pdf$”>
Header set X-Robots-Tag “noindex, noarchive, nosnippet”
</FilesMatch>As for the PDF Icon, you can not prevent google to index parts of a page, and the PDF icon is part of the page.
Forum: Plugins
In reply to: [Twitget] "Twitter outputted an error: ."sorry for disturbing – seems it was a temporary error for me – all back to normal now 🙂
Forum: Plugins
In reply to: [Twitget] "Twitter outputted an error: ."Hey guys!
Any sollution on this?
It was working fine till yesterday, now I notice it dropped.Not trying to hijack the thread or anything – just adding abit of my knowledge:
“I understand that we’re explicitly setting curl_ssl_verifypeer to false”
There’s no use to try any cacert.pem with above option set to false because it doesn`t matter.