• Resolved glenneg

    (@glenneg)


    New to this plugin.
    Once a user is successfully logged in I’m redirected to the correct page (Home page). If the user clicks on the company logo or header after being logged in, the user is redirected to the login page once again. How do I have it redirect back to the Home page instead?

    Thanks
    -glenn

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Jeff Farthing

    (@jfarthing84)

    It sounds as if your logo is improperly linked… What is the code for the header logo link?

    Thread Starter glenneg

    (@glenneg)

    Wow Jeff that was fast … Thanks

    This is the in the header.php
    “><?php bloginfo( ‘name’ )?>

    this is the rendered source
    Quiet Birdmen

    again thanks
    -glenn

    Plugin Author Jeff Farthing

    (@jfarthing84)

    You have to wrap code in ` (backticks) or highlight it and use the “code” button above the editor.

    Thread Starter glenneg

    (@glenneg)

    Jeff ,
    sorry about that.

    Here is the code from header.php
    <a class="navbar-brand" href="<?php echo esc_url( home_url( '/' ) ); ?>"><?php bloginfo( 'name' )?></a>

    This is the rendered source
    <a class="navbar-brand" href="https://bvs.test:8888/"> Quiet Birdmen</a>

    Plugin Author Jeff Farthing

    (@jfarthing84)

    Yeah, there’s no reason that home_url() should be rendering the login URL. Do you have the Private Site option of the Security module enabled?

    Thread Starter glenneg

    (@glenneg)

    No the Security module is not enabled.

    Plugin Author Jeff Farthing

    (@jfarthing84)

    Have you tried disabling other plugins to see if the problem persists?

    Thread Starter glenneg

    (@glenneg)

    Sorry I have not done that … will do and let you know.

    -glenn

    Thread Starter glenneg

    (@glenneg)

    With only TML active I get the same results.

    I know I can place a version of the header in my child theme folder and modify the header code to include “Home/”. I was hoping not to do that.

    -glenn

    Thread Starter glenneg

    (@glenneg)

    Jeff

    I fix the problem I was having. The theme “Home Page Setting” was set to the login page.
    Changed it to the proper (Home page) and it works fine.

    Thanks for your help
    Have a good day

    -glenn

    Thread Starter glenneg

    (@glenneg)

    thanks

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘After user is logged in – Logo click sends to user profile’ is closed to new replies.