Jump to content

Move Image slider to the upper part


Recommended Posts

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:

 

captura.png

 

But this is how i would like it:

captura1.png

 

Is this possible?

Best regards.

Edited by Miguel86 (see edit history)
Link to comment
Share on other sites

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...