Stiofan O'Connor

Forum Replies Created

Viewing 15 posts - 121 through 135 (of 324 total)
  • Author
    Posts
  • in reply to: get_avatar example #1612

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Social login: Session path doesn't exist #1590

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Great, thanks for letting us know 🙂

    in reply to: Social login: Session path doesn't exist #1583

    Stiofan O’Connor
    Site Admin
    Post count: 22956
    This reply has been marked as private.

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    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

    in reply to: how-to-add-wp-links-at-the-bottom #1566

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Social login: Session path doesn't exist #1564

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: A few questions / comments about UsersWP #1534

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hi Stephan,

    I will flag this for Patrik to look at in Monday, he is the best person to answer all these 🙂

    Thanks,

    Stiofan

    in reply to: Error 404 after update #1533

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Oh great, i was not expecting it to be that easy, thanks for letting us know! 🙂

    in reply to: Why do login forms look different on different pages? #1532

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Hello,

    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

    in reply to: How to Set Default Login Redirect to Current User Location? #1528

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    if 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

    in reply to: Error 404 after update #1525

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Error 404 after update #1523

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Multilanguage problems #1522

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    Thanks Miro, i have added this url to the task to be updated once done!

    Thanks,

    Stiofan

    in reply to: Multilanguage problems #1519

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

    in reply to: Users page display only subscriber users #1518

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    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

Viewing 15 posts - 121 through 135 (of 324 total)