es5623
Forum Replies Created
-
Forum: Plugins
In reply to: [Front End Users] Login short code configuration issue – Premium subscriberThe registration form is redirecting exactly how it should.
The problem is the redirection after the user logs in. They are not going to their respective pages, they just stay on the home page.
This is what im using for the member login:
[login redirect_field=’Level ID’ redirect_array_string=’Member = https://nmipcondoassociation.com/members, Realtor = https://nmipcondoassociation.com/realtors’%5DYou can see the two options here upon registering:
https://nmipcondoassociation.com/registrationForum: Plugins
In reply to: [Front End Users] Login short code configuration issue – Premium subscriberHi,
When you log in with a user who has a member value it does not redirect to the specified page it just keeps you at the home page.
The fields are named as displayed and the choice is in the form of a drop down to choose and then there is a button that says Select Level.Forum: Plugins
In reply to: [Front End Users] Login/ Logout redirection issuesThank you for your reply. I checked my short code and it is correct.
For the login Im using the widget that comes with the plugin.
The same issues are still happening.Forum: Plugins
In reply to: [Coupon Creator] Ignore Expiration Date option not workingThank you for your quick response. I updated the plugin and that rectified the expiration date option problem. However I am now receiving a repeating PHP error at the top of my page.
Error:
Deprecated: Function split() is deprecated in /var/www/wordpress/aqua/wp-content/plugins/coupon-creator/lib/cc_coupon_loop_shortcode.php on line 54URL:
https://aqua.mgsites.net/specials—
In the above referenced “cc_coupon_loop_shortcode.php”, when I changed the function ‘split’ to ‘explode’ it corrected the PHP error but then the expiration date was being ignored.