Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Two questions: 1 - vertical space between images; 2 - filter results by

Two questions: 1 - vertical space between images; 2 - filter results by

Views: 1,383

Results 1 to 9 of 9
18 Jun 2011, 5:50 AM
#1
spooky130 avatar

spooky130

New Zenner

Join Date:
Jun 2011
Location:
Fort Walton Beach, FL
Posts:
16
Plugin Contributions:
0

Two questions: 1 - vertical space between images; 2 - filter results by

On my site, the photos ARE the products (or more to the point,
photo posters from the photos are the products), so I've
uploaded somewhat larger images, and am displaying them
in the products listing at a larger size. There's just one
problem: there is NO vertical spacing between them.

How do I add a bit of vertical spacing (even just about 6--8pt
would do).

Second question: I know I got rid of this earlier, but I can't
find the options set where I did so....how do I remove
the "Filter Results by" (and the entry widget) from the
products page?'

Thanks,
--jim

18 Jun 2011, 5:53 AM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,180
Plugin Contributions:
0

Re: Two questions: 1 - vertical space between images; 2 - filter results by

spooky130:

Second question: I know I got rid of this earlier, but I can't
find the options set where I did so....how do I remove
the "Filter Results by" (and the entry widget) from the
products page?

Look here:

admin panel/ configuration/ product listing/ Include Product Listing Alpha Sorter Dropdown**

Please provide a link to your site for the 1st question without the http://www.
**

18 Jun 2011, 5:57 AM
#3
spooky130 avatar

spooky130

New Zenner

Join Date:
Jun 2011
Location:
Fort Walton Beach, FL
Posts:
16
Plugin Contributions:
0

Re: Two questions: 1 - vertical space between images; 2 - filter results by

haredo:

Look here:
**

Please provide a link to your site for the 1st question without the http://www.
**

Thanks! That answers question 2 ... now I just need to know
how to add the vertical spacing between images.

Later,
--jim

18 Jun 2011, 6:01 AM
#4
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,180
Plugin Contributions:
0

Re: Two questions: 1 - vertical space between images; 2 - filter results by

Need a link to your site please...

18 Jun 2011, 11:14 AM
#5
spooky130 avatar

spooky130

New Zenner

Join Date:
Jun 2011
Location:
Fort Walton Beach, FL
Posts:
16
Plugin Contributions:
0

Re: Two questions: 1 - vertical space between images; 2 - filter results by

haredo:

Need a link to your site please...

Ok, here it is (it's not actually online yet....still have all of the
pricing, etc., left to do).

w w w . j d g a p p s . c o m / z e n c a r t /
i n d e x . p h p ? m a i n _ p a g e = i n d e x & c P a t h = 1

I gather that was the preferred format here?

Thanks,
--jim

PS: suggestions on a lightbox that puts the product
images in the lightbox and does NOT use popups
at all (e.g., not Zen Lightbox) most welcome.
Oh, btw, needs to be free......

18 Jun 2011, 2:58 PM
#6
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,180
Plugin Contributions:
0

Re: Two questions: 1 - vertical space between images; 2 - filter results by

Locate this:
/zencart/includes/templates/classic/css/stylesheet.css

Add this to the bottom of the stylesheet.css

td.productListing-data {
padding: 1em;

}Notice what I have highlighted in red classic.

Take time and click on the link on the top right hand corner of this page Tutorials/FAQ.

Search for: override system

18 Jun 2011, 3:27 PM
#7
spooky130 avatar

spooky130

New Zenner

Join Date:
Jun 2011
Location:
Fort Walton Beach, FL
Posts:
16
Plugin Contributions:
0

Re: Two questions: 1 - vertical space between images; 2 - filter results by

haredo:

Add this to the bottom of the stylesheet.css
td.productListing-data {
padding: 1em;
}
.

Thanks. That worked perfectly. And yes, I am still in the
middle of customizing the page.... When you're limited in
how much you can work on things like this without getting
migraines (very-long-term side effects of cancer and
cancer treatment---chemo, brain surgeries, whole-brain
max-dose radiation therapy, etc....really puts hard limits
on how much you can do in a day without seriously
regretting it).

Anyways, many thanks for the css code. It was exactly
what the site needed for the image display.

18 Jun 2011, 3:45 PM
#8
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,180
Plugin Contributions:
0

Re: Two questions: 1 - vertical space between images; 2 - filter results by

You are most welcome, and ty for posting the solution worked for you...

Good luck on your site... :smile:

4 Jan 2012, 12:11 AM
#9
acmaurer avatar

acmaurer

New Zenner

Join Date:
Jan 2012
Posts:
27
Plugin Contributions:
0

Re: Two questions: 1 - vertical space between images; 2 - filter results by

Thanks, helped me too! I was customizing from the default template.