netamis Posted August 1, 2014 Share Posted August 1, 2014 Hello , I used Prestashop 1.6.0.8 and I had issues with footer - links are not available for footer blocks: category, information, user account for desktop version., all browsers For mobile version is working. I used default theme - this issue is from beginning - i start with v1.6.0.5. IS happened only on production , in test environment is working. Can you give me some clue , how can I solved it? I also have a weird issue with block banner - is not shown on front-end. I have it enabled, image is shown in backoffice - but not in front-end. Website is http://bit.ly/1vfByu5 Thanks for help, Mirela Link to comment Share on other sites More sharing options...
dioniz Posted August 1, 2014 Share Posted August 1, 2014 For footer links find this code in global.css: .footer-container #footer .row { position: relative; } and remove it or comment it out. In what position do you have block banner? Link to comment Share on other sites More sharing options...
netamis Posted August 1, 2014 Author Share Posted August 1, 2014 Hi, Thanks a lot. Is working. Banner should be displayed above header_user_info: <div id="page"> <div class="header-container"> <header id="header"> <div class="banner"> <div class="container"> <div class="row"></div> </div> </div> <div class="nav"> <div class="container"> <div class="row"> <nav> <div class="header_user_info"> <a class="login" title="Conectati-va la contul de client" rel="nofollow" href="http://www.rock4u.ro/contul-meu"> Autentificare </a> </div> <div id="contact-link"> </nav> Link to comment Share on other sites More sharing options...
dioniz Posted August 1, 2014 Share Posted August 1, 2014 What hook is it hooked to? Check in BO > Modules > Positions Link to comment Share on other sites More sharing options...
netamis Posted August 1, 2014 Author Share Posted August 1, 2014 Hi, Banner module is hooked in displayHeader Link to comment Share on other sites More sharing options...
dioniz Posted August 1, 2014 Share Posted August 1, 2014 Have you tried to reset module? Link to comment Share on other sites More sharing options...
netamis Posted August 1, 2014 Author Share Posted August 1, 2014 Yes, i deactivated and activated again. For me is look l have behavior when banner is set to not be visible , even is set to be visible. I don't know where to check where this settings are stored. Link to comment Share on other sites More sharing options...
LBPC Posted August 12, 2014 Share Posted August 12, 2014 Hi I have the same problem, it's activated but the banner is not showing. </head> <body id="index" class="index hide-right-column lang_fr"> <div id="page"> <div class="header-container"> <header id="header"> <div class="banner"> <div class="container"> <div class="row"> <a href="" title=""> </a> </div> </div> </div> <div class="nav"> <div class="container"> <div class="row"> <nav><!-- Block user information module NAV --> <div class="header_user_info"> In positions, it's under displayBanner and displayHeader I reactivated it, ctrl-R, f5, I don't know what else to do.... Thanks! Link to comment Share on other sites More sharing options...
LBPC Posted August 13, 2014 Share Posted August 13, 2014 If anyone else is interested, try accessing the banner module via the theme module instead of via the banner module. Worked for me Link to comment Share on other sites More sharing options...
Recommended Posts