• Resolved anotherlaw

    (@anotherlaw)


    I’m using an immersive theme that doesn’t provide a ‘usual’ wordpress user environment… therefore we are reliant on the footer ‘Switch back to…’ message.

    However, it doesn’t appear under WP5

    Hacking the plugin (line 532) to wrapping the <p> within <div> seems to work.. aka

    532:: echo '<div><p id="user_switching_switch_on"><a href="' . esc_url( $url ) . '">' . esc_html( $link ) . '</a></p></div>';

    • This topic was modified 5 years ago by anotherlaw.
    • This topic was modified 5 years ago by anotherlaw.
Viewing 1 replies (of 1 total)
  • Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    The link has an ID of user_switching_switch_on so you can add CSS styling to your theme to fix issues such as this. Adding a wrapper div won’t work for most other themes.

    John

Viewing 1 replies (of 1 total)
  • The topic ‘Footer Linkback Missing – Potential Fix’ is closed to new replies.