Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter PaloPerez

    (@paloperez)

    Got it, ajax functions are targeting an element with the class “widget_wp_sidebarlogin”.

    <div class="widget_wp_sidebarlogin">
       <?php sidebarlogin(); ?>
    </div>

    Thanks for this plugin, it´s a real time saver

    Hi,

    Would you mind explaining to me how you did it?

    I also want to avoid this behaviour.

    Thanks!

    Thread Starter PaloPerez

    (@paloperez)

    approachpeople: Would you mind explaining to me how you did it?

    Put the sidebarlogin function:

    <?php sidebarlogin(); ?>

    inside an element with the class “widget_wp_sidebarlogin”:

    <div class="widget_wp_sidebarlogin">
       <?php sidebarlogin(); ?>
    </div>

    Hi PaloPerez,
    I’d really like to get this fixed for my site. Where/what page in my wordpress core files do I place the above code;
    <div class=”widget_wp_sidebarlogin”>
    <?php sidebarlogin(); ?>
    </div>

    consider me a newbie in coding,
    thank you
    Jake

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Sidebar Login] Wrong pass redirects to wp login page’ is closed to new replies.