wordpress password reset link not work - php

on my WordPress website when i reset my account password by entering my email and pressing reset on the lost-password page, i get the confirmation to check my email for confirmation link,
enter image description here
however i never get the email, the email doesn't reach the inbox neither the spam folder, in other words the email does not go.
Why could that be?
Emails from other forms from the website work, contact, registration, product purchase.
I am using woo-commerce on the website.
How can i overcome this?

go to yourwebsite/wp-login.php?action=lostpassword
then u can change ur password
dont go to my-account/lost-password/ as woocommerce get you to it
for more info go to https://codex.wordpress.org/Customizing_the_Login_Form

Related

how to make my website logo show in email?

i developed a web application with personalized email through my cpanel (admin#tailorsmind.com), connected it with my application through php (swiftmailer) in the source code, emails are going through for registration, login and forgot password but the problem I am simply having is my website logo won't simply just show up in each email that is sent.
I logged in the email in outlook, tried checking for image settings but couldn't get one.
also created a gmail account with the email and uploaded a logo but still not getting the result i am looking for . Please help !!!
it just keeps showing that question mark you see there and i don't want that.

Can't subscribe to subscription forms in a website

I've tried using the plugins Contact Forms 7, Mailpoet, and other subscription forms for my website. Whenever a visitor tries to enter his email address into the form and when they click the subscribe button. Instead of subscribing, a pop up is showing up that says. "https://websitename.com is requesting your username and password. The site says: Restricted"
But, when I logged into the admin site and subscribe, I can subscribe just fine.
Can you let me know what's wrong here? Thanks.
Please check the admin general setting "Membership" .You can find checkbox with "Anyone can register" option please active that one. Hope you will get the solution.

get subscriber email on "Confirmation thankyou page" mailchimp

I am working on mailchimp.
What I want to do is
Get the email entered at signup page at confirmation thankyou page, Which is displayed when user click on the link in email.
I have searched on internet but couldn't find any solution.The flow is like
User submitted form
User clicked on confirmation email.
Now he is redirected to my custom thankyou page.
How can I get his email address on this page?
There is no way available to get the email on Custom Thankyou page. The only way to do it is to buy the plan offered by mailchimp. You can't do it with free account.

Redirect URL to a specific page in wordpress

I am creating a plugin, in which I send newsletters to subscribed users. To do this, I first created a form, in which users enter their email-id, and been subscribed. After subscribing, they got an email for confirming their email-id. Here is the problem arise.
To confirm, I send them a link for confirming their email id as following:
http://localhost/wordpress/wp-content/plugins/my-plugin-path/templates/subscribe.php?id=53cad9f23a6ec
While I have to send them the link as following:
http://localhost/wordpress/newsletter/confirmation/53cad9f23a6ec
So how it can be done. Please help me. Any help would be appreciated. Thank you.

Magento advanced newsletter hide email fields when customer logged in

I have found a problem under this extension:
If the user is not logged he can see all input field (name, email...), but if he is logged all inputs disappears and he can only see the subscription button which only subscribe his account e-mail.
I need guest users and logged users seeing the same form! Both need to be able to choose any email they want to subscribe.
Does anyone know how to fix it?
Thank You.
Enable Magento Template Path Hints - to find the path to the form template
Comment out the code that check if customer is login (i.e $this->helper('customer')->isLoggedIn())

Categories