Post by ioncart » Tue May 16, 2017 3:01 pm

i have tried much to make this work with no success.
I added css as below which changed the list and grid. Now it is not even changing the grid. I want to display 4 items per row instead of 3. hope someone can share some feedback. thanks.
.product-layout {
width:25%;
}

New member

Posts

Joined
Tue May 09, 2017 9:55 pm

Post by ioncart » Tue May 16, 2017 3:12 pm

i just noticed that the stylesheet is stuck in cache or something down that line. simple task that has driven me crazy. when product-thumb{} was changed there was space in between the columns and the 4th item did no align on the first row.

New member

Posts

Joined
Tue May 09, 2017 9:55 pm

Post by ioncart » Tue May 16, 2017 3:47 pm

more searching around i noticed that when clicking grid view in product category it does not change this line of code to grid <div class="product-layout product-list col-xs-12"> so in the common.js this line of code does not get executed $('#grid-view').click(function() which in line does not give me grid to style.

New member

Posts

Joined
Tue May 09, 2017 9:55 pm

Post by IP_CAM » Wed May 17, 2017 7:42 am

well, <div class="product-layout product-list col-xs-12"> just switches to full width listing
in the smallest Screen 'XS' Resolution, where it makes not much sense, to display Products
in Grid View anyway. You have to set your category.tpl grid-view to something like:
<div class="col-lg-3 col-md-3 col-sm-4"> (would create 4 Items per Row in 1024+ px-view)
to probably make it work best in all resolutions.
Good Luck ;)
Ernie

My Github OC Site: https://github.com/IP-CAM
5'200 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by ioncart » Thu May 18, 2017 2:46 pm

yes thanks i have played around with the <div class="product-layout col-lg-2 col-md-2 col-sm-6 col-xs-12"> changing the col-lg and md to 1, 2 3 and 4. what i am trying to achieve is having 4 products per row with the bestsellers column to the right of the 1st row. applying col-lg-2 i get 5 products per row instead of the 4 i want plus the bestsellers drops to a new row on the left side when i want it to the right of the 1st row and subsequent 4 products dropping to a new row so on. anyone know how to achieve this?

New member

Posts

Joined
Tue May 09, 2017 9:55 pm
Who is online

Users browsing this forum: No registered users and 72 guests