steadylads
Forum Replies Created
-
Hello again! Your assumptions were correct;). The filter works great, thank you for your help! Here are some relevant links to your docs for future viewers:
https://kb.theseoframework.com/kb/using-filters/
https://kb.theseoframework.com/kb/filter-reference-for-the-seo-framework/
Wishing you fair winds and following seas until we meet again.
Hello Sybre! Hope that you are doing well. Do you need any other information?
Hello Sybre! Nice, thanks for your kind help.
I realized that I should have said terms in a custom taxonomy, not custom category.
taxonomy=module&post_type=product
The taxonomy=module covers all the terms for which to create custom meta titles. Thank you.
Forum: Plugins
In reply to: [WooCommerce] WC “Order Complete” Email not sent@kaderibrahim Thanks for these tips. I’m trying to determine if there are any conflicts with the official Shipment Tracking plugin. Will
wp_mail_failedandwoocommerce_email_senthelp me diagnose if there is a conflict?I thought that I had tried that before, but maybe my records are incorrect. It is working as intended now. Thank you for your help!
Hello Tom,
Thank you for sharing this. I am experiencing the same issues and confirmed that the temp solution of disabling Object Cache resulted in better behaviour, but not exactly as I wished since I have some other actions dependent on WP/WC code triggers. Before checking this, I was thinking to see if the bridge file could be edited with the proper instructions for the desired outcome. It seems that flushing the object cache each time there is a change could get excessive, but I’ve not tested it yet.
Have you made any further progress with this or reached out to Veeqo directly to see if the plugin code developer can make the changes? I’m interested in finding a solution if you would like to work together.
Forum: Plugins
In reply to: [Redirection] Expected 301 Found 404, Agent: Not using RedirectionThank you. I had only concentrated on the top of the guide yesterday.
I believe you are pointing me to this section:
`This means that Redirection could be unable to redirect it. For example, a URL that ends with .pdf, .html, .doc, .png, .jpg, .php, .mp3, .zip, .aspx etc.
Solutions:
Delete the file from your server. If the file exists then it may prevent any redirects.
Save the redirect to Apache .htaccess.`The server uses nginx, and I would not know where to start. Is this pretty straightforward for any WordPress developer to understand?
Forum: Plugins
In reply to: [WooCommerce] Bulk Delete Products with WP-CLI@braehler
Thanks for your reply.
I am still getting this error when running that command.
Please let me know if you have any idea how to overcome this.
Thank you.Error: YIKES! It looks like you're running this as root. You probably meant to run this as the user that your WordPress installation exists under. If you REALLY mean to run this as root, we won't stop you, but just bear in mind that any code on this site will then have full control of your server, making it quite DANGEROUS. If you'd like to continue as root, please run this again, adding this flag: --allow-root If you'd like to run it as the user that this site is under, you can run the following to become the respective user: sudo -u USER -i -- wp <command>