Miguel86 Posted November 16, 2014 Share Posted November 16, 2014 (edited) Hi: I would like to know how can i move the image slider to the top of the right part. The system lets me put it on the top of the website, but i want the left column start on the top and just on the right the image slider. This is how it looks like now: But this is how i would like it: Is this possible? Best regards. Edited November 16, 2014 by Miguel86 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted November 17, 2014 Share Posted November 17, 2014 in this case it's necessary to move hook displayTab and hook displayTabContents BELOW the hook home. index.tpl file located in your theme try to move {if isset($HOOK_HOME) && $HOOK_HOME|trim} <div class="clearfix">{$HOOK_HOME}</div> {/if} above the {if isset($HOOK_HOME_TAB_CONTENT) && $HOOK_HOME_TAB_CONTENT|trim} {if isset($HOOK_HOME_TAB) && $HOOK_HOME_TAB|trim} <ul id="home-page-tabs" class="nav nav-tabs clearfix"> {$HOOK_HOME_TAB} </ul> {/if} <div class="tab-content">{$HOOK_HOME_TAB_CONTENT}</div> {/if} Link to comment Share on other sites More sharing options...
Miguel86 Posted November 19, 2014 Author Share Posted November 19, 2014 Hi vekia: Thanks worked fine, but the problem was that i have more modules in the displayHome and are displayed before the displayHomeTabsContent so didn't liked at all. Finally i used this approach: http://www.prestashop.com/forums/topic/381305-hook-new-products-block-to-displayhome/ But i have the same problem as him, after some days are no more products at the home page 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