Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Lux,
I am not sure exactly what you mean, can you please explain more?
If you can provide wp-admin details in a private reply (only staff can see) then we can look further.Thanks,
Stiofan
Great, thanks for letting us know 🙂
This reply has been marked as private.February 12, 2018 at 7:39 pm in reply to: How to enforce acceptance of Terms and Conditions with Social Login? #1582Hello,
There is no easy way to do that, i would just add a section to your T&Cs that by registering you agree to our terms.
Stiofan
You can add things with hooks like
add_action('uwp_template_after', '_my_template_after_changes'); function _my_template_after_changes($template){ If($template=='change'){ echo "text after the change pass template"; }elseif($template=='register'){ echo "text after the register template"; } }
templates are:
‘register’
‘users’
‘profile’
‘account’
‘reset’
‘change’
‘forgot’
‘login’Thanks,
Stiofan
Hi Ian,
Can you provide wp-admin and FTP details, it sounds like your server settings might have changed, specifically the sessions save path.
Stiofan
Hi Stephan,
I will flag this for Patrik to look at in Monday, he is the best person to answer all these 🙂
Thanks,
Stiofan
Oh great, i was not expecting it to be that easy, thanks for letting us know! 🙂
February 10, 2018 at 4:27 pm in reply to: Why do login forms look different on different pages? #1532Hello,
There is some css in your theme that seems to be messing things up, is this part of the theme or added by you? if i remove it then it looks normal:
*, *:before, *:after { box-sizing: inherit; }
Stiofan
February 10, 2018 at 11:55 am in reply to: How to Set Default Login Redirect to Current User Location? #1528if the redirect is not specifically set in the url then they should be redirected to the last page the user was on. I am not sure if Patrik tested this with social login, i’ll flag this for him to reply to on monday.
Thanks,
Stiofan
Hi Stephan,
I have not seen this particular problem before so i don’t really have any specific advice, my only thing to try first is to save the permalinks under the WordPress settings.
Thanks,
Stiofan
Hi Stephan,
That is very strange about the permalinks, they should always work some way or another.
Please provide wp-admin ad FTP details in a private reply (onyl staff can see) and we will take a look.
Thanks,
Stiofan
Thanks Miro, i have added this url to the task to be updated once done!
Thanks,
Stiofan
Yes something does not seem to be right.
I have opened a task for this to be looked at, we will do some testing on our own servers and update you here on our progress.Thanks,
Stiofan
Hi Derek,
That is not the option but i do see that the option is missing from the backend, i will flag this for Patrik to fix.
The setting is in the frontend when a user edits their profile, under privacy. Is this for your own user?
Stiofan
-
AuthorPosts