austriker27
Forum Replies Created
-
Forum: Reviews
In reply to: [Custom Login Page Customizer - Login Designer] I really wish it would workI havent tried for a few months. I was using this theme: https://www.ads-software.com/themes/reykjavik/
Forum: Plugins
In reply to: [Help Scout] Beacon inserted in footer slowing down siteMaybe try defering the script load with a plugin like this: https://www.ads-software.com/plugins/flying-scripts/
Forum: Plugins
In reply to: [WooCommerce] WC Automatic Taxes Broken – Its charging tax in all statesWell by process of elimination Ive found out the tax issue is coming from the Printful plugin. So if anyone else comes across this issue, check your printful plugin settings.
This is marked as resolved however I’m on version 2.0.6 and still experiencing the bug.
My error logs show: [VERSION_MISMATCH] Object version does not match latest database version.
Forum: Plugins
In reply to: [Subtitles] Page SubtitlesI have this same issue.
Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] Adding a photo to the gift card email templateHere’s what it looked like for me.
Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] Adding a photo to the gift card email templateI figured it out. use this code:
<div class="gift-card-image"><img src="<?php echo get_stylesheet_directory_uri(); ?>/woocommerce/emails/gift-card.jpg" /></div>
Which section is that setting under? I only see the option to ” Use this option to instantly Purge Varnish Cache on entire website. ” under varnish.
Is there a way to clear all the cookies that breeze has stored for my users who visited the site?
Thanks
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] MailChimp is not sending order shipped emailsHi @khungate, thanks for circling back around. I reached out to MC support via a chat yesterday and we walked through a purchase on my WP site with their logging tool turned on. They said it looks like there’s a bug preventing order shipping emails from going out and they will add it to the bug backlog.
I did not have any luck with the advanced queue setup.
I’m not entirely sure what you are talking about, sorry I’m new to WP development. How do I dod that?
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] MailChimp is not sending order shipped emailsBefore I try deleting everything in mailchimp, I am going to try the advanced queue setup in CLI mode per https://www.ads-software.com/plugins/mailchimp-for-woocommerce/#installation.
I have added a cron job to my server and did this : define(‘DISABLE_WP_HTTP_WORKER’, true);.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] MailChimp is not sending order shipped emailsdelete any automations running in MailChimp and confirm that the store is removed from the ‘Connected Sites’ area.
Shoot, I’d hate to lose the custom emails I designed in the automations! But I’ll give it a try because I really need shipping confirmation emails going out.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] MailChimp is not sending order shipped emailsI just noticed in the logs, it says this: “NOTICE order_submit.success :: updateStoreOrder” for a few orders that shipped. Does this mean something is blocking the mailchimp API from receiving such info?
Forum: Fixing WordPress
In reply to: Cant Login through admin consolethis is a great solution that I might be able to handle! Thanks for the help! I will bust out terminal and get cracking on it.
Side note – I did add free Lets Encrypt certs to the pages for secure hosting weeks ago- not sure why browsers still pop up with the pivacy error- it should have SSLs!
Forum: Fixing WordPress
In reply to: Cant Login through admin consoleThanks but thats beyond my level of expertise. I just looked over phpmyadmin and its out in the murky waters that im not adjusted to yet.