jochundesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Uncanny Toolkit for LearnDash] Customise the ‘Account Verified’ emailThanks for your help; is this correct:
$subject = $blog_name . ' - Account Verified'; $subject = apply_filters( 'uo_verified_email_subject', $subject, $user ); $message = "We're delighted to let you know that your account with We Love Training has now been verified. \r\n\n"; $message = "Please log in at " . home_url() . " to access all of our online courses. \r\n"; $message = "Thank you. \r\n"; $message = "The We Love Training Team \r\n"; $message = apply_filters( 'uo_verified_email_message', $message, $user );
Also, how can I call the user’s first name? My client wants the email to begin with “Dear ‘user first name'”.
I think you’re right; looks like a setting in Uncanny LearnDash Toolkit is triggering the email. Sorry to bother you!
Forum: Plugins
In reply to: [WooCommerce] Shipping methods not updating on checkoutHi @roccop19
In my case, the cause of this issue was something so simple. I’d created three different layouts for the Checkout page (for small, medium and large screens), each containing the WooCommerce shortcode that initiates the checkout form. These three identical shortcodes were effectively cancelling each other out so the basket couldn’t update.
I felt pretty stupid but I learned a valuable lesson!
Jo
Sorry, I forgot to update this post. It turned out there was a rogue caching plugin that I’d uninstalled but some of it was still lurking in the backend. I’ve fully deleted that now, uninstalled Events Calendar and replaced it with EventON.
Thank you for taking the time to reply though ??
Forum: Plugins
In reply to: [The Events Calendar] Sort by date ascending order in List viewI gave up and installed a different events calendar plugin.
Update: the filter controlbox will display, but only in the bottom-left corner of the map :-S Any ideas how I can force it to show in the top-right?
Forum: Fixing WordPress
In reply to: Database problem – ‘Table doesn’t exist’It’s OK, I restored the database from a backup and it works now. Thanks for your help though ??
Forum: Fixing WordPress
In reply to: Database problem – ‘Table doesn’t exist’Hi kjodle,
Thanks for your response. I did as you suggested and created the table in phpAdmin. I can now access the login screen but when I try to log in, I get “The page isn’t redirecting properly. An error occurred during connection.”
Any ideas? :-S
Forum: Plugins
In reply to: [WC Custom Emails Per Product] No change to my emailsHi Alex thanks for your speedy response ?? I’m using the following plugins:
All In One SEO Pack
Disable REST API
Duplicate Post
Easy WP SMTP
Fusion Builder
Fusion Core
Google XML Sitemaps
My Custom Functions
Ninja Forms
Redirection
Simple History
WC Fields Factory
Woo Preview Emails
WooCommerce
WooCommerce PayPal Checkout Gateway
Wordfence SecurityForum: Fixing WordPress
In reply to: Apply theme formatting from dev site to main siteThank you both for your help, I now know what I have to do. And I’ve learnt a lesson for next time!
Forum: Plugins
In reply to: [Media Library Assistant] Character limit on search terms?Pardon my ignorance but whereabouts in my shortcode should I paste the new parameter? I tried a few places but it made no difference.
Thank you for your efforts ??
Forum: Plugins
In reply to: [Media Library Assistant] Character limit on search terms?Hi, thanks for the quick response. I installed the development version but it didn’t fix my problem, unfortunately.
Here is the code I’m using:
<form id=”mla-search-form” action=”.” method=”post”>
<input id=”mla-search-box” name=”search-string” type=”text” value=”” />
<input id=”submit” name=”submit” type=”submit” value=”GO” />
</form>[mla_gallery post_mime_type=”application/pdf” post_parent=all s=”{+template:({+request:search-string+}|a-bad-term)+}” mla_nolink_text=”Enter a valid batch number.” posts_per_page=50 link=file size=icon mla_caption=’{+title+}‘ mla_target=”_blank”]
Big thanks for your input @jeremysouthard; it’s oddly comforting to know someone else is having the same problem!
TBH, I get some sort of problem every time I run the TEC updates and it stresses me out so I’m actively investigating other event calendar plugins.
Thanks again for the support ??