degga Posted March 25, 2016 Share Posted March 25, 2016 (edited) Hello to everybody! I'm very sorry to disturb you with my trouble ... I'm having a problem with the CREATE NEW ACCOUNT button. I need to hide the footer before that the customers are logged, but when I hide the footer the button doesn't work... I hide the footer with {if $logged}. Why? Thank you for your time. Best regards. Edited March 30, 2016 by degga (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted March 26, 2016 Share Posted March 26, 2016 Hard to tell what's going on. Where is that button you mention located? You cannot hide the whole footer anyway, it contains javascript files as well, you need to keep the outside your {if} Link to comment Share on other sites More sharing options...
degga Posted March 27, 2016 Author Share Posted March 27, 2016 Ooooook! I SOLVED the problem inserting the condition IF just before the Footer's Hook.In this way : {if $logged} {if isset($HOOK_FOOTER)} <!-- Footer --> <div class="footer-container"> <footer id="footer" class="container"> <div class="row">{$HOOK_FOOTER}</div> </footer> </div><!-- #footer --> {/if} </div><!-- #page --> {/if} Thanks anyway! Best Regards! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now