seboaus
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Image in header for emails.Hi,
It did not work on the staging site.
Forum: Plugins
In reply to: [WooCommerce] Image in header for emails.Hi @xue28,
Thank you for your reply.
Can you please check if you can still access the URL of the header image that you are using?
Yes this works fine. If I put the URL into the ‘header image’ option that you showed in your screenshot, the image shows in the email. But as I mentioned, I’m trying to put the image in the “Email Heading” option using an <img> tag, not the “header image” option.
We have not downloaded additional plugins and have not updated our theme for a while so I am unsure why it started occurring. We have a mail logging plugin set up and have traced the issue back to about a month and a half ago. It seems like the “Email Heading” option no longer accepts HTML input, and instead recognizes or escapes the HTML as normal text instead of HTML.
I will also try it on the staging site and get back to you.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Image in header for emails.I should also add that I have working HTML code in the “Additional Content” option as well: <table>, <a>, <p> tags included but no image for this one. Not sure why the HTML is working in that but not the Email Header option.
Forum: Plugins
In reply to: [WooCommerce] Image in header for emails.Hi @babylon1999,
Thank you for your reply.
If I could clarify further, I am using the Storefront theme and it does say that it is overriding my email templates but I do not touch those templates. We do not use a plugin for the email templates. The problem is within WooCommerce > Emails > Manage > Email Heading. This is where we have put our <img> tag which used to work up until recently. We have made no changes to our site.
Also, is there a way to change the global logo’s size? I am refraining from using that because the logo is just too big for the email.
Thanks.
Forum: Plugins
In reply to: [WooCommerce] Bolden “Billing Details” On checkoutForum: Plugins
In reply to: [Eway Payment Gateway] Error upon placing order.API key and password were removed whilst I was restoring a backup which rolled this plugin back to version 4.5.1. The error went away after I put them back in.
Thanks.
Forum: Plugins
In reply to: [Eway Payment Gateway] Error upon placing order.I have since corrected the error, payments are now coming in again. Nothing further required.
Forum: Plugins
In reply to: [Maintenance] Dark overlay on maintenance page.Are you putting the css into the css field in the plugin settings page or in the additional css page on your theme? Must be on the plugin settings page.
Try putting
body>.main-container:after{opacity:0;}if it still doesn’t work.Also, the preview function will show the dark overlay regardless of what CSS you put in, I had to check if it’s working by enabling the maintenance screen and checking the live site.
Hi @vmarko,
Thank you for sending through the GitHub ticket.
I don’t have an option for installing either caching system. Would you recommend disabling object caching all together in this case?
Thanks.
Hi @situstarget,
I managed to fix the issue by opening cPanel and navigating to select PHP version > Extensions. I then disabled the mysqli and pdo_mysql extensions and checked nd_mysqli and nd_pdo_mysql.
Thanks.
Forum: Themes and Templates
In reply to: [Storefront] PHP Notice: Function id was called incorrectlyI have disabled the plugin now as I do not need it anymore, those two errors are gone. I have also noticed that the error that I sent in my previous reply does not concern the Storefront theme. No further assistance required. Thank you for the help!
Forum: Themes and Templates
In reply to: [Storefront] PHP Notice: Function id was called incorrectlyHello @xue28
I created a staging site and did as you suggested. There was one error (one that I did not mention above) that was there regardless of what plugins were enabled. I am not sure what it means:
PHP Warning: mysqli_real_connect(): Headers and client library minor version mismatch. Headers:100513 Library:30120 in /home/sebocoma/public_html/shop/1679003525321/wp-includes/wp-db.php on line 1753The two errors that I mentioned above started to appear when I enabled the WooCommerce Advanced Product Quantities plugin. This plugin has no support and is very old so I cannot contact the developers. By looking at the two errors I sent above, is there anything you suggest that I can change in the code to fix the issue? I have intermediate PHP knowledge. I am not quite sure how to read these errors.
Thank you for your help.
Forum: Themes and Templates
In reply to: [Storefront] Navigation menu child elements too long.Hi @babylon1999,
Perfect. Thank you everyone for your help!
“Asynchronously load CSS files from Google Fonts”, this worked!
Thank you for the assistance.