fcojrf Posted August 16, 2013 Share Posted August 16, 2013 Good morning, let's see if somebody could help me with this problem I have … I moved the DisplayRightColumn under the Hook_Top, and there I inserted the Homeslider. I did it this way because I have a blog in Wordpress which uses the header and footer of my Prestashop 1.5.4.1 installation, and I don't want the home slider to be shown in my blog. The problem is that, once I have the Homeslider placed in the Hook_Right (working perfectly), it also appears in the home page, not as a slide, but as a list (<ul> list). I made sure that it is only installed in the DisplayRightColum module position. Find attached a screenshot of the slider as a list. Thank you! Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted August 16, 2013 Share Posted August 16, 2013 is it possible to see ur site as i see there is css error on ul#slider Link to comment Share on other sites More sharing options...
fcojrf Posted August 16, 2013 Author Share Posted August 16, 2013 Thanks! The url site is http://playscrapbook.com but it is in maintenance mode. Could you please give me more details on how to correct/find this error? Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted August 16, 2013 Share Posted August 16, 2013 just replace with default css and u can ask what changes u like here Link to comment Share on other sites More sharing options...
fcojrf Posted August 16, 2013 Author Share Posted August 16, 2013 Thank you very much for your support. Unfortunately, that wasn't the solution, but I already solve the problem. I'll report it just in case somebody needs it: I moved the Homeslider module to the HOOK_TOP, and at the beggining of the homeslider.php file I wrote: $dir = $_SERVER['PHP_SELF']; if (strpos($dir,"/blog/")===false) { ... all file content ... } This way, whenever you access the blog directory, the homeslider won't be shown. Thanks again! Link to comment Share on other sites More sharing options...
Jiten rash (away) Posted August 16, 2013 Share Posted August 16, 2013 good to know , i thought u just had alignment problem Link to comment Share on other sites More sharing options...
Recommended Posts