Zen Cart Logo
Forums / Basic Configuration / One Sidebox Not Showing Title

One Sidebox Not Showing Title

Locked

Views: 707

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
20 Nov 2010, 11:59 AM
#1
jamesharding avatar

jamesharding

New Zenner

Join Date:
Nov 2010
Posts:
3
Plugin Contributions:
0

One Sidebox Not Showing Title

Hi Guys

I use a few side boxes on my website however one of them is refusing to use its title. The sidebox I am having problems with is a Banner Box. I have checked banner manager and it does have a title, but it refuses to show on my site.

My website address is http://www.javlaas.com as you can see all the boxes down the left have headers except the one with Paypal logo in it. Any ideas?

20 Nov 2010, 1:41 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: One Sidebox Not Showing Title

That's a 'feature' of your Template Monster template. You can get the header back by finding this in stylesheet_boxes.css and removing the red part:

#bannerbox .box_head{color:#ffffff; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-transform:uppercase; font-weight:bold; border-bottom:solid 1px #6da1d6; padding-bottom:6px; width:98%; display:none; }

If TM haven't messed things up completely, the content of that heading would be defined here:

includes/languages/theme216/english.php as:

Line #413 : define('BOX_HEADING_BANNER_BOX2','Have you seen ...');