arskadirr
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [Seraphinite Accelerator] Admin bar is visible on the cached pageIt seems like purging cache from cloudflare fixed the issue. I don’t know why and how the plugin couldn’t overwrite the cache.
Forum: Plugins
In reply to: [WooCommerce] How to change add to cart button text for variable productsHello,
Thank you for your responses. Loco translate didn’t help but finally I fixed it. It was the one of the elementor customization plugins, I deactivated it.
Forum: Plugins
In reply to: [WooCommerce] How to change add to cart button text for variable productsHello @xue28
Thank you for reply.
With Loco translate I am able change only single product button text.
Select optionsis also translated in Loco, but seems like something is over writing the button. Like I said I can only change the text usingadd_filter( ‘woocommerce_product_single_add_to_cart_text’, ‘woocommerce_custom_single_add_to_cart_text’ ); function woocommerce_custom_single_add_to_cart_text() { return __( ‘Select options’, ‘hello-elementor’ ); }but this changes for the second language too which I don’t want that.
I tried to disable the plugins to see if any interfere but I wasn’t successful with that. The issue continues.
Viewing 3 replies - 1 through 3 (of 3 total)