Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Site wide horizontal thumb display please

Site wide horizontal thumb display please

Locked

Views: 3,525

Results 21 to 28 of 28
This thread is locked. New replies are disabled.
23 Oct 2007, 8:00 PM
#22
nicecarvings avatar

nicecarvings

New Zenner

Join Date:
Oct 2007
Posts:
51
Plugin Contributions:
0

Re: Site wide horizontal thumb display please

Rufus-

That will work perfect! How do I get the title of the side banner box to say something other than "sponsors" though? Maybe something like "navigator" instead.
:huh:

23 Oct 2007, 8:08 PM
#23
rufus avatar

rufus

Zen Follower

Join Date:
Sep 2007
Posts:
214
Plugin Contributions:
0

Re: Site wide horizontal thumb display please

Go to
catalog/includes/languages/yourtemplate/english.php

and change it in
define('BOX_HEADING_BANNER_BOX','Sponsors');

24 Oct 2007, 2:04 AM
#24
nicecarvings avatar

nicecarvings

New Zenner

Join Date:
Oct 2007
Posts:
51
Plugin Contributions:
0

Re: Site wide horizontal thumb display please

Got it! You're the best Rufus. I don't believe I could come up with anything to stump you in zencart.

:notworthy :notworthy

24 Oct 2007, 11:04 PM
#25
nicecarvings avatar

nicecarvings

New Zenner

Join Date:
Oct 2007
Posts:
51
Plugin Contributions:
0

Re: Site wide horizontal thumb display please

Rufus-

If you're bored. I suppose I could spend half a day searching for the ansers to this stuff, or I could ask you...

Is there somewhere on this site that shows how to change all the different font colors etc?

See my screen cap for a better explanation of what I want to do...

25 Oct 2007, 1:40 AM
#26
rufus avatar

rufus

Zen Follower

Join Date:
Sep 2007
Posts:
214
Plugin Contributions:
0

Re: Site wide horizontal thumb display please

lol, how can I not help when you ask so nicely!!

To be serious though, you need to tidy your css up, you repeat stuff all over the place.

Navigation Categorys (change the color:):
#navCatTabs ul li a
#navMain ul li a:hover

Category colour:
A.category-top
A.category-top:visited

Normal Price and Sale Price (add font-weight:bold;)
normalprice
productSalePrice

And before you ask "My browser bar says 'Zen Cart!, The Art of ...', where do I change that?" I will give you this link https://www.zen-cart.com/tutorials/index.php?article=17

25 Oct 2007, 3:06 AM
#27
nicecarvings avatar

nicecarvings

New Zenner

Join Date:
Oct 2007
Posts:
51
Plugin Contributions:
0

Re: Site wide horizontal thumb display please

This is great! I don't even have to ask anymore! :laugh:

About the css you mention, in reality the whole website needs to be brought together somehow. I know it can be done, it's just a matter of how? I use Netobjects Fusion and need to figure out how to get my cart and forum integrated into that program, and within the framework of it.

Thanks for spoon feeding me all of the TS, I don't even know how to thank you enough for it.
:bigups:

25 Oct 2007, 3:14 AM
#28
nicecarvings avatar

nicecarvings

New Zenner

Join Date:
Oct 2007
Posts:
51
Plugin Contributions:
0

Re: Site wide horizontal thumb display please

Also, I see what you are saying. I just eliminated the horizontal categories. Looks better now!