Rahul Gandhi
Forum Replies Created
-
Hi,
Your given site is not opening for me. Can you please create a support ticket on our site https://userswp.io/support?
Regards,
PatrikForum: Plugins
In reply to: [UsersWP - ReCaptcha] reCAPTCHA is not visibleThe lightbox is for quick login and will reload the page only and not redirect to the other page. The redirection is for the page with a login form.
Regards,
PatrikHi,
It should work but if it’s not working then please create a support ticket on our site and we will help you solve this.
Regards,
PatrikYou can try the following code in the functions.php file of the currently active theme or using the code snippet plugin and let me know if it works for you or not:
add_filter('uwp_login_redirect', 'uwp_login_redirect_cb', 10, 4); function uwp_login_redirect_cb($redirect_to, $redirect_page_id, $data, $user){ if(isset($user) && in_array( 'shop_manager', (array) $user->roles )){ $redirect_to = home_url('/product/'); } return $redirect_to; }Note: Please change the role and URL as per your requirements.
Regards,
PatrikYou mean, You want to redirect the user to the product page for a specific role, and for others, it should redirect to the page as per setting right? If you can explain the exact thing then I can surely help you here.
Regards,
PatrikOk. If you need any further help you can create a support ticket for the same.
We will surely help you. This may be due to UWP is not installed properly but Can you please create a support ticket on our site https://userswp.io/support?
Regards,
PatrikOk. Can you please create a support request on our site https://userswp.io/support? One from our team will assist you further soon.
Regards,
PatrikHi,
I can see on your site you have a jQuery error in the console which needs to be resolved. Can you please let me know what is set in the Settings->AyeCode UI-> Frontend->Load JS? It should be set to “Core + Popper (default)” to work properly. Try changing it and let me know if it works for you or not.
Regards,
PatrikForum: Reviews
In reply to: [UsersWP - Social Login] Unreliable PluginHi,
I would request you to create the support ticket on our site http://userswp.io/support before giving us ratings. We will surely help you out to resolve the issue on your site there must be conflict on your site or the plugin is not properly setup on your site otherwise it should not happen.
Regards,
PatrikHi,
Are you facing any issues due to this? Can you please explain in detail so that we can provide the solution for this?
Regards,
PatrikHi,
We have shortcodes for each elements of the profile which you can use in your favorite page builder to output on the profile page. Our shortcode is using our Super Duper class which provides elements or blocks for some of the known page builders like Elementor, Gutenbergs, Oxygen builder, etc and even you can use the shortcode as well if there is no block for the page builder.
Regards,
PatrikHi,
I would suggest you open a ticket on our site https://userswp.io/support so that we can help you out with the site-specific issues.
Regards,
PatrikWe have received such a request with the object caching so you will need to deactivate object caching and we will look into it later on medium priority.
Regards,
Patrik