Logout

This topic contains 7 replies, has 2 voices, and was last updated by  Paolo 8 years, 1 month ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #144588

    D.D
    Buyer
    Post count: 199

    Hi,

    Logging out of my website used to take users to the home page but now they are taken to the wordpress logout page. Any easy fix for this? could also be something changed in settings but I’m not sure what.

    Thanks

    #144988

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    which logout links are they clicking on. That could be do to a redirect added by another plugin too.

    If you provide a link and admin credentials we will have a look.

    Thanks

    #144990

    D.D
    Buyer
    Post count: 199
    This reply has been marked as private.
    #145162

    Paolo
    Site Admin
    Post count: 31206

    Hi,

    your version of Whoop is outdated. Current version is 1.0.5 and you are using 1.0.0.

    Please update the theme and let us know if that fixed it.

    Thanks

    #145201

    D.D
    Buyer
    Post count: 199

    I am using version 1.0.5. The version 1.0 is the child theme but I believe that’s the most current.

    #145211

    Paolo
    Site Admin
    Post count: 31206

    ops, you are totally right, I overlooked that. In that case it must be another pluing, because I really can’t recreate this on any of the demos.

    Can you please try to deactivate all non-GD plugins momentarely and re-test?

    Let us know,

    Thanks

    #145450

    D.D
    Buyer
    Post count: 199

    I guess I need to do some basic troubleshooting before I post here :). The problem was caused my the myCRED plugin.

    I added the following code to my functions.php and it resolved the issue

    Thanks!

    
    
    add_action('wp_logout','go_home');
    function go_home(){
      wp_redirect( home_url() );
      exit();
    }
    #145608

    Paolo
    Site Admin
    Post count: 31206

    Well done! Thanks for letting us know 🙂

Viewing 8 posts - 1 through 8 (of 8 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket