Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
  • in reply to: Home company (v4.0) international section #117753
     nuno
    Participant
    Not marked as solution
    in reply to: Home company (v4.0) international section #116997
     nuno
    Participant
    Not marked as solution
    in reply to: GIF animation of Kleo in Themeforest page #75231
     nuno
    Participant

    Hi,

    May I have some feedback here please?
    Thanks in advance,
    Francisco

    in reply to: Popup login not working at homepage #44849
     nuno
    Participant

    Ok @sharmstr,
    thanks for your reply

    in reply to: Popup login not working at homepage #44845
     nuno
    Participant

    Hi @sharmstr,

    I just reopen this ticket.
    My question was solved but it works only with the popup modal, not with the form in the right column.
    Can you share some good advise to apply the same redirection to the form in right column?

    I another words, with your hack I can redirect to a particular page after login successful with the pop up modal window. I would like to redirect to the same page when I login in the widget form login.

    Thanks in advance,
    Francisco

    in reply to: Popup login not working at homepage #42386
     nuno
    Participant

    Perfect sharmstr 5*

    Thanks 🙂

    in reply to: Popup login not working at homepage #42382
     nuno
    Participant

    Please note I can login but after login I get back to homepage every time (with or without the function you suggest to add in function.php of child theme)

    in reply to: Popup login not working at homepage #42381
     nuno
    Participant

    I’m not using Facebook as you can see in the attach file – http://screencast.com/t/G3GDJQQDIP3M
    The only code I get in the functions.php is for redirect after logout.
    So… I don’t understand why it doesn’t work.

    in reply to: Popup login not working at homepage #42375
     nuno
    Participant

    Yes I have tried.

    No matter what, it sends me every time back to Homepage after login 🙁

    in reply to: Popup login not working at homepage #42370
     nuno
    Participant

    Thanks for your reply but none works for me.
    With my login redirect code I get this error:

    You are already logged in. Please refresh page

    Any suggestion will be very appreciate.
    Thanks in advance

    in reply to: Popup login not working at homepage #42366
     nuno
    Participant

    One more think. More like a suggestion.

    The theme is great. But it could be greater with a rating star system for the answers (answers qualify) and use this system for rich snippets purposes.

    This is my suggestion 🙂

    in reply to: Popup login not working at homepage #42365
     nuno
    Participant

    Hi,

    Thank you sharmstr for your quick reply.
    That’s fix my problem.

    One more think, how can I redirect to a specific page after login?

    I use this codes for login redirect and logout redirect.
    The logout works perfect. But not the login. Can you assist me on it, please?


    /* this is the code for the login = not working
    add_action('wp_login','auto_redirect_after_login');
    function auto_redirect_after_login(){
    wp_redirect( home_url('dashboard') );
    exit();
    }
    */

    /* this is the code for the logout = working
    add_action('wp_logout','auto_redirect_after_logout');
    function auto_redirect_after_logout(){
    wp_redirect( home_url('thank-you') );
    exit();
    }
    */

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

Log in with your credentials

Forgot your details?