vazues
Forum Replies Created
-
Forum: Plugins
In reply to: [CDN Enabler] Breaks sitemap XSL generated by WordPress 5.5Thanks for investigating and locating the issue.
Have attempted the exclusion approach, but couldn’t get it to work. Instead, ended up just adding a filter to xsl output using wp_sitemaps_stylesheet_content (adding an additional space into the xls file where the markup was being broken).
This seems to have solved the issue for now.
If anyone finds it useful, here is my filter:
function webme_sitemap_xsl($original) {
return str_replace(‘indent=”yes”/>’, ‘indent=”yes” />’, $original);
}
add_filter(‘wp_sitemaps_stylesheet_content’, ‘webme_sitemap_xsl’);Look forward to a permanent solution with the regex causing it in the first place. 🙂
Forum: Reviews
In reply to: [Zero Spam for WordPress] Improvement in the wrong directionAgreed. Should have more beta status testing prior to being pushed for update. Lot’s of issues created for commercial sites using it.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] V4.0.3 ‘no such source’ bug@royho thanks for the quick update. Can confirm issue was on my end. Had a hardcoded cachhe for some files and it was causing the issue. Thanks again.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] V4.0.3 ‘no such source’ bugSame error. Multiple stores.