Alberto Ruggiero
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] unconfigured buttonHello @markitochi,
I still claim that you are using the premium version of the plugin. Either way, the problem is with your theme removing the button style.
Try this CSS rule:a.add-request-quote-button.button { padding: 15px 20px; }Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Yith formHello @hugoferreira,
these are features only for the commercial version of the plugin, I’m sorry.Hello @nmateus,
I see that there’s a JS error on that page due to grecaptcha script. This could prevent the plugin from working.Hello @dkneidhart,
could you please provide a product page URL where I can see the issue?Forum: Plugins
In reply to: [YITH WooCommerce Featured Video] Video thumbnailHello @ecomjpr,
I’m sorry but the plugin allows to display the video only in the single product pages.Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] unconfigured buttonHello @markitochi,
I see that you are using the commercial version of the plugin.
Please, write to our support service at yithemes.com/my-account, otherwise it could be misleading for other users here on wordpress.org. Donβt worry, our support developers will certainly help you solve the issue you are experiencing.Forum: Plugins
In reply to: [YITH WooCommerce Product Slider Carousel] remove font awesomeHello @fredericlegrand,
you could try to use this:
wp_deregister_style( 'fontawesome' );Forum: Plugins
In reply to: [YITH WooCommerce Subscription] Change Price of recurring paymentHello @maurodimarino,
the Subscription will keep the “old” price.Ciao @fede84,
potresti darmi il link di una pagina dove posso vedere il problema?Forum: Plugins
In reply to: [YITH WooCommerce Subscription] There is no renewal process with Woo StripeHelo @dimataran,
I’m sorry but this version of the plugin works only with PayPal “standard” (the one that you can find embedded into WooCommerce). Stripe is not supported.Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Yith formHello @hugoferreira,
you need huge code customization, with the help of a developer, in order to do that. You have to customize the template but also the rest of the plugin should be modified in order to handle these fields.Hello @saadkkhan,
this support forum is for the Ajax Search plugin. I think you chosen the wrong plugin πForum: Plugins
In reply to: [YITH WooCommerce Subscription] Subscription Status HooksHello @carverlab and @iamchris48,
I’m sorry but there was a misunderstanding since in the topic mentioned by @iamchris48 there was a reference to the Premium version, for this reason, my colleague said that about the Premium version.
However, it is also true that at the moment we do not have documentation of the hooks available in the plugin but doing a quick search of thedo_actionand theapply_filtersyou can find these hooks:do_action( 'ywsbs_subscription_status_' . $new_status, $this->id ); do_action( 'ywsbs_subscription_status_' . $old_status . '_to_' . $new_status, $this->id ); do_action( 'ywsbs_subscription_status_changed', $this->id, $old_status, $new_status );Where
$this->idis the ID of the current subscription.Hope this helps.
Hello @jairoochoa,
I understand but, as said, this version of the plugin does not have the feature to hide prices.Hello @jairoochoa,
I’m sorry but this version of the plugin doesn’t remove prices.
If you are using the commercial version, please open a support ticket on https://yithemes.com because here it could be misleading for other users.