cfm168
Forum Replies Created
-
In this page:
https://ibb.co/1JdcrMvYa it works now. Thanks!
Just want to share my experience, I tested with a “product enquiry” shortcode button in product Short Description area, It was not working, even cleared all caches and the problem persists. A week later today, I check it again and try to answer your question, it suddenly works.
Forum: Plugins
In reply to: [WooCommerce] Align center for mails subjectSorry @lorro ,
Still not working.Forum: Plugins
In reply to: [WooCommerce] Align center for mails subjectStill not working.
Just realized I am using mailpoet3 to send woocommerce mails. Not sure if this is the reason.Forum: Plugins
In reply to: [WooCommerce] Align center for mails subjectThank you @lorro,
text-align: center; seems like not working when I look it up from Woocommerce Setting Email template.
If I change the original code like this: text-align: <?php echo is_rtl() ? ‘center’ : ‘center’; ?>; How do you think?
Thanks in advance!
Forum: Plugins
In reply to: [WooCommerce] Align center for mails subjectJust tested and got error logs again for the last two lines of <?php
Instead, I deleted last two <?php, goes ending with }, test from email template in setting, it seems like the email working now. No error log created.
And also, the “text-align:center” does’t work from the email template look up. I can see still showing “left” from chrome inspec tools.
Forum: Plugins
In reply to: [WooCommerce] Align center for mails subjectThe ending like this:
<?php
<?phpIs that right?
Thank in advance!
Forum: Plugins
In reply to: [WooCommerce] Align center for mails subjectAdd one more line 229 with <?php
So ending with double <?php ?Forum: Plugins
In reply to: [WooCommerce] Align center for mails subjectForum: Plugins
In reply to: [WooCommerce] Align center for mails subjectHello @lorro,
I got this error alert:
————————————
PHP Parse error: syntax error, unexpected end of file in /home/mysite.com/wp-content/themes/twentyeleven-child/woocommerce/emails/email-styles.php on line 228
———————————
The ending line 228 is <?php, that I copied from entire original file I can see.I don’t get email notification at all now (maybe client same too) due to above error. Can you help?
Thanks in advance!
I will check other plugins if any incompatibility later. Yes, I found many errors in the chrome console. See below:
-------------------------------------------------------------------- /wp-content/plugins/shortcodes-ultimate/includes/css/icons.css?ver=1.1.5:1 Failed to load resource: the server responded with a status of 503 () wp-auth-check.min.js:1 Failed to load resource: the server responded with a status of 503 () wp-seo-admin-media-1420.js:1 Failed to load resource: the server responded with a status of 503 () api-fetch.min.js:1 Failed to load resource: the server responded with a status of 503 () wp-seo-replacevar-plugin-1420.js:1 Failed to load resource: the server responded with a status of 503 () wp-seo-post-scraper-1420.js:1 Failed to load resource: the server responded with a status of 503 () progressbar.min.js:1 Failed to load resource: the server responded with a status of 503 () wp-seo-featured-image-1420.js:1 Failed to load resource: the server responded with a status of 503 () maxmodal.js:1 Failed to load resource: the server responded with a status of 503 () media_button.js:1 Failed to load resource: the server responded with a status of 503 () simpleslider.js:1 Failed to load resource: the server responded with a status of 503 () farbtastic.js:1 Failed to load resource: the server responded with a status of 503 () wp-tinymce.js:1 Failed to load resource: the server responded with a status of 503 () wp-langs-en.js:1 Failed to load resource: the server responded with a status of 503 () /wp-content/plugins/shortcodes-ultimate/includes/css/icons.css?ver=1.1.5:1 Failed to load resource: the server responded with a status of 503 () wp-auth-check.min.js:1 Failed to load resource: the server responded with a status of 503 () wp-seo-admin-media-1420.js:1 Failed to load resource: the server responded with a status of 503 () api-fetch.min.js:1 Failed to load resource: the server responded with a status of 503 () post.php?post=263&action=edit&classic-editor:2398 Uncaught TypeError: Cannot read property 'use' of undefined at post.php?post=263&action=edit&classic-editor:2398 wp-seo-replacevar-plugin-1420.js:1 Failed to load resource: the server responded with a status of 503 () wp-seo-post-scraper-1420.js:1 Failed to load resource: the server responded with a status of 503 () progressbar.min.js:1 Failed to load resource: the server responded with a status of 503 () wp-seo-featured-image-1420.js:1 Failed to load resource: the server responded with a status of 503 () maxmodal.js:1 Failed to load resource: the server responded with a status of 503 () media_button.js:1 Failed to load resource: the server responded with a status of 503 () simpleslider.js:1 Failed to load resource: the server responded with a status of 503 () farbtastic.js:1 Failed to load resource: the server responded with a status of 503 () wp-tinymce.js:1 Failed to load resource: the server responded with a status of 503 () post.php?post=263&action=edit&classic-editor:2478 Uncaught ReferenceError: tinymce is not defined at post.php?post=263&action=edit&classic-editor:2478 wp-langs-en.js:1 Failed to load resource: the server responded with a status of 503 () post.php?post=263&action=edit&classic-editor:2473 Uncaught ReferenceError: tinymce is not defined at Object.load_ext (post.php?post=263&action=edit&classic-editor:2473) at post.php?post=263&action=edit&classic-editor:2483 -------------------------------------------------------------------Hope these helps to find the problem. Please advise. Thanks!
Hello @ndre,
The issue persists. Product editor page freezed and can’t input any words.
I have Classic Editor By WordPress Contributors installed.It was worked before updated to eCommerce Product Catalog for WordPress Version 2.9.34. a week ago, and Catalog Me!Version: 1.1.2
So now I can’t add new product nor editing existing products.
Please help. Thanks in advance!
Forum: Plugins
In reply to: [WooCommerce] Align center for mails subject@lorro, Thank you for reminder.
How can I edit h1 to align to ‘center’ from following code?
text-align: <?php echo is_rtl() ? ‘right’ : ‘left’; ?>;I don’t under stand why the original code using ‘right’ : ‘left’; it is confusing me.
Forum: Plugins
In reply to: [WooCommerce] Align center for mails subjectThanks a lot!!
Forum: Plugins
In reply to: [WooCommerce] Align center for mails subjectHi Lorro,
Thank you for helping. Can I just copy and edit this part only?
h1 {
color: <?php echo esc_attr( $base ); ?>;
font-family: “Helvetica Neue”, Helvetica, Roboto, Arial, sans-serif;
font-size: 30px;
font-weight: 300;
line-height: 150%;
margin: 0;
text-align: <?php echo is_rtl() ? ‘right’ : ‘left’; ?>;
text-shadow: 0 1px 0 <?php echo esc_attr( $base_lighter_20 ); ?>;
}