This topic has 2 replies, 2 voices, and was last updated 10 years by fingolfin75.

  • Author
  • #2173
     fingolfin75
    Participant

    Hello,
    I would like to know how to remove the modal login feature on the theme and restore the normal wordpress login feature.

    Could you please provide with help on this matter?

    Your support is highly appreciated!!

    Thank you!

    Best regards,
    Claudio

    #2247
     SQadmin
    Keymaster

    Hi,
    if you want to change the login link to wp-login.php and the register to wp-login.php?action=register you need to edit header.php:
    line 134:
    – remove this: data-reveal-id=”login_panel”
    – change the href=”#” to
    href="<?php echo home_url();?>/wp-login.php"
    and
    line 136
    -remove: data-reveal-id=”register_panel”
    – change the href=”#” to
    href="<?php echo home_url();?>/wp-login.php?action=register"

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #2264
     fingolfin75
    Participant

    Wow!
    Thank you SO much for this!

    Excellent support!

    I’ll try the code you’ve suggested and let you know!

    Thank you very much!!!

    Best regards,
    Claudio

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

The topic ‘How to disable modal login’ is closed to new replies.

Log in with your credentials

Forgot your details?