kaffkawebdev
Forum Replies Created
-
It is fixed now! It was a bug on my side.
Support seems to be dead.. great
Same, the tab buttons do not work anymore for me.
Forum: Plugins
In reply to: [WooCommerce] New EU VAT rules@conschneider The code: add_filter( ‘woocommerce_adjust_non_base_location_prices’, ‘__return_false’ )
Just gives me this error: There has been a critical error on this website.
I think it is outdated.
Edit: I forgot to add ‘;’ to the add_filter. It now does work!
- This reply was modified 4 years, 10 months ago by kaffkawebdev.
Forum: Plugins
In reply to: [WooCommerce] New EU VAT rulesLet me take a look in a second. Thanks for the fast reply @conschneider
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Show text based on IF ruleWorked well, thanks!
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Show text based on IF ruleThanks a lot for the support! Will purchase now and take a look 🙂
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Letterspacing in PDF InvoiceHi Ewout,
“You may also want to run “Re-install fonts” on the status tab first before retesting with the Simple template.” <– This worked.
I will also load fonts the right way, thanks for pointing out. Have a nice weekend!
Quentin
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Letterspacing in PDF InvoiceHi @alexmigf ,
I am using Google Fonts for my website, yes. Also, i am using custom CSS since i made the website fully custom (custom theme). This is how i loaded in the font:
@import url(‘https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap’);
p,span,li,a,ul,small,label,input,button,form,select,ul li,address,tr,th,thead,strong,b {
font-family: ‘Manrope’, sans-serif;
font-size: 17px;
letter-spacing: 0.2px;
}Quentin
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Letterspacing in PDF InvoiceAlso, when the Invoice is attached to the order mail the text is completely broken.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Automatic InvoiceGot it! Thank you so much.