Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Can I delete these things?

Can I delete these things?

Locked

Views: 1,223

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
7 May 2007, 5:47 AM
#1
luciole avatar

luciole

New Zenner

Join Date:
May 2007
Posts:
1
Plugin Contributions:
0

Can I delete these things?

Hi,
Here is a screenshot of my shop:
http://lucioleloong.com/misc/ick.jpg

Could I delete the ones marked in red? They just look funny to me.
My shop is located here: http://lucioleloong.com/store
Please let me know if there is anything I'm doing wrong, this was my first time dealing with CSS.

7 May 2007, 7:20 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Can I delete these things?

In your admin > config > layout settings > Categories-Tabs Menu ON/OFF > set to off/"0"

admin > config > layout settings > Customer Greeting - Show on Index Page > set to "0"

admin > config > layout settings > Define Breadcrumb Status > set to "0"

For the Breadcrumbs - You might reconsider this as it really make it simpler for your customers to navigate and not have to continually use the back selector in their browser

17 Jun 2007, 10:48 PM
#3
fabienne avatar

fabienne

Zen Follower

Join Date:
May 2007
Location:
Cincinnati, Ohio
Posts:
246
Plugin Contributions:
0

Re: Can I delete these things?

Can I delete the Welcome to my store text? If I just get rid of the text, won't it keep the carriage return (vertical space where it would have been)?

18 Jun 2007, 4:40 AM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Can I delete these things?

fabienne:

Can I delete the Welcome to my store text? If I just get rid of the text, won't it keep the carriage return (vertical space where it would have been)?
admin > config > layout settings > Customer Greeting - Show on Index Page > set to "0"

This turns "customer greeting" off

18 Jun 2007, 11:33 AM
#5
fabienne avatar

fabienne

Zen Follower

Join Date:
May 2007
Location:
Cincinnati, Ohio
Posts:
246
Plugin Contributions:
0

Re: Can I delete these things?

I did delete that (the "Hello, Mary, would you like to spend the rest of your money?") but I also wanted to turn off "Welcome to my store" which appears above it. Is that possible?

18 Jun 2007, 12:02 PM
#6
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Can I delete these things?

post a url to this page

18 Jun 2007, 5:02 PM
#7
fabienne avatar

fabienne

Zen Follower

Join Date:
May 2007
Location:
Cincinnati, Ohio
Posts:
246
Plugin Contributions:
0

Re: Can I delete these things?

http://www.possets.com/zen-cart/ <---OK, there it is.

18 Jun 2007, 5:36 PM
#8
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Can I delete these things?

One thing you can do is add this to your stylesheet:

#indexDefaultHeading {display: none;}

I can check if there is an admin switch for it, but this works.

18 Jun 2007, 6:20 PM
#9
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Can I delete these things?

The lazy man's way: rather than looking up the file to edit myself, I'll just point you here ;)

19 Jun 2007, 10:28 AM
#10
fabienne avatar

fabienne

Zen Follower

Join Date:
May 2007
Location:
Cincinnati, Ohio
Posts:
246
Plugin Contributions:
0

Re: Can I delete these things?

Thanks, I just got through the majority of the manual about customization and I need to pay attention to the part about using the override system. I didn't know about changing the master template/page/coding and not making a copy and saving that in the override system. I do now. So thanks for reinforcing the thought of overrides. I am also going to be trying the {display:none} trick. That's another brilliantly simple approach (which didn't I think of that....well that's what fresh eyes are for :frusty:)