jillianjm
Forum Replies Created
-
Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] Login with Ajax ErrorHi Marcus,
I was able to resolve the issue by doing a fresh clean install of wp and the plugin. The error was most probably caused by a conflict with some other plugin, its resolved now.
Thank you for getting back on this.
Regards,
JillianForum: Plugins
In reply to: [WP Job Manager] Search results as json apiHi Brandon,
Thank you for sharing the information.
Regards,
JillianForum: Plugins
In reply to: [WP Job Manager] Search results as json apiHi Brandon,
I am only requesting for more information, if you could kindly tell me which files in the plugin I could look at, to understand how to get the data filtered from the postmeta.
Forum: Plugins
In reply to: [WP Job Manager] Search results as json apiHI,
I would need more information on how to get search results in the api for:
– Predefined Regions
– Geolocation lookup
Forum: Plugins
In reply to: [WP Job Manager] Search results as json apiHi Brandon,
Thank you for clarifying this, please let me know how we can run a search filter when using the jm-ajax api to get results.
Any api samples would be great, what I am referring to is perhaps:
e.g. example.com/jm-ajax/get_listings/category=abc&location=london
Forum: Plugins
In reply to: [WP Job Manager] Search results as json apiHi Brandon,
Thank you for sharing the information, can you kindly share more details on how I can get proximity search results from the api.
I can send current location of the user and need listings within a specified radius.
Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] Hide Username FieldHi Angelo,
Please let me know how I can hide the <p> tag in the registration form that shows the username label and username field. I am enabling registration and login on my site only via email. At the backend I intend to use email address as username as well at the time of registration.
Need help to do the following modifications in the plugin:
1. Hide the username field in the register form using css
2. Use the email given by user on the register form as username also and register the user.Hi,
You may try the approach given here:
https://slobodanmanic.com/249/wordpress-set-password-during-registration/This allows us to add the password fields in the registration form and user can choose their own password.
There is a plugin as well that could be of use:
https://www.ads-software.com/plugins/smart-wp-login/I tried it with login with ajax and was able to add the password fields. Hope this helps.
Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] Getting Registration formHi,
I have created a custom link on my nav bar, want to launch the registration form as a modal when the link is clicked, can you kindly share any inputs on how this can be achieved?
The login link works fine and comes up as a modal, i need an independent register link on the menu.
I just need to add a custom link on my main menu, clicking on it I should be able to launch the registration form as a modal.
The login link is working on my page and the modal is coming up fine. I am using the latest version of login with ajax.
Hi Angelo,
How did you add it in the nav menu? I am trying to add a register link in my main menu.
The user should be shown the registration form as a modal on clicking. Please share if this can be done using a shortcode and how.