Forum Replies Created
-
AuthorPosts
-
Please send link login for me, I don’t find it.
Hi again,
#1. No, our theme support WPML plugins. You need to install the full set of WPML plugins and install the steps according to the instructions, then translate pages, posts, products, categoríes…
#2. Updating wordpress does not lose data, but WordPress version 5.8 is having some problems, so it is not recommended to update WordPress at this time.
Please add this php code to file functions.php ( child-theme):
remove_action('woocommerce_before_shop_loop_item', 'woocommerce_template_loop_product_link_open'); add_action('woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_link_open', 15); add_action('woocommerce_before_shop_loop_item', 'woocommerce_add_aff_link_open', 10); add_action('woocommerce_before_shop_loop_item_title', 'woocommerce_add_aff_link_close', 10); function woocommerce_add_aff_link_open(){ $product = wc_get_product(get_the_ID()); if( $product->is_type( 'external' ) ) { echo '<a target="_blank" href="' . $product->get_product_url() . '" class="">'; } } function woocommerce_add_aff_link_close(){ $product = wc_get_product(get_the_ID()); if( $product->is_type( 'external' ) ) { echo '</a>'; } }
Hi you,
I installed Loco translate plugin, please go to Translate text on theme, search your text and add translate
Hi,
I checked your site and it still works normally: https://prnt.sc/1gofx41
Hi,
This is the customization of the variable product, i.e. only allowing prefixes before or after the price of the variant.
We still need 1 more field to add custom price as you want.
Do you want to do this customwork, please pay fee CW via our paypal, we will check and help you.
Hi,
You can use this css code:
.woocommerce-noreviews, p.no-comments { background-color: #your-color !important; }
Copy and paste into file style.css ( child-theme), I added this code into file style.css, please recheck.
Hi you,
About this issue, please go to Widget and change title widget: https://prnt.sc/1gmv7qg
Hi you,
I fixed this issue, please recheck
This reply has been marked as private.This customization is not available in our theme, so if you want to do it we will charge for this customization.
We use this plugin for demo: Smash Balloon Instagram Feed, which you have installed for your website.
This is setting on our demo: https://prnt.sc/1g7o4ht
I re-installed this plugin for you, please add your Instagram account to use this plugin
- This reply was modified 3 years, 4 months ago by Supporter.
If you want to remove Up sales product: https://prnt.sc/1g7kz27, please use this code:
remove_action('woocommerce_after_single_product_summary', 'woocommerce_upsell_display');
If you want to remove Related products: https://prnt.sc/1g7lhvy, please use this code:
remove_action('woocommerce_after_single_product_summary', 'woocommerce_output_related_products');
Hi again,
It looks like you are using the wrong functionality of this plugin.
This is a function that allows to select additional options attached, and so it can select multiple options at the same time.
The function you want is to select a quantity to purchase, so you have to use Woocommerce’s variation product function to display it.
Please check demo, I have just create new product with variation option” https://www.tourigalo.pt/produto/carne-de-porco-assada-demo/
Or another way, you specify porção = 200gr, we will have the option to choose the quantity: 2,3,4,5 … also equivalent to the options you want customers to choose
Hi,
I have just updated new version of this plugin for you, please recheck.
-
AuthorPosts