Patrik
Forum Replies Created
-
AuthorPosts
-
I see the issue. The thing is that the “Latest News” section has the section tag which is removed if the UsersWP is active. I am not sure why this happens but I have to figure out if this is the case with UsersWP and elementor or something else. I would like to debug more on this case. Do you have any staging site where I can try some troubleshooting to figure out the issue? I don’t want to affect your live site and live users.
Regards,
PatrikHi,
Can you please provide some more information about what is broken and not working? If you can provide screenshots or video then it will help me to find an issue and fix it for you. Currently, I am not able to find any issue on your site.
Regards,
PatrikHi,
You need to put the code in the functions.php file of the currently active theme. You should never modify the core WordPress files. If you want us to do this for you then just provide FTP details in private reply and we will do it for you.
Regards,
PatrikHi,
Try putting the following code in your functions.php file and let us know if it works for you or not:
add_filter('uwp_registration_force_redirect', 'uwp_registration_force_redirect_cb'); function uwp_registration_force_redirect_cb(){ return true; }
Regards,
PatrikThis reply has been marked as private.This reply has been marked as private.April 24, 2019 at 6:05 am in reply to: Register redirect and "invalid user/password" on registration #3920This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.April 16, 2019 at 10:46 am in reply to: Problems between my WP theme and your plugin (which I liked the most) #3868Hi,
You can try changing the version from Settings->Font Awesome and check if it fixes your issue. We are using the latest version of Font Awesome in our all 3 main plugins and themes.
Regards,
PatrikThis reply has been marked as private.This reply has been marked as private.I would suggest you check the same with other people around you and if it is not working fine then create a staging server and provide me the admin and FTP credentials where I can do troubleshoot without affecting your live users. I will need to check by deactivating few plugins and may switch theme to default for troubleshooting.
Regards,
PatrikCan you please check after clearing cache in your mobile?
I have checked the same in my mobile and worked fine but I had never opened this site before so no cache stored. I have attached a screenshot for your reference.
Regards,
Patrik -
AuthorPosts