Facundo A.
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Text input not working on mobileHi there,
I checked the page you mentioned, but unfortunately I couldn’t see the text field in desktop nor mobile. Could you check again if the add-on is enabled so we can test it?
We’ll remain at your disposal.
Hi there,
For the screenshots you sent, it seems you are in the old panel of the plugin (there was probably an issue when installing the plugin).
You can change to the new one, the same as the demo, by going to Products > Product Add-Ons and then click on the Switch to the new 2.0 version button.
Let us know if you need more help.
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Issue with plugins that filters content using AjaxHi there,
Please send us the link to the page with the issue so we can check it and try to replicate the issue.
Thanks for your cooperation.
Forum: Plugins
In reply to: [YITH WooCommerce Compare] Compare plugin problemHi there,
I checked your site, and it could be possible that the issue is related to your cache plugin.
Please try to disable it and then check if the issue is solved.
We’ll remain at your disposal.
Hi there,
To fix the issue, you could try to use PHP code like the following in the functions.php file of your theme:
if ( ! function_exists( 'yith_wcan_fix_filtr_button_event' ) ) { function yith_wcan_fix_filtr_button_event() { $js = " jQuery( function( $ ){ function yith_wcan_fix_filtr_button_event (){ $( '#wbt-filtr-rwd' ).on( 'click', function(){ $( this ).toggleClass( 'wbt-active-filtr' ); //ico_filtr $( '#wbt-sidebar' ).toggleClass( 'wbt-sidebar-active' ); //filtr_section $( '#wbt-body' ).toggleClass( 'wbt-hamburger-active' ); //wbt_body_filtr } ); } $( document ).on( 'yith-wcan-ajax-filtered', yith_wcan_fix_filtr_button_event ); } ); "; wp_add_inline_script( 'yith-wcan-shortcodes', $js ); } add_action( 'wp_enqueue_scripts', 'yith_wcan_fix_filtr_button_event', 20 ); }The important thing is that the
yith-wcan-ajax-filteredjQuery event will be triggered when a filter is applied, so in the case of the Filtry button, you will need to add the button event again, since it’s inside the section that will be updated.Let us know if you have any other issue.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Error Select | ComboBox | DropDownHi there,
I checked the link you sent and the value of the select add-on is displayed on the cart.
Could you check it again and let us know which steps we need to follow to replicate the issue?
We’ll remain at your disposal.
Hi there,
For the screenshots you sent, it seems you are in the old panel of the plugin.
You can change to the new one, the same as the demo, by going to Products > Product Add-Ons and then click on the Switch to the new 2.0 version button.
Let us know if you need more help.
Hi there,
Please try adding the following PHP code in the functions.php file of your current theme and then check if the issue is solved:
if( ! function_exists( 'yith_wcan_content_selector' ) ){ function yith_wcan_content_selector( $selector ){ $selector = '.site-main'; return $selector; } add_filter( 'yith_wcan_content_selector', 'yith_wcan_content_selector' ); }We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH Infinite Scrolling] Compatible issueHi again,
Don’t worry, we’re glad the issue is solved.
Let us know if you have any other issue or if we can mark this topic as solved.
Hi there,
Unfortunately this isn’t possible with the plugin, so you should instead create a different preset to display only the subcategories, and then use a different sidebar or a plugin like Widget Options to display the new preset only on the subcategories.
Also, I checked your site, and it seems you are using the premium version of the plugin, so I’ll suggest you open a ticket in our site if you need more help.
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Variation Images not appearingHi there,
I checked your site, but unfortunately couldn’t see our plugin active.
Could you enable it and send us a screenshot or video of the issue so that we can replicate it?
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Badge Management] Badge Layout IssueHi there,
I checked your site again, and it seems the delay in the repositioning of the badges is related to the Delay JavaScript execution feature of WP Rocket.
If you use the following link, you will see the reposition works correctly on the page load: https://www.dhathriayurveda.in/?nowprocket
You can find more information about the feature in the following page: https://docs.wp-rocket.me/article/1349-delay-javascript-execution
Let us know if you need more help.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] two dropdowns showing for one filterHi there,
Like I mentioned before, the search box isn’t a feature of our plugin but from your theme.
Since the plugin doesn’t support this field, you should instead hide it.
Let us know if you need more help.
Hi there,
Please send us the link to the page with the issues and the step we need to do to replicate the issue.
Also, could you tell us what you mean with change the meta data in the filtered page?
We’ll remain at your disposal.
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Problem calculating options with VATHi there,
You’re welcome. About your question, the changes should be included in the next update, so while the files will be overwritten, it should still work correctly.
Let us know if you need more help.