Zen Cart Logo
Forums / Addon Sideboxes / "Home" and "Log In"

"Home" and "Log In"

Locked

Views: 1,287

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
21 May 2010, 9:18 PM
#1
p7x1oayve61pnp2 avatar

p7x1oayve61pnp2

New Zenner

Join Date:
May 2010
Posts:
15
Plugin Contributions:
0

"Home" and "Log In"

how to disable "Home" and "Log In" to cap the site? thanks

21 May 2010, 9:27 PM
#2
haredo avatar

haredo

Totally Zenned

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

Re: "Home" and "Log In"

Well you could do this:

includes/ templates/ custom_template/ css/ stylesheet.css

  1. Add this to your .css
  1. #navMain ul li {
display: none;
}
21 May 2010, 9:47 PM
#3
p7x1oayve61pnp2 avatar

p7x1oayve61pnp2

New Zenner

Join Date:
May 2010
Posts:
15
Plugin Contributions:
0

Re: "Home" and "Log In"

I did it, but these links have not disappeared, there are other options? thanks

21 May 2010, 9:50 PM
#4
haredo avatar

haredo

Totally Zenned

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

Re: "Home" and "Log In"

p7x1oayve61pnp2:

I did it, but these links have not disappeared, there are other options? thanks

Do you have a link to the site in question???
Are you using the override system??

21 May 2010, 9:53 PM
#5
p7x1oayve61pnp2 avatar

p7x1oayve61pnp2

New Zenner

Join Date:
May 2010
Posts:
15
Plugin Contributions:
0

Re: "Home" and "Log In"

everything is normal, disappeared links, thanks

21 May 2010, 9:54 PM
#6
haredo avatar

haredo

Totally Zenned

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

Re: "Home" and "Log In"

Glad all is well... :smile:

23 May 2010, 7:43 AM
#7
g1smd avatar

g1smd

Zen Follower

Join Date:
Mar 2010
Location:
UK
Posts:
449
Plugin Contributions:
0

Re: "Home" and "Log In"

By using display: none, the links are still present in the HTML source code and will still be followed and indexed by searchengines. They are not truly "disabled".