Editing the Login/Registration page

This topic contains 6 replies, has 2 voices, and was last updated by  Patrick 9 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #10486
    #10535

    Simone
    Expired Member
    Post count: 3515

    Hello, to make the footer bar sticked to the bottom only on the signup/reg page, add this to the very top of the footer.php page in your GDF child theme

    
    
    <?php 
    global $post;
    if(isset( $_REQUEST['geodir_signup']))
    {
    ?>
    <footer class="footer" style="position:fixed !important; bottom: 0 !important; width: 100% !important;" role="contentinfo">
     <?php }
     else 
     { ?>
     <footer class="footer" role="contentinfo">
     <?php } ?>
      

    S.

    #10682

    Patrick
    Lifetime Member
    Post count: 86

    Thanks Simone,

    One more question. I do not see footer.php in my GDF child theme folder. Should I add it to the footer.php file in the core GD theme folder or copy the edited php file over to the GDF child theme folder?

    #10683

    Simone
    Expired Member
    Post count: 3515

    Copy the one on the main theme and then edit it

    #10689

    Patrick
    Lifetime Member
    Post count: 86

    Yes, but then place it in the GDF child theme folder or replace it in the main theme folder?

    #10692

    Simone
    Expired Member
    Post count: 3515

    Leave it in the child so I will preserve the modification if a future update will be released

    #10693

    Patrick
    Lifetime Member
    Post count: 86

    Got it. Thank you Simone!

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

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket