ezekielion
Forum Replies Created
-
Got 200: parsererror
/* Load font */
@font-face {
font-family: 'NotoSansTC-Regular';
font-style: normal;
font-weight: normal;
src: local('NotoSansTC-Regular'), local('NotoSansTC-Regular'), url(/fonts/NotoSansTC-Regular.ttf) format('truetype'); }
@font-face {
font-family: 'NotoSansTC-Regular';
font-style: normal;
font-weight: bold;
src: local('NotoSansTC-Regular Bold'), local('NotoSansTC-Regular-Bold'), url(/fonts/NotoSansTC-Regular-bold.ttf) format('truetype');
} body {
background: #fff;
color: #000;
margin: 0cm;
font-family: ‘NotoSansTC-Regular’;
/* want to use custom fonts? https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/using-custom-fonts/ / font-size: 9pt; line-height: 100%; / fixes inherit dompdf bug */
overflow-wrap: anywhere;
}I copied all the files from wp-content/plugins/woocommerce-pdf-invoices-packing-slips/templates/Simple to the child theme. I tried the custom fonts. It didn’t work. Added to the style.css
/* Load font */
@font-face {
font-family: 'NotoSansTC-Regular';
font-style: normal;
font-weight: normal;
src: local('NotoSansTC-Regular'), local('NotoSansTC-Regular'), url(get_template_path(); ?>/fonts/NotoSansTC-Regular.ttf) format('truetype');
}
@font-face {
font-family: 'NotoSansTC-Regular';
font-style: normal;
font-weight: bold;
src: local('NotoSansTC-Regular Bold'), local('NotoSansTC-Regular-Bold'), url(get_template_path(); ?>/fonts/NotoSansTC-Regular-bold.ttf) format('truetype');
} body {
background: #fff;
color: #000;
margin: 0cm;
font-family: ‘NotoSansTC-Regular’;
/* want to use custom fonts? https://docs.wpovernight.com/woocommerce-pdf-invoices-packing-slips/using-custom-fonts/ / font-size: 9pt; line-height: 100%; / fixes inherit dompdf bug */
overflow-wrap: anywhere;
}and Enabled font subsetting.
Chose “chinese” under Choose a Template.
PDF still shows squares wherever there is Chinese characters.
OK. Finally found the spot.
Forum: Plugins
In reply to: [WooCommerce Cart Abandonment Recovery] User order detail item columnHi, it is a variation product. There is no image associate with it. Because it is the same item. The variation is just the ‘power’ which is not displayable.
This is an unrelated item. We just start using this plugin. We turned on the first email template but didn’t turn on the second one. But one customer already got the first email. When we turn on the second template, the customer did not get the second one. So now we do a “Reschedule Emails”. Now the problem is, the customer is going to get the first email again, in addition to the second email. There should be an option to delete any scheduled email because we don’t want the customer to receive the first email twice. There is no way to delete scheduled emails which is pretty frustrating.
Forum: Plugins
In reply to: [WooCommerce] Add currency code displayThanks a lot!
Nevermind. Found the problem. Thank you.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] List-unsubscribe in GmailThanks, Roberto. I assume this will apply to all newsletters and autoresponder messages?
I hope you guys can do this ASAP. Keep up the great work! I just upgraded to Premium.
Under the General tab -> “Choose a template” it says
Want to use your own template? Copy all the files from wp-content/plugins/woocommerce-pdf-invoices-packing-slips/templates/Simple to your (child) theme in wp-content/themes/mytheme/woocommerce/pdf/yourtemplate to customize them
Shouldn’t I be customizing it under the files in “yourtemplate”?
Thank you, Alex.
At which line in packing-slip.php should I be inserting these?
Thank you.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Split Large ListHi Stefano, can you let me know if I shall be using Update or Overwrite to import the other half into the new list? Thank you.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Split Large ListWhen importing half to the new list, shall I be doing Update or Overwrite? Because they will already be in list 1. I want to put half of them in the new list 2 only and not in the old list 1.
I think you need to add a bit of explanation as to what “existing preferences” are.
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] [Announce] Release 6.4.4The “Subscribers” pagination Go button does not work. It will not go to the page number entered.
Can the Advanced Import addon take the export file and import it?
Really appreciated, if you can let me know ASAP. Thank you.
- This reply was modified 5 years ago by ezekielion.
Yes.
Hi Stefano,
The latest release did not fix this issue. Thank you.