Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to remove Prev/Next from Define pages?

How to remove Prev/Next from Define pages?

Locked

Views: 1,592

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
13 Oct 2006, 7:37 AM
#1
polarduality avatar

polarduality

Zen Follower

Join Date:
Mar 2006
Location:
Los Angeles
Posts:
260
Plugin Contributions:
2

How to remove Prev/Next from Define pages?

Maybe I'm too tired to see the obvious answer. I've searche the forum and most of the references to Prev/Next are for the Prev/Next in the product info pages.

The EZ Pages have a way to disable the Prev/Next links but I can't seem to find an easy way to disable it for the Define pages.

help! :)

16 Oct 2006, 2:06 AM
#2
polarduality avatar

polarduality

Zen Follower

Join Date:
Mar 2006
Location:
Los Angeles
Posts:
260
Plugin Contributions:
2

Re: How to remove Prev/Next from Define pages?

yes i know im not supposed to bump my threads but it's been 3 days :(
The site needs to go live tomorrow.

16 Oct 2006, 4:17 AM
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: How to remove Prev/Next from Define pages?

Configuration ... EZ-Pages Settings ...

EZ-Pages Prev/Next Buttons
Display Prev/Continue/Next buttons on EZ-Pages pages?
0=OFF (no buttons)
1="Continue"
2="Prev/Continue/Next"

Default setting: 2.

16 Oct 2006, 4:27 AM
#4
polarduality avatar

polarduality

Zen Follower

Join Date:
Mar 2006
Location:
Los Angeles
Posts:
260
Plugin Contributions:
2

Re: How to remove Prev/Next from Define pages?

I tried that and the buttons still show.

It's the define pages that have the buttons not the ez pages.

16 Oct 2006, 5:09 AM
#5
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: How to remove Prev/Next from Define pages?

Work with me here ...

What is the URL to what you see the Prev/Next that you do not want? :unsure:

16 Oct 2006, 6:05 AM
#7
sketchy avatar

sketchy

Totally Zenned

Join Date:
Aug 2006
Location:
Canada
Posts:
940
Plugin Contributions:
2

Re: How to remove Prev/Next from Define pages?

There's probably a better method, but you can drop this into your stylesheet.css for now and see how that works;

.buttonRow a { display: none }