WPXtension
Forum Replies Created
-
Thanks for getting back to us. Can you please use loom.com to record your screen to understand your issue clearly? You can post the loom video URL here to check.
.variantis our own class. That’s why I added it and it will not interfere with other tables you have on your site.You have enabled Horizontal Scrollbar, please disable it like this: https://prnt.sc/gBcq8EowpSu2 to hide the bottom scrollbar.
We feel very proud and honored when you use our plugin on your site.
Please share some good words here, if you find the plugin and support helpful.
Thanks in advance
I hope you are doing well today.
Please try the below CSS at Appearance > Customize > Additional CSS
table.variant { display: table; table-layout: fixed; }After doing the above, please clear your caches like browser cache, caching plugin cache, and server-side cache [if you have any].
Then let me know if it resolves your issue or not. Hope to hear from you soon!
Thanks
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Botiga Theme on QuickviewThanks for giving us the theme URL. I have already tested the theme with the development version 1.3.3. The mentioned issue was not found in this version 1.3.3.
After doing some tests we will release the new version soon. We will try to speed up the test process.
Thanks in advance for patience.
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Botiga Theme on QuickviewI hope you are doing well today. Which quick view plugin you are using?
Can you please share the plugin name? Is it in the WordPress Plugin Repository? If so, you can share the plugin link also.
So that we can check this from our end.
Hope to hear from you soon!
Thanks
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Fatal errorsCan you please confirm whether the latest release helped you to resolve the issue?
Hope to hear from you soon!
Thanks for reaching out to us. As far as I know, Porto Theme is not available at WordPress Repo.
I will try to manage the theme for a test. Can you please share the version of the Porto Theme?
It would be great if we could manage a testing environment like yours. BTW, you can get help through our site.
Thanks
Hi @lockedm
Thanks for your suggestion. Sure, we will add it in our next release.
Again thanks for using our plugin.
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Fatal errorsSorry for your inconvenience. We have replied already.
We just released version 1.3.2. Will you please update and let us know whether the new version resolves your issue or not?
Hope to hear from you soon!
Glad to know it worked. If you find the plugin and my support helpful, please don’t forget to share your beautiful words here.
It will inspire us a lot.
Thanks in advance for your beautiful words.
Thanks for your clarification. Unfortunately, we have no feature for the archive/shop page.
Our plugin just works on a single product page. It is beyond our scope. However, you can try the following snippet to achieve what you described above:
add_filter('woocommerce_loop_add_to_cart_link', function( $html, $product, $args ){ if( $product->is_type( 'variable' ) ){ return sprintf( '<a href="%s" data-quantity="%s" class="%s" %s>%s</a>', esc_url( $product->add_to_cart_url().'#variant-table' ), esc_attr( isset( $args['quantity'] ) ? $args['quantity'] : 1 ), esc_attr( isset( $args['class'] ) ? $args['class'] : 'button' ), isset( $args['attributes'] ) ? wc_implode_html_attributes( $args['attributes'] ) : '', esc_html( $product->add_to_cart_text() ) ); } else{ return $html; } }, 10, 3);Thanks
Thanks for getting back to us. Sorry for our late response, we were on a vacation.
Will you please share an exact product link to check?
Hope to hear from you soon!
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Fatal errorsHello there,
Sorry for my late response. We were on holiday.
In this stage we have to inspect your site. Unfortunately, you can’t post site confidential data in this forum. So, it is difficult to inspect it for you.
BTW, you can get help through our site.
Hope you will understand the situation
Thanks
Forum: Plugins
In reply to: [Variation Price Display Range for WooCommerce] Fatal errorsThanks for getting back to us. Unfortunately, we couldn’t replicate your issue our end. The error you mentioned was not found from our side. Please check this screencast- https://www.loom.com/share/9018a9e074264882b9320409f6eafe49
Which theme you are using? If you are not using a free theme from the org theme repo, you can get help through our site.
Hope to hear from you soon!