winterstreet
Forum Replies Created
-
Well I just received the email. It seems like that was related to either the order being changed to “completed” or the fact that I logged into the Google Merchant site. Any idea if either of those is why it worked?
I actually found the same issue on a separate website that’s also hosted at WP Engine with some of the same plugins installed.
OK thanks for checking that. As far as it just now happening, whatever plugins and settings might have affected it, we haven’t changed anything in a while. Except plugin updates. I’ll watch the spam entries for a while and see how it goes.
Sorry I didn’t include the URL: https://cohendefense.com/contact-us/
Never-mind.
Shouldn’t this setting be doing something too? https://share.zight.com/eDuDXAJX
Great, thanks.
I think I was mistaken that the issue was being caused by Wordfence. I think it was a coincidence that it appeared to work with the plugin disabled. I believe Cleantalk is actually the problem. Thanks for your assistance.
That worked, thanks for the quick fix.
Here’s one https://211connectingpoint.org/
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Grainy images in stack gallery on ChromeAt this point it kind of works since we’ll just crop them so that it works fine. Not so useful for having some people (our client’s staff) update galleries since you have to use a photo editor to get it right. But for me at least, it’s resolved.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Grainy images in stack gallery on ChromeThe issue was happening with images where it was showing a vertical portion of a horizontal image. If we crop the images the same proportions that the gallery is using then the issue goes away. This page has the type of gallery we’re using https://bffyouth.org/who-we-are/, the issue was on the tallest vertical images. So we’ll just crop the images, but the issue still exists.
Forum: Plugins
In reply to: [Getwid - Gutenberg Blocks] Grainy images in stack gallery on ChromeI have to think you’re familiar with this, but just in case this might help https://chatgpt.com/share/68129ec4-37dc-8010-afdc-80351099d7d0
But when I disabled the srcset everywhere with:
add_filter(‘wp_calculate_image_srcset’, ‘__return_false’);That fixed the problem, but that seems like a bad solution.
Forum: Plugins
In reply to: [WooCommerce] Price displayed wrong on product pageIt turns out that the issue was somehow related to a plugin that syncs with Quickbooks, Myworks. The site owner did another sync and now the prices are displaying properly. Not easy to sort out since the prices still showed wrong with the plugin disabled. Thanks for your help.
Forum: Plugins
In reply to: [WooCommerce] Price displayed wrong on product page@wordpresssites after adding that funtion, and reloading the product, this was what was displayed:
array(9) { [“variation_id”]=> int(3443) [“attributes”]=> array(1) { [“pa_size”]=> string(2) “xs” } [“regular_price”]=> string(6) “265.00” [“sale_price”]=> string(0) “” [“price”]=> string(6) “265.00” [“price_excl_tax”]=> string(129) “$265.00” [“price_incl_tax”]=> string(129) “$285.47” [“simulated_shipping”]=> string(36) “Depends on shipping method & address” [“simulated_fees”]=> string(32) “Depends on cart-level conditions” } array(9) { [“variation_id”]=> int(3444) [“attributes”]=> array(1) { [“pa_size”]=> string(1) “s” } [“regular_price”]=> string(6) “265.00” [“sale_price”]=> string(0) “” [“price”]=> string(6) “265.00” [“price_excl_tax”]=> string(129) “$265.00” [“price_incl_tax”]=> string(129) “$285.47” [“simulated_shipping”]=> string(36) “Depends on shipping method & address” [“simulated_fees”]=> string(32) “Depends on cart-level conditions” } array(9) { [“variation_id”]=> int(3445) [“attributes”]=> array(1) { [“pa_size”]=> string(1) “m” } [“regular_price”]=> string(6) “265.00” [“sale_price”]=> string(0) “” [“price”]=> string(6) “265.00” [“price_excl_tax”]=> string(129) “$265.00” [“price_incl_tax”]=> string(129) “$285.47” [“simulated_shipping”]=> string(36) “Depends on shipping method & address” [“simulated_fees”]=> string(32) “Depends on cart-level conditions” } array(9) { [“variation_id”]=> int(3446) [“attributes”]=> array(1) { [“pa_size”]=> string(1) “l” } [“regular_price”]=> string(6) “265.00” [“sale_price”]=> string(0) “” [“price”]=> string(6) “265.00” [“price_excl_tax”]=> string(129) “$265.00” [“price_incl_tax”]=> string(129) “$285.47” [“simulated_shipping”]=> string(36) “Depends on shipping method & address” [“simulated_fees”]=> string(32) “Depends on cart-level conditions” } array(9) { [“variation_id”]=> int(3447) [“attributes”]=> array(1) { [“pa_size”]=> string(2) “xl” } [“regular_price”]=> string(6) “265.00” [“sale_price”]=> string(0) “” [“price”]=> string(6) “265.00” [“price_excl_tax”]=> string(129) “$265.00” [“price_incl_tax”]=> string(129) “$285.47” [“simulated_shipping”]=> string(36) “Depends on shipping method & address” [“simulated_fees”]=> string(32) “Depends on cart-level conditions” } array(9) { [“variation_id”]=> int(3448) [“attributes”]=> array(1) { [“pa_size”]=> string(3) “2xl” } [“regular_price”]=> string(6) “265.00” [“sale_price”]=> string(0) “” [“price”]=> string(6) “265.00” [“price_excl_tax”]=> string(129) “$265.00” [“price_incl_tax”]=> string(129) “$285.47” [“simulated_shipping”]=> string(36) “Depends on shipping method & address” [“simulated_fees”]=> string(32) “Depends on cart-level conditions” } array(9) { [“variation_id”]=> int(3449) [“attributes”]=> array(1) { [“pa_size”]=> string(3) “3xl” } [“regular_price”]=> string(6) “265.00” [“sale_price”]=> string(0) “” [“price”]=> string(6) “265.00” [“price_excl_tax”]=> string(129) “$265.00” [“price_incl_tax”]=> string(129) “$285.47” [“simulated_shipping”]=> string(36) “Depends on shipping method & address” [“simulated_fees”]=> string(32) “Depends on cart-level conditions” } array(9) { [“variation_id”]=> int(3450) [“attributes”]=> array(1) { [“pa_size”]=> string(3) “4xl” } [“regular_price”]=> string(6) “265.00” [“sale_price”]=> string(0) “” [“price”]=> string(6) “265.00” [“price_excl_tax”]=> string(129) “$265.00” [“price_incl_tax”]=> string(129) “$285.47” [“simulated_shipping”]=> string(36) “Depends on shipping method & address” [“simulated_fees”]=> string(32) “Depends on cart-level conditions” }