Stormlabs
Forum Replies Created
-
Thanks for the update, in that case I’ll wait for the update: I was playing around on a testing site anyway. Good to hear it will get fixed in the future so I can use Spectra in the header/footer as well.
Forum: Plugins
In reply to: [EU VAT Guard for WooCommerce] existing accountsAt least I didn’t change anything, but glad it’s fixed.
Don’t hesitate to contact me again in the future if you run into any problems, although email (address mentioned in the plugin) might be faster.
Forum: Plugins
In reply to: [EU VAT Guard for WooCommerce] existing accountsHi, I just tried it on my test setup:
- VAT not required and not on registration form
- Registered a new customer (No VAT number entered)
- Added item to cart
- Go to checkout
- Entered a valid VAT in the VAT field
- Placed order
I’m happy to take a closer look at your setup to see if there are any bugs I missed.
Forum: Plugins
In reply to: [EU VAT Guard for WooCommerce] existing accountsHi! Thanks for reaching out. I will try to reproduce this on my own install and see how I can fix this.
I assume you have VAT number marked as required? Do you use the new block-based checkout or the classic one?
Having a VAT number in the account itself should not be mandatory, only supplying one on the checkout screen (which will then be saved)
- This reply was modified 2 months, 1 week ago by Stormlabs.
Thanks! But won’t this impact performance – albeit a small testing site – on bigger sites?
Forum: Plugins
In reply to: [EU VAT Guard for WooCommerce] Feature requestsThis is already a feature. If you have VIES validation enabled you can’t save a VAT number in the My Account zone if it’s not valid according to VIES.
/plugins/eu-vat-for-woocommerce/includes/class-alg-wc-eu-vat-core.php line 466
echo get_option( 'alg_wc_eu_vat_advanced_vat_shifted_text', __( 'VAT SHIFTED', 'eu-vat-for-woocommerce' ) );So you can translate this string in the WPML String Translation tool, but not the English version afaik
Other options in this plugin are translatable. Eg if you go to the main options under the EU VAT Number tab in Woocommerce you see the first option for label for VAT number, there you can enter
[alg_wc_eu_vat_translate lang="EN" lang_text="VAT number" lang="FR" lang_text="Numéro TVA" not_lang_text="BTW Nummer"]in the text box for the label and it will translate the field accordingly. A bit of strange way of working but it works…
While translating I checked the source code of the plugin and it will also store this text as metadata on the invoice object. In case you use another plugin to generate the PDF.
Only drawback is that in our country we need a specific sentence and I need to translate the original English string as well in orde to comply with regulations here.
I was just checking this functionality and I have VAT SHIFTED on the invoice when I use the invoice plugin in combination with their UK/EU VAT number manager plugin which seems to do the right tricks
- This reply was modified 1 year, 6 months ago by Stormlabs.
Those categories already had images assigned to them. I’m using another plugin now from IKS that has this option available.
Thanks for your reply. I actually had a similar issue with another plugin. I then discovered the lazy loading of ‘Riode’ theme was causing some scripts to run before the DOM was properly populated, thus omitting the necessary event listeners. Disabling the Lazy Loading function was the solution!
Hi, I’m having the exact same issue. I’m running the latest version. In the customizer I can see the expand (+) class wpb-submenu-indicator, but on the actual page that element is not rendered.
Forum: Plugins
In reply to: [LiteSpeed Cache] Javascript Minify/Combine stopped workingI just restested the site and the optimization (minify + bundle) is working fine again.
Forum: Themes and Templates
In reply to: [Astra] Astra Mobile menu not working with litespeed cacheI stumbled across this thread while facing the same issue. However, this is now not caused anymore by JS but by the UCSS generated by litespeed cache. I found that including following CSS selectors in the UCSS selector allowlist solves it:
.main-header-menu
.menu-item
.ast-header-break-point .main-navigation ul .menu-item .menu-link
.menu-toggle
.main-header-menu-toggle
.ast-mobile-menu-trigger-minimal
.toggled
.ast-mobile-header-content
.ast-builder-menu-mobile
.ast-builder-menu
.ast-builder-menu-mobile-focus-item
.ast-builder-layout-element
.site-header-focus-item
.ast-main-header-nav-open
.ast-header-break-point .main-header-bar-navigation
.ast-header-break-point .main-navigation .stack-on-mobile li