Zen Cart Logo

Main Page Layout

Locked

Views: 1,887

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
9 Nov 2006, 6:48 PM
#1
beth99 avatar

beth99

Zen Follower

Join Date:
Mar 2005
Location:
North Texas
Posts:
402
Plugin Contributions:
0

Main Page Layout

Please tell me how to remove the unused white space underneath my logo

http://www.sterlingestatesales.com/

Also I need to remove the breadcrumbs from all pages. I have this in css but it isn't working
#navBreadCrumb{display: none;}

9 Nov 2006, 8:59 PM
#2
miles avatar

miles

Zen Follower

Join Date:
Oct 2006
Location:
At Home
Posts:
357
Plugin Contributions:
0

Re: Main Page Layout

Also I need to remove the breadcrumbs from all pages. I have this in css but it isn't working
#navBreadCrumb{display: none;}try this : admin > configuration > layout settings > define breadcrumb status

Enable the Breadcrumb Trail Links?
0= OFF
1= ON

9 Nov 2006, 10:21 PM
#3
beth99 avatar

beth99

Zen Follower

Join Date:
Mar 2005
Location:
North Texas
Posts:
402
Plugin Contributions:
0

Re: Main Page Layout

It is set to OFF. They came back after the last version upgrade but they aren't on all pages, just some.

9 Nov 2006, 10:31 PM
#4
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,603
Plugin Contributions:
0

Re: Main Page Layout

They came back after the last version upgrade but they aren't on all pages, just some.

In that case you need to upgrade the templates for the pages that have the breadcrumbs. They were moved from the indivdual pages to tpl_main_page in v1.3.

15 Nov 2006, 7:12 PM
#5
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Main Page Layout

Kim:

In that case you need to upgrade the templates for the pages that have the breadcrumbs. They were moved from the indivdual pages to tpl_main_page in v1.3.

I would like to modify this code ```php

<?php if (DEFINE_BREADCRUMB_STATUS == '1') { ?>