• Resolved vasheck

    (@vasheck)


    hi!

    I’ve created a static homepage (.html) with an iframe that displays the wp login box. now, I’m stuck trying to figure out how to redirect from the iframe (login) to the parent page after login.

    So far, when I login, the ‘dashboard page’ is displayed inside the iframe.

    any help is appreciated. thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Maybe you could say away from iframes and use the parent page as the landing for your site with a link to the login area. This would eliminate the dashboard area in the iframe, but once you log in, you’d still see the dashboard. If the people logging in besides you are only subscribers, then I don’t believe they can really do anything besides leave comments.

    Thread Starter vasheck

    (@vasheck)

    thanks for the suggestion but that doesn’t really solve my problem… I need to have a login on the homepage… not just a link to a login page…

    I guess I don’t understand the necessity of having the login being the first page you see.

    If you already are using a login on the static page, perhaps you could take it out of the iframe.

    There are already a lot of solutions to this.
    The one I’ve used before is here
    And remember, google is your friend.

    Thread Starter vasheck

    (@vasheck)

    I found a solution to my problem… I typed target=”_blank” at the wrong spot…

    <form name=”loginform” id=”loginform” action=”wp-login.php” method=”post” target=”_blank”>

    thanks for your help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘iframe login – redirect to the parent page’ is closed to new replies.