Your cart is currently empty!
Login Issue
—
by
I try to key in wrong username or password, it redirect me to the /wp-admin backend login page
Posted in Affiliates Pro
—
by
I try to key in wrong username or password, it redirect me to the /wp-admin backend login page
Comments
11 responses to “Login Issue”
Hi Wee Gim,
The shortcode mentioned in this topic is provided through an addon which first should be installed in your site as described in my comment over there. Once it is installed then you can add your shortcode in a page as is but for php templates the correct usage for shortcodes is by using the do_shortcode() function as described in the reference page:
– https://developer.wordpress.org/reference/functions/do_shortcode/
Kind regards,
George
Hi Wee Gim,
FYI, Ninja Forms and the addons they provide are third-party plugins which are not associated with itthinx.com and the plugins found or sold here.
The integration we offer, Affiliates Ninja Forms integration, is an addon which is provided without any extra charge when you buy an Affiliates Pro or Affiliates Enterprise license and allows you to track and record referrals on form submissions with forms created in Ninja Forms plugin.
If the Ninja Forms plugin developers/owners choose to charge extra for their addons, this is their own decision which doesn’t involve under any way extra charges for itthinx.com or the products sold here.
In the WordPress ecosystem there are plenty of free tools to use and several ones that require a payment. If your project requirements are not covered by the available free tools that exist then you need to either use premium tools with a payment or build the necessary tools yourself, the WP platform and plugin development are open source and the internet has plenty tutorials and resources free of charge.
Kind regards,
George
Hi Wee Gim,
Please follow this guide from Ninja Forms documentation:
– https://ninjaforms.com/blog/wordpress-user-registration/
Kind regards,
George
seriously? means i need to pay for another $99 to get the user management plugin?
I have pay for many plugin to use this itthinx already, and keep on coming
is this link solution still working? https://www.itthinx.com/topic/redirect-logout/
i paste the .php file in mytheme/affiliates/dashboard, but the shortcode not working, just display the entire shortcode as plaintext only.
Hi Wee Gim,
FYI, wp_login_form() creates a form with an action attribute of site_url/wp-login.php, which means that when you click the submit button the form is posted to site_url/wp-login.php and ignores redirect_to parameter on errors like failed logins.
Perhaps you can use this WP hook wp_login_failed and after retrieving the referrer, redirect to it when the login attempt is not performed in wp-login.php page. Please keep in mind that you need to have extensive knowledge of WP API and PHP in order to use WP hooks properly and write custom callback functions.
Kind regards,
George
how about the ninja form password field? i want to add the password field in the registration form
so there is no way to remain at the same page and prompt error on the fields?
and also, i purchase the ninja form plugin to integrate the registration form, cannot include the password field, how the user login then?
Hi Wee Gim,
The affiliates login form is a wrapper of the default WP login form and therefore on a failed login attempt it will redirect to wp-login.php, this is normal.
FYI, the URL has been hidden after your request.
Cheers,
George
yes, can u try on this page, https://…….[edit]
direct login without any input, or wrong username/password will direct me to wp-admin page.
and logout also.
can hide this comment to prevent other click on my website? lol
[edit] removed customer’s site URL
Hi Wee Gim,
Can you please provide some further details on the issue you get like the page where you try to login?
Is this related to Affiliates Pro plugin?
Kind regards,
George