jlev00
Forum Replies Created
-
It looks like replacing
src: local('NotoSansJP'), local('NotoSansJP'), url(get_template_path(); ?>/fonts/NotoSansJP-Regular.ttf') format('truetype');with
src: local('NotoSansJP'), local('NotoSansJP'), url('https://website.com/wp-content/themes/childtheme/woocommerce/pdf/templatename/fonts/NotoSansJP-Regular.ttf') format('truetype');has worked. Weird.
- This reply was modified 1 year ago by jlev00.
Hi Mohamed – thanks for your response.
The Japanese characters render correctly in the HTML version.
When I inspect any element they are correctly prioritising
font-family: 'NotoSansJP';This issue is happening on two websites. The both share similar hosting/stack, and use the same template, so I am looking at these also.
Hi – Japanese also doing this. Looking forward to the patch!
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Less offensive checkout linkThat is exactly what I am looking for – thank you!
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Less offensive checkout linkHi Niklas – thank you for your reply.
All I want is the option for a text button (styled by my Woocommerce theme) like the existing “Paypal Standard” plugin.
The “What is Paypal?” link from the existing plugin is also commonly clicked by customers, but I don’t really care if you migrate this across or not.
Forum: Plugins
In reply to: [Query Monitor] Query Monitor Context Menu on Products via JetpackHi John – sorry for not being clear. It’s if I am logged out, viewing the published post which contains a Jetpack-generated iframe.
I’ve been playing around and I can’t actually reproduce it with consistency. It seems to happen in chromium-based mobile browsers, but sometimes when I disable the plugin the menu still appears. It could be a caching issue on my side.
Please leave it with me and I’ll let you know if I can find a better pattern. I’m sorry for contacting you prematurely 🙂
Forum: Plugins
In reply to: [WooCommerce] Struggling to upgrade 3.9 to 4.2Thanks Con. I’m still struggling to upgrade but have a few more options to try. Will let you know how I go.
…and I still don’t know what the root cause was. Maybe upgrade to 2.4.1 didn’t go well on my side? Really not sure.
Thank you! I have updated the path as you suggested – much quicker!!
Actually…
I just saw your recent update. Updated to 2.4.2 and it seems to have resolved!
Still doing some testing but I’ll mark as resolved for now – thank you!
Hi Ewout – thank you for your reply.
I import with these two lines in style.css:
@font-face { font-family: 'NotoSansJP'; font-style: normal; font-weight: normal; src: url('https://mywebsite.com/wp-content/themes/theme-child/woocommerce/pdf/nohinsho/fonts/NotoSansJP-Regular.ttf') format('truetype'); } @font-face { font-family: 'NotoSansJP'; font-style: normal; font-weight: bold; src: url('https://mywebsite.com/wp-content/themes/theme-child/woocommerce/pdf/nohinsho/fonts/NotoSansJP-Bold.ttf') format('truetype');Then
font-family: 'NotoSansJP';in body.
I tried the “font subsetting” setting but it threw an error. I’m going to try again now with all caching/minimisation turned off.
Guys? 🙂
How’s the testing going?
@joaovpmamede I tried editing the three files directly as you suggested and the error is gone but the only email sent is the “back in stock” one. Also seems to be some kind of issue with caching but not sure on this.
edit: my bad, looks like it is working!
- This reply was modified 6 years, 10 months ago by jlev00.
Hi –
1) Install WordPress/Woocommerce
2) Install Storefront and Test Products
3) Install & Activate WooCommerce Product Stock Alert
4) Install & Activate Kadence WooCommerce Email Designer
5) Find a test product. Turn on Stock Management, set stock qty to zero.
6) View product
7) Enter email address and click “get an alert”The number of interested persons will be updated, but the action will never complete.
Errors can be found in WooCommerce–>Status–>Logs
I created a site and product with the above steps here where you can view the “get an alert” action never completing:
https://woocommerce-128292-928254.cloudwaysapps.com/product/beanie
Let me know if you would like a login.
Hi – just an update to my post above, I finally got around to testing but it looks like the fix hasn’t been included yet. Still getting an error and no emails sent.
Hi – I just saw you pushed a new version – thank you.
Was this fix included?