gradient9
Forum Replies Created
-
Forum: Plugins
In reply to: [WPS Hide Login] Password reset link invalid@shonleestudios – thanks a ton! This worked for me as well!
Forum: Plugins
In reply to: [XPoster - Share to X and Mastodon] Fatal ErrorSame issue here as well. The two plugins aren’t able to co-exist.
Forum: Plugins
In reply to: [Gravity PDF] Fatal Error after UpdateI had this same issue. I uninstalled and reinstalled as Jake suggested and it now works properly.
Thank you
Forum: Plugins
In reply to: [WP Customer Area] RedirectThat worked! Thank you so much for your prompt responses and help!
Forum: Plugins
In reply to: [WP Customer Area] RedirectRemoved the line from functions.php and commented out the line within the login add-on but it still is not redirecting as intended. Any other ideas?
Forum: Plugins
In reply to: [WP Customer Area] RedirectI have the login form add-on already. I do like it and it works well, thank you.
I inserted the code above into the functions.php file but it is still redirecting to the CA dashboard page rather than what I’ve set up. Any other recommendations?
Forum: Plugins
In reply to: [WP Customer Area] RedirectHello,
When I login with the specific user, they are automatically redirected to the Customer Area Dashboard page rather than redirecting to the link I’ve set up in Peter’s redirect login. When I deactivate the CA plugin, the redirect works as planned for that user.
Is there any way to modify the CA plugin’s redirect after login? With Peter’s redirect login plugin, I can choose a setting that will check a particular file first and then proceed with the other redirects. I just need to know where to look to adjust the code in the CA plugin.
Thank you
Forum: Plugins
In reply to: [Gravitate Encryption] Search for Encrypted EntriesThank you for the update. This would be excellent if you could pull it off!
Do you have any type of ETA?
Forum: Plugins
In reply to: [Gravitate Encryption] Search for Encrypted EntriesCan you at least describe how one would go about doing this?
Forum: Plugins
In reply to: [Contact Form 7 Phone Module] Telephone Mask broken in CF7 v3.7Same issue here. Any luck?
Forum: Plugins
In reply to: [Vimeo Short Code] Lux, vimeo color short codeHere’s a very easy solution to get the color code working. Open up the plugin code and replace line 30 with this:
"<iframe src='https://player.vimeo.com/video/$clip_id?title=$title&byline=$byline&portrait=$portrait&color=$color' width='$width' height='$height' frameborder='0'></iframe>" :
The shortcode would like this:
[vimeo clip_id=”XXXXXXX” color=”609d45″]Please note that you don’t need to include the # at the beginning of the hex color.