Carlos Arvelo
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] The page will be full width ??Hello there,
hope you are doing well.This problem is due to Divi builder, to fix it, copy the snippet below to your wp-content/themes/your_active_child_theme/functions.php file.
if ( ! function_exists( 'yith_ywgc_enqueue_scripts_custom' ) ) { function yith_ywgc_enqueue_scripts_custom() { $jquery = ' jQuery(function($){ $("form.gift-cards_form").hide(); $("form.gift-cards_form").insertAfter(".et_pb_module_inner").parent().closest(".et_pb_column.et_pb_column_1_2.et_pb_column_3.et_pb_css_mix_blend_mode_passthrough.et-last-child .et_pb_module.et_pb_text"); $("form.gift-cards_form").show(); $("form.gift-cards_form").not(":first").remove(); });'; wp_add_inline_script( 'ywgc-frontend-script', $jquery ); } add_action( 'wp_enqueue_scripts', 'yith_ywgc_enqueue_scripts_custom', 999 ); }
Have a nice day!
Hello there,
hope you are doing well.To load the wishlist more quickly, activate the AJAX loader option.
From what I can see in the screenshot, the button is appearing without the icon, so it could be because of the theme. Could you send us the link to the product page?
Have a nice day!
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Remove the button add to wishlistHello there,
hope you are doing well.Could you please check that the button on the top left has not been added via shortcode?
If not, copy the snippet below to your wp-content/themes/your_active_child_theme/functions.php file.
if ( ! function_exists( 'yith_wcwl_remove_unnecessary_button' ) ) { function yith_wcwl_remove_unnecessary_button() { $jquery = ' jQuery(function($){ $(document).find(".clearfix .yith-wcwl-add-to-wishlist").remove() })'; wp_add_inline_script( 'jquery-yith-wcwl', $jquery ); wp_add_inline_script( 'jquery-yith-wcwl-user', $jquery ); } add_action( 'wp_enqueue_scripts', 'yith_wcwl_remove_unnecessary_button', 99 ); }
Have a nice day!
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Add to Wishlist text not visible in page?Hola!
Espero que esté bien.
Pruebe a a?adir esta regla CSS a Apariencia > Personalizar > CSS adicional
.yith-wcwl-add-button a::after { content: "A?adir a la lista"; }
?Podría también comprobar si están vacíos los campos de la sección “personalización de texto” en la pesta?a “opciones de a?adir a la lista de deseos”?
?Que tenga un buen día!
Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] Critical errorHello there,
@vijayhardaha thanks for your answer.
In the next version the problem will be fixed.
Have a nice day!
- This reply was modified 3 years, 3 months ago by Carlos Arvelo.
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Add Wishlist (Love) IconHello there,
Unfortunately, wishlist free does not have the widget and neither does it add the heart in the header, as you sent in the screenshot the option is from the theme.
You will have to talk to the developers of the theme about that as our plugin is not responsible for that counter in the header.
Have a nice day!
Hello there,
We hope you are doing well.To add the field in the registration form you will have to modify the template and add the necessary functionality to save the value in the database.
Copy the following template:
– wp-content/plugins/yith-woocommerce-affiliates/templates/shortcodes/registration-form.phpPaste it in the following path:
– wp-content/themes/your_active_theme/woocommerce/yith-wcaf/shortcodes/registration-form.php
You will probably need to create ‘woocommerce’, ‘yith-wcaf’ and ‘shortcodes’ folders.
Have a nice day!
Forum: Plugins
In reply to: [YITH WooCommerce Affiliates] Change the payment emailHello there,
We hope you are doing well.If you followed the thread where it is explained how to change the payment email string, you may also have to change the input type from email to text in line 143 and 219 if you want to enter the username.
Have a nice day!
Forum: Plugins
In reply to: [YITH WooCommerce Affiliates] Keine ProvisionHello,
We hope you are doing well.Please verify that the value of the “Referral var name” field is the same as in the url.
Also, check that the option “Make referral cookie expire” is activated and the value of the field “Referral cookie exp.” is greater than 0.
Have a nice day!
Forum: Plugins
In reply to: [YITH WooCommerce Brands Add-On] Brand thumbnailHello there,
thanks for contacting us and Hope you are doing well.Seem that you are using the Premium version of the plugin, in this case, you will need to open a ticket from your account in yithemes.com
This forum is only for the free version from www.remarpro.com.
Have a nice day!
Hello there,
I hope you are well.The problem seems to be in the product image and gallery templates, maybe your theme or another plugin is adding custom ones and this cause the issue, as you are not using the default templates from WooCommerce. Please check if you have these modified templates in the wp-content/plugins/woocommerce/templates/single-product directory:
-product-image-magnifier.php
-product-thumbnails-magnifier.phpIf so, please try using the default ones to see if the problem persists.
I hope I have been able to help you.
Have a good day!
Forum: Plugins
In reply to: [YITH WooCommerce Product Gallery & Image Zoom] mobile zoom not workingHello there,
hope you are well.It seems that your theme fits the product image to the size of the mobile device screen, which makes the modal look bad because it is shown next to the image, please choose the option “zoom windows position: inside” to make it view correctly on mobile devices.
In the next versions we will add an option to choose the position of the zoom in mobile and avoid this problem.
Have a nice day!
Hello there,
hope you are well.We are pleased to hear that the problem is resolved.
Any questions do not hesitate to contact us.
Have a nice day!
Hello there,
Hope you are doing well.Unfortunately it cannot be searched by brands, since the woocommerce search does not contemplate them.
Have a nice day!
Hello there,
hope you are doing well.Seem that you are using the Premium version of the plugin, in this case, you will need to open a ticket from your account in yithemes.com
This forum is only for the free version from www.remarpro.com.
Have a nice day!
- This reply was modified 3 years, 4 months ago by Carlos Arvelo.