BerghemDeSass Posted September 11, 2013 Share Posted September 11, 2013 (edited) 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 September 12, 2013 by BerghemDeSass (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted September 11, 2013 Share Posted September 11, 2013 hello sorry for bothering but... i don't understad what you exactly expect. you said that you want to change paginations, by pagination i understand this: so what you exactly want to change? Link to comment Share on other sites More sharing options...
BerghemDeSass Posted September 11, 2013 Author Share Posted September 11, 2013 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.... Link to comment Share on other sites More sharing options...
vekia Posted September 11, 2013 Share Posted September 11, 2013 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) 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 More sharing options...
BerghemDeSass Posted September 12, 2013 Author Share Posted September 12, 2013 great! thanks Vekia and for products? the files are product.tpl? i need to do the same with product list (see image in attach) Link to comment Share on other sites More sharing options...
vekia Posted September 12, 2013 Share Posted September 12, 2013 check this tutorial: product grid view prestashop Link to comment Share on other sites More sharing options...
BerghemDeSass Posted September 12, 2013 Author Share Posted September 12, 2013 great, i'll work on it today! Link to comment Share on other sites More sharing options...
vekia Posted September 12, 2013 Share Posted September 12, 2013 if you will have any questions or problems with CSS - feel free to write 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