Topic RSS
7:39 pm
Hello,
In the Market Theme (v4) 3.61 the Grid-view page allows 6 thumbnails per row for a total of 48 thumbnails. When some images are removed or replaced, the remaining images do not group up to fill in the empty spaces so the category page has many empty spaces here and there which does not look very professional. How to make images to always group up so that the rows of images are always complete?
Thanks,
Efraim
Can you provide a link to the page where you're seeing it?
(It's much easier to troubleshoot and help.)
12:02 am
Thank you for your prompt reply. Here is the link:
http://www.creativegiftsolutio…../christmas
Efraim
What version of Market Theme are you using?
Is it Market version 3.61, or is it later than that?
If it's version 3.61, then in your Market Theme settings area — there is a setting for the number of products per row for the grid-view template that should be changed from 6 to 4.
Then, in your grid-view template (frontdoor.php if you're using version 3.61) you'll need to add a "height" setting.
Line #68 should say something like:
<div class="post" id="post-<?php the_ID(); ?>" style="width: <?php echo $mkt_options['mkt_thumbnail_width']+10; ?>px;">
If you change that to something like this:
<div class="post" id="post-<?php the_ID(); ?>" style="width: <?php echo $mkt_options['mkt_thumbnail_width']+10; ?>px;height:245px">
and save the file, and I think that should do it. This will force the heights of all the boxes to be equal.
Also… If you have multiple copies of the grid-view page template for each of your product categories, then you'll need to do this last change for each of them.
Let me know how it goes.
7:49 pm
We have version 3.61.
I changed the number of thumbs per row from 6 to 4 and this immediately solved the problem. It looks perfect now. I didn't even have to add the height setting per your other suggestion.
Thank you very much for your help!
Most Users Ever Online: 47
Currently Online:
18 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Member Stats:
Guest Posters: 428
Members: 2253
Moderators: 1
Admins: 1
Forum Stats:
Groups: 1
Forums: 4
Topics: 2986
Posts: 16051
Newest Members: americanrelicsnet, karmacoast, Allsed, deleteduser, shanm, slidesketch
Moderators: Market Admin (5052)
Administrators: Market Admin (5052)

Log In
Register
Members
Home
Add Reply
Add Topic
Quote
Offline
