carolb
Forum Replies Created
-
Forum: Plugins
In reply to: [Zorem Local Pickup] Email content doesn’t accept coding.OK thanks @kuldipzorem! So can you advise on when the fix will be released?
Forum: Plugins
In reply to: [Zorem Local Pickup] Email content doesn’t accept coding.Thanks @zorem for the reply! I can see another update was released yesterday but I still can’t use HTML tags in the customizer. Can you confirm when this particular fix will be released? Thanks in advance!
Forum: Plugins
In reply to: [Zorem Local Pickup] Email content doesn’t accept coding.Hi @zorem
I’m afraid I still can’t use html tags in the email customizer – do you have an update on when this will be fixed?
Forum: Plugins
In reply to: [Zorem Local Pickup] Email content doesn’t accept coding.HI @zorem! Do you have any update on this? It’s still not possible to add any HTML, such as line breaks into the email customizer, as they are removed on save.
Forum: Plugins
In reply to: [Zorem Local Pickup] Email content doesn’t accept coding.Thank you for the bug fix update! Like @asari74 I’m afraid I still can’t get HTML tags in the email customizer to work.
Forum: Plugins
In reply to: [Zorem Local Pickup] Email content doesn’t accept coding.Actually have just got this error message:
Error Details ============= An error of type E_ERROR was caused in line 26 of the file /home/customer/www/[domain]/public_html/wp-content/plugins/advanced-local-pickup-for-woocommerce/templates/emails/pickup-order.php. Error message: Uncaught Error: Call to undefined function wwp_kses_post() in /home/customer/www/[domain]/public_html/wp-content/plugins/advanced-local-pickup-for-woocommerce/templates/emails/pickup-order.php:26 Stack trace: #0 /home/customer/www/[domain]/public_html/wp-content/plugins/woocommerce/includes/wc-core-functions.php(345): include() #1 /home/customer/www/[domain]/public_html/wp-content/plugins/woocommerce/includes/wc-core-functions.php(364): wc_get_template('emails/pickup-o...', Array, 'woocommerce-loc...', '/home/customer/...') #2 /home/customer/www/[domain]/public_html/wp-content/plugins/advanced-local-pickup-for-woocommerce/include/emails/pickup-order.php(136): wc_get_template_html('emails/pickup-o...', Array, 'woocommerce-loc...', '/home/customer/...') #3 /home/customer/www/[domain]/public_html/wp-content/plugins/woocommerce/includes/emails/class-wc-email.php(574): WC_Email_Customer_Pickup_Order->get_content_html() #4 /home/customer/www/[domain]/public_htmlForum: Plugins
In reply to: [Zorem Local Pickup] Email content doesn’t accept coding.No error messages here, just that the HTML tags don’t do any HTML! You can see on the preview page below and I can confirm that the emails come through without any line breaks too.
Forum: Plugins
In reply to: [Zorem Local Pickup] Email content doesn’t accept coding.Hi, I noticed that the update allowing HTML in the email content box has been released, however it doesn’t seem to work for me (no line breaks are added to the email when I place <br> tags). Is there a setting I need to enable for this to work?
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Menu missing on mobileMy client switched to https://wordpress.org/plugins/better-amp/ while this plugin was dealing with security issues and has just stuck with it. It doesn’t have the same features, but is doing what they need it to do!
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Menu missing on mobileI am the original OP of this thread, so I’ve been getting notifications about it. I’m only commenting because jusolal’s issue is similar to the issue I experienced.
Looking at @jusolal’s website…
http://www.oldeworldelace.com on a mobile device looks like this:
http://www.oldeworldelace.com/amp on a mobile device looks like this:
That is, you have to manually add the /amp to the end of the URL on mobile to see the hamburger menu contents, otherwise it is empty.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Menu missing on mobileThanks – we’ve temporarily removed the plugin while you fix the security issues, so I’ll get back to you once the plugin is back up.
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] Menu missing on mobileHi ampforwp
I do have the option enabled that you highlighted in your screenshot and I can see the menu if I go to the /amp version in a desktop browser. It is only missing on mobile.
Happy to send you the URL privately, if that is possible?
They posted about it here: https://ampforwp.com/explaining-the-this-plugin-was-closed-situation/
Forum: Fixing WordPress
In reply to: Administration email addressJetpack bug – nothing to worry about! https://www.wordfence.com/blog/2018/05/jetpack-admin-email-change/
Forum: Themes and Templates
In reply to: [ComicPress] How can I get rid of the Prev/Next linksAdd this to custom CSS
.blognav {
display: none;
}