mccawphoto
Forum Replies Created
-
Forum: Plugins
In reply to: [Postie] Can’t connect to mail hostThat worked! It is now posting correctly!
Thank you for your help!
Forum: Plugins
In reply to: [Yoast SEO] Page Titles and Meta Descriptions not updatingHi @mikes41720
Thank you so much for showing me this. It fixed all but one issue. The page title is now updating and now I have a meta description tag showing up!
The only remaining issue is that there are 2 title tags.
I just went into my header.php file and removed <title><?php wp_title(”); ?></title> and now I only have 1 title tag.
Could you review and make sure all is correct now?
Also, can you educate me on why I needed to remove <title><?php wp_title(”); ?></title>. It seems somewhere in your documentation I was told to add it. I’d like to be 100% sure how it needs to be done.
Thanks!
Melinda
It’s this product page: https://mcwn.us/product/charitable-donation/
Forum: Plugins
In reply to: [Broken Link Checker] Not receiving broken links notification emailsAs I stated above the contact forms on the site do send email and I’ve confirmed the emails are received. Besides that we are using MailGun for email delivery.
How can we troubleshoot this?
With Gratitude,
MelindaForum: Plugins
In reply to: [Broken Link Checker] Not receiving broken links notification emailsI’ve installed the email log plugin and I see that it supposedly sent our 3 emails on February 29, one was to me. I’ve checked my spam folder but am not finding this email anywhere.
I’ve also tested the website contact form and have confirmed that email submissions are being sent and received.
Any thoughts on figuring out why these emails aren’t delivered when contact form submissions are delivered?
With Gratitude,
Melinda McCawForum: Plugins
In reply to: [Broken Link Checker] Not receiving broken links notification emails@wpmudev-support8 Thanks for your reply!
I checked and:
– The “Send me e-mail notifications about newly detected broken links” option is enabled.
– I did check the spam folder and no messages are in there
– The “Run hourly in the background” option enabled for “Link Monitor”
– New broken links are being detected and reported on “Tools -> Broken Links” checker
What should I try next?
Thanks for your help with this!
With Gratitude,
Melinda McCawI’ve noticed this only happens when a subscription product is purchased. Not sure why.
I tried using the Facebook bookmarklet and it pulls in the featured image. When I try to share the same post using shareholic facebook button it doesn’t pull in the image. On previous posts the button worked great and pulled in the image. I don’t see any difference in this post that should cause this issue.
Thanks,
MelindaForum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] problem with ACF 4.4.2I deactivated all plugins except ACF and ACF Crop but the problem still persists. I tried adding an image to a page content area but didn’t have this issue.
Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] problem with ACF 4.4.2I tried that and it still doesn’t work. I can see the crop tool in the top left of the window. See screenshot
Any ideas? This was working when we set it up and now it doesn’t work.
Forum: Plugins
In reply to: [Advanced Custom Fields: Image Crop Add-on] problem with ACF 4.4.2Same issue but I am using WordPress 4.3 with ACF 4.4.2 and ACF Crop 1.4.6. Do I need to upgrade ACF to 4.4.3? Any solution? Client is not happy so I am looking to solve this quickly.
Thanks!
Thanks! I got that to work!
I was able to create a custom form that when submitted with an email address in the email field uses get_user_by(’email’, $email_address); to get the user id and then it uses wp_delete_user to delete the registered subscriber. I have been looking at the database and trying to figure out how I could do something similar to allow public subscribers to use the same form to unsubscribe. Is the public subscriber data stored in a separate table in the database? If so which table? Any ideas on how I could add this functionality to my function?
Thanks!
By the way I set up the throttle plugin again, turned off sendgrid and sent a test post. It worked great and solved my Connection Error issue.
Also, the way sendgrid handled unsubscriptions was it adds an unsubscribe link to the emails and when that email address is sent over again it just doesn’t send it if the person used the unsubscribe link. It doesn’t actually remove them from the list on your website.
Being directed to login to manage the subscription wouldn’t be so bad except that the client didn’t send out passwords to any subscribers when they subscribed so that kind of makes it difficult for users to login to manage their subscription.
Also, I was reading documentation here: https://subscribe2.wordpress.com/support/faqs/
I would love to use this shortcode [subscribe2 hide=”subscribe”] but it doesn’t seem to work. Is it only for the Subscribe2 HTML plugin?
Thanks!
I am going to try just using Subscribe2 and WPMQ but I realized that without SendGrid I don’t have an unsubscribe link in the email notifications. I want to get that in place first before I send out my next post.
I did some research and found that I needed to create a page, place a subscribe2 form on that page and then in the email notification add an unsubscribe link that links to the page I created. I did that but when I enter my email address and click unsubscribe I am told I need to login and take care of it via my profile. I want users to be able to just enter the email address and click unsubscribe. Is this possible?
Is there any reason why this wouldn’t work this way?
Thanks!