This topic has 3 replies, 2 voices, and was last updated 9 years by Radu.

  • Author
  • #130872
     arbolife
    Participant

    Hi,

    When the page ‘register’ is loaded, I want to automatically have the ajax login pop-up load. I added this code to the functions.php of the child theme and it doesn’t work. Please advise how I can get this done.

    Thanks,

    Marc

     

    if(is_page( ‘register’ )) {?>

    <script type=”text/javascript”>

    jQuery(document).ready(function() {

    jQuery(“.kleo-show-login”).trigger(“click”);

    });

    </script>

    <?php }

     

    #130910
     Radu
    Moderator
    Hi, A easy way is to displaying the pop-up it's to visit any url with this parameter in it #show-login Example : http://web128.login-166.hoststar.ch/register/#show-login So you can use a redirect manager plugin to redirect your register page http://web128.login-166.hoststar.ch/register/ to http://web128.login-166.hoststar.ch/register/#show-login Kind of Cheers R.
    #130963
     arbolife
    Participant
    Not marked as solution
    #131013
     Radu
    Moderator
    Not marked as solution
Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?