Forum Replies Created
-
AuthorPosts
-
In some product page is ok, in other it’s not ok.
For example, here, on mobile it’s not ok:
…
December 12, 2020 at 7:16 am in reply to: Color Customization of one or more items in Main Menu #39579Perfect!
December 12, 2020 at 7:13 am in reply to: Color Customization of one or more items in Main Menu #39578Great! it’s ok.
December 11, 2020 at 9:39 pm in reply to: Color Customization of one or more items in Main Menu #39564The code for mobile doesn’t work
Thanks!
Thanks Harry! It’s ok!
ok, but how can I replace home_url( ‘/mio-account/orders/’ ) with home_url( ‘/en/my-account/orders/’ ) in English version?
December 10, 2020 at 4:32 pm in reply to: Text and Instagram Icon below Add to Cart, in Product Page #39545Hi,
if I change the code, I see “Share on” both on Italian version than on English version.
I’d like “Condividi su” on Italian version and “Share on” on English version. How to, please?
ok, thank you!
December 5, 2020 at 1:03 am in reply to: Text and Instagram Icon below Add to Cart, in Product Page #39478You suggested me to add the following code to claue-child > functions.php
add_action( ‘wp_head’, ‘remove_my_action’ ); function remove_my_action(){ remove_action( ‘woocommerce_single_product_summary’, ‘jas_claue_wc_single_social_share’, 50 ); } function jas_claue_child_wc_single_social_share() { if ( cs_get_option( ‘wc-social-share’ ) ) { echo ‘<h3>Condividi su</h3>’; jas_claue_social_share(); } } add_action( ‘woocommerce_single_product_summary’, ‘jas_claue_child_wc_single_social_share’, 50 );
But how can I translate “Condividi su” (before Social Icons below Add to Cart, in Product Page)?
I have installed WMPL, but I can’t translate it in English.
-
AuthorPosts