Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • in reply to: Redirections #115338
     keyandcee
    Participant

    i think carloszehr means this code:

    COPY CODE
        add_filter( ‚wpmem_login_redirect‘, ‚my_login_redirect‘ );
    
        function my_login_redirect()
        {
        // return the url that the login should redirect to
        return 'http://airconnects.de/aktivitaet/';
        }

    if you logged in, they redirect you to the other page that you want.

    in reply to: User Avatar Styling Help #114637
     keyandcee
    Participant

    The Code for a lager Avatar is great, but the quality them are low? any solutions for the better quality?

    COPY CODE
    #buddypress .activity-list .activity-avatar {
        width: 100px !important;
        height: 100px !important;
    }
     
    #buddypress .activity-list .activity-avatar a img {
        width: 90px !important;
        height: 90px !important;
    }
     
    #buddypress .activity-list .activity-avatar { margin-left:0 !important; }
     
    #buddypress .activity-list .activity-content { margin: 0 0 0 115px !important; }
Viewing 2 posts - 1 through 2 (of 2 total)

Log in with your credentials

Forgot your details?