Armando
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Plugins causes fatal errorHi, for now edit this file wp-content/plugins/yith-woocommerce-subscription/includes/gateways/woocommerce-paypal-payments/module/src/class-ywsbs-wc-paypal-payments-helper.php and replace this line
use WooCommerce\PayPalCommerce\Subscription\Helper\SubscriptionHelper;
with this one
use WooCommerce\PayPalCommerce\WcSubscriptions\Helper\SubscriptionHelper;
we will send an update soon
Hi, edit this file wp-content/plugins/yith-woocommerce-subscription/includes/gateways/woocommerce-paypal-payments/module/src/class-ywsbs-wc-paypal-payments-helper.php and replace this line
use WooCommerce\PayPalCommerce\Subscription\Helper\SubscriptionHelper;
with this one
use WooCommerce\PayPalCommerce\WcSubscriptions\Helper\SubscriptionHelper;
Hi, when there are more slides it apply the slick slider that uses transform CSS rules and the translate3D with which the parallax cannot work. It is not possible to disable the transform rules or then the slider will not work. However thank you for your feedback.
Forum: Themes and Templates
In reply to: [YITH Proteo] Translate Checkout pageHi,
about 1. This depends on a WooCommerce option called **Shipping destination** set on **Default to customer shipping address**, that you can find in Woocommerce > Settings > Shipping > Shipping Options.
about 2 these parts are not managed by the theme. For the Place Order button you could try to change it adding this code to your active child theme functions.php file
if ( ! function_exists( 'woocommerce_order_button_text_custom' ) ) { add_filter( 'woocommerce_order_button_text', 'woocommerce_order_button_text_custom'); function woocommerce_order_button_text_custom() { return "Mio testo qui"; } }
about the credit card that depends on the payment plugin you are using.
Forum: Themes and Templates
In reply to: [YITH Proteo] My menú can’t be sjownHi, I see the menu. Have you managed it?
Forum: Themes and Templates
In reply to: [YITH Proteo] Proteo Food demo is brokenHi thank you to advise. It is now fixed.
Forum: Themes and Templates
In reply to: [YITH Proteo] Cart iconHi, about the price superimposed, try to add this css code in **Apperance > Customize > Custom css** section
.widget_shopping_cart .yith-proteo-mini-cart-content ul li > .quantity { position: relative; }
About the icon I see no issue. When you see it slow?
Forum: Themes and Templates
In reply to: [YITH Proteo] Enable Right-click of product images on PCHi can you try to turn off the option **Make Product Image Sticky when Scrolling** in **Appearance > Customize > woocommerce > Single Product**
- This reply was modified 1 year, 1 month ago by Armando.
Hi there, the images appear to be good. They are simply cropped to use a small version in order to keep the page lighter. You can manage the size in **Appearance > Customize > Woocommerce > Product Images**
Forum: Themes and Templates
In reply to: [YITH Proteo] Show all options in product dropdownHi you could add a code like this in the custom css section
.single-product .select2-container--default .select2-results > .select2-results__options { max-height: 300px; }
Forum: Themes and Templates
In reply to: [YITH Proteo] Mini Cart – Product title too longYou are Welcome
Hi, I cannot replicate any issue about the cart widget when elementor is active. Can you try to go to Customizer, and disable and enable the cart icon?
Forum: Themes and Templates
In reply to: [YITH Proteo] Images on category page are brokenHi there, I just checked the url you sent, and I see no issue, have you managed?
Forum: Themes and Templates
In reply to: [YITH Wonder] Navigation menu links don’t showHi there, I cannot repicate this issue. Are you using the default header template?
Forum: Themes and Templates
In reply to: [YITH Wonder] Header only visible on homepage, yith wonder themeHi there, I see the same logo with menu header part on the homepage and on all the pages I click on. What do you mean by Header on top?