DPartridge
Forum Replies Created
-
Hi Andrew,
Our users are logging in via the assigned frontend login set in Paid Memberships Pro . Since I do not allow “subscribers” access to the dashboard, any attempt to use the wp-login redirects them through the frontend as a result.
Reproduce Error:Visit assigned login page.
Click on “Lost Password”
Enter user name or email address and click on get new password
Check email for a link to reset the password
Click on link in email (or copy paste) and the resulting page provides message “Your reset password key is invalid.”In all instances the users are getting the email and clicking the link. It’s at that point the error message appears.
As mentioned, I as admin can access the dashboard and can use the wp-login to reset my password, but a “contributor” is redirected from wp-login to the assigned front end login when they attempt to do the same thing, which results in the error message.Thanks!
Forum: Plugins
In reply to: [Theme My Login] Login page caught in loop after WordPress Update 6.02Hi Jeff,
It was the first thing I did…
Seems to have been a temporary glitch that went away…
I appreciate your quick response!
Dennis
Forum: Plugins
In reply to: [The Events Calendar] Event titles in WordPress – same for all eventsI can confirm this as it is happening on my website as well. Using Version 5.11.0. Difference is my titles do not revert back…
- This reply was modified 2 years, 12 months ago by DPartridge.
Forum: Plugins
In reply to: [WP-Print] donotprint in templateYou’ll have to use the wordpress function do_shortcode:
echo do_shortcode('[donotprint]'.$text_to_be_wrapped_in_shortcode.'[/donotprint]');
Note, the $text_to_be_wrapped_in_shortcode is the text you don’t want to print. You can find more in the codex about do_shortcode:
https://codex.www.ads-software.com/Function_Reference/do_shortcode
Dennis
I hadn’t come back in and let Tareq know there was still an issue on my side. Both times and time zone match up on my server Tareq… and the plugin is losing a day in the deadline for any task everytime I update it.
Forum: Plugins
In reply to: [Ultimate CMS] Is it possible to remove Filtered Lists at top of Post List ?Hi Xydac, is there any way to remove it using remove_action ? I couldn’t get remove_action to work… would be better then me editing your files… which does work.
Thanks,
DTareq,
Could be it… there is definitely a difference between the two. Will get server time to match up… thanks for the reply.
D
Forum: Plugins
In reply to: [WP Favorite Posts] Widget Only Works On One SidebarChris, thanks for taking the time to post your solution…
Sunflowermom,
I am not the author, but I found as a user that when I had an improperly formatted page (the div tag id was not defined) that the program acted as you’ve stated.
Dennis
I’m using it fine in version 3.2… ??