Jump to content

[SOLVED] pagination and images


Recommended Posts

can be possibile to change into page (not in lateral coloumn)

 

- categories pagination (ex. 3 image on blocks)

- subcategories pagination  (ex. 3 image on blocks)

- items pagination  (ex. 3 image on blocks)

 

can be possible doing this on default theme via backend or is possibile only via editing .tpl and .css files?

 

thanks

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

Hi Vekia,

sorry, mine english are poor.... ;-D

the pagination bar are ok.

 

i mean how the categories/items are show. talking about default theme, into central coloumn:

 

subcategories/items are show in "line" (see picture attached) , i need to have it showed into a block 2/3 cats/items for each line ...

 

idea?

 

hoping i'll better explaining....

post-697685-0-35458200-1378895884_thumb.png

Link to comment
Share on other sites

now everything is clear for me :)

 

this is what you're lookinf for: (but instead of 5 sub categories in line you want to have 3 products)

prestashop-subcategories-grid.gif

 

 

in this case, check this tutorial: subcategories as grid all that you have to change, is <li> object width:

.inline_list li {
  text-align: center;
  float: left;
  display: inline-block;
  width: 96px;
  height: 100px;
  border: 1px dotted #ccc;
  margin: 4px;
}

change width param to (for example) 180px;

then you will have 3 products in one line

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...