Zen Cart Logo
Forums / General Questions / How do EZ-Pages work?

How do EZ-Pages work?

Views: 245,840

Results 361 to 380 of 570
26 Jun 2009, 12:17 AM
#361
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

How do EZ-Pages work?

Rob905:

After fighting with the plugin to show what you suggested, it tells me the element I need to edit is #navEZPagesTop
Sorry, I never had to fight with the plug in.
I see Table of Contents, h3 for the left box container bar, and the breadcrumbs menu.
Maybe a link or a snapshot would help.

26 Jun 2009, 12:46 AM
#362
rob905 avatar

rob905

Zen Follower

Join Date:
Sep 2007
Location:
Niagara Falls, Ontario
Posts:
378
Plugin Contributions:
0

Re: How do EZ-Pages work?

ckosloff:

Sorry, I never had to fight with the plug in.
I see Table of Contents, h3 for the left box container bar, and the breadcrumbs menu.
Maybe a link or a snapshot would help.
I need to change the color of the three EZ Pages that currently show in blue.
Please see attached.

I tried changing the "color" tag but all that did was change the color of the separtions between the three pages
I tried changning "color" to font-color and that didn't do anything so there must be a specific tag to be put in the CSS file.

26 Jun 2009, 1:03 AM
#363
rob905 avatar

rob905

Zen Follower

Join Date:
Sep 2007
Location:
Niagara Falls, Ontario
Posts:
378
Plugin Contributions:
0

Re: How do EZ-Pages work?

ckosloff:

Sorry, I never had to fight with the plug in.
I see Table of Contents, h3 for the left box container bar, and the breadcrumbs menu.
Maybe a link or a snapshot would help.
The link is: NiagaraIcewineShop.com

Robert

27 Jun 2009, 12:20 AM
#364
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: How do EZ-Pages work?

Rob905:

The link is: NiagaraIcewineShop.com
Robert
I start to understand, after looking at your website with, guess what? Web Dev toolbar.
div #navEZPagesTop is the div container, what you are looking at is an anchor tag, you will find that in the CSS as a.
But, beware, if you change the style for that it will be site-wide, and besides blue is the standard coloring for hyperlinks.
I would leave it as is, you will get a ton of headaches if you change that.

27 Jun 2009, 1:08 AM
#365
rob905 avatar

rob905

Zen Follower

Join Date:
Sep 2007
Location:
Niagara Falls, Ontario
Posts:
378
Plugin Contributions:
0

Re: How do EZ-Pages work?

ckosloff:

I start to understand, after looking at your website with, guess what? Web Dev toolbar.
div #navEZPagesTop is the div container, what you are looking at is an anchor tag, you will find that in the CSS as a.
But, beware, if you change the style for that it will be site-wide, and besides blue is the standard coloring for hyperlinks.
I would leave it as is, you will get a ton of headaches if you change that.

If you don't know the answer, then why not just say so. I don't see a #navESPagesTop with or without the "a."
It's been two days and you still have me running arround in circles.
Is there a tag for those links or not? There obviously must be because the color of these links is diffent then the ones at the top menu bar.
If anyone else can jump in here please?

27 Jun 2009, 1:15 AM
#366
rob905 avatar

rob905

Zen Follower

Join Date:
Sep 2007
Location:
Niagara Falls, Ontario
Posts:
378
Plugin Contributions:
0

Re: How do EZ-Pages work?

Never mind I found it.

It's called:

a.link, #navEZPagesTOC (with a C not a P) ul li a {
color: #3300ff;
text-decoration: none;
}

I changed the color tag to #ffffff and low and behold I got what I needed.

Thanks.

27 Jun 2009, 1:26 AM
#367
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: How do EZ-Pages work?

Rob905:

After fighting with the plugin to show what you suggested, it tells me the element I need to edit is #navEZPagesTop
This quote says Top with P, I believe.
You see, I don't type, so that is exactly the name of the container div. I just pasted it in from the Web dev info.
TOC is an entirely different thing (Table of Contents).
And the element was indeed an a.
If you can't follow explanations, try at least to be polite.

27 Jun 2009, 1:33 AM
#368
rob905 avatar

rob905

Zen Follower

Join Date:
Sep 2007
Location:
Niagara Falls, Ontario
Posts:
378
Plugin Contributions:
0

Re: How do EZ-Pages work?

ckosloff:

This quote says Top with P, I believe.
You see, I don't type, so that is exactly the name of the container div. I just pasted it in from the Web dev info.
TOC is an entirely different thing (Table of Contents).
And the element was indeed an a.
If you can't follow explanations, try at least to be polite.

I try to be polite but it gets very frusterating when you're on a schedule and can't get a straight answer.
Turns out that the tag I changed also changes the text for the products.
So I'm back to my original quesiton. Is there a tag that will change the text in the EZPages menu bar (without changing any other text colors.)

27 Jun 2009, 2:22 PM
#369
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: How do EZ-Pages work?

Rob905:

So I'm back to my original quesiton. Is there a tag that will change the text in the EZPages menu bar (without changing any other text colors.)
NO, I already answered that.
You have to create a class, .something, for that particular a.
Post your question in the stylesheet forums.

27 Jun 2009, 6:41 PM
#370
rob905 avatar

rob905

Zen Follower

Join Date:
Sep 2007
Location:
Niagara Falls, Ontario
Posts:
378
Plugin Contributions:
0

Re: How do EZ-Pages work?

ckosloff:

NO, I already answered that.
You have to create a class, .something, for that particular a.
Post your question in the stylesheet forums.

Maybe if you had told me that three days ago....

Like I said, it's hard to get a straight answer from some people.

27 Jun 2009, 9:46 PM
#371
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: How do EZ-Pages work?

Rob905:

Maybe if you had told me that three days ago...
Sorry but I don't have crystal balls.

29 Jun 2009, 8:31 PM
#372
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: How do EZ-Pages work?

Rob905:

Maybe if you had told me that three days ago....

Like I said, it's hard to get a straight answer from some people.If I may interject here.. I see you got your answer elsewhere on the forum for the stylesheet question, but I don't think you have been provided FULL answer to WHY you had the issue.. I don't want to hijack this thread any further with stylesheet questions/comments.. So if I may in brief..

There are LOTS of IDs and classes in the Zen Cart code that may NOT be defined in your template's stylesheet. You just need to identify the ID or class and check your stylesheet for the cooresponding entry. If it doesn't exist, just create it.. (thus the answer you were provided today -- the entry was missing from your stylesheet so your EZPageTop links were picking up your global link styles)

Honestly I don't think that you weren't given a straight answer.. but perhaps the answer was given with the assumption that you understood the answer being given.. I understood the answer you were given two days ago, but again I've been hanging around here learning and absorbing for over two years now..:smile: Hell every now and then I get an answer or two to a question that I don't IMMEDIATELY understand, but usually I get it sometime later..:smartalec:

The Firefox Web Dev toolbar that was suggested to you is a fantastic tool, and after learning about it (here on this forum) I find I can't live without it.. It makes CSS troubleshooting very very easy.. Once you get the hang of this tool, and keep inthe back of your mind that some ID and classes in the Zen code may not be defined in your stylesheet, you'll be cooking with Crisco! :smile:

HTH..

2 Jul 2009, 12:55 AM
#373
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: How do EZ-Pages work?

http://www.zen-cart.com/forum/showpost.php?p=584304&postcount=247
If you look at this post and subsequent, in this same thread, you will see the location where to plant your modifications.
So, a certain class of hyperlinks would go there.
This would only be valid if the user is not using a template that has hacked into this.
In that case, questions should be referred to the template's author.

7 Jul 2009, 7:46 PM
#374
sweet_like_candy avatar

sweet_like_candy

New Zenner

Join Date:
Jul 2009
Location:
New Jersey
Posts:
3
Plugin Contributions:
0

Re: How do EZ-Pages work?

Ok. I am completely new to this stuff so maybe someone can help me. My website has some adult material. I was asked to place a bridge page between the category and the link. For example when you click on leather and accessories i need to place a warning that says "Warning" adult content 18 and over only.

I'm also new to the posting so i'm hoping i am doing this correctly

Thank you!
Vanessa

7 Jul 2009, 8:43 PM
#375
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: How do EZ-Pages work?

ckosloff:

http://www.zen-cart.com/forum/showpost.php?p=584304&postcount=247
If you look at this post and subsequent, in this same thread, you will see the location where to plant your modifications.
So, a certain class of hyperlinks would go there.
This would only be valid if the user is not using a template that has hacked into this.
In that case, questions should be referred to the template's author.
Not sure if you were responding to my post.. BUt the highlighted paragraph caught my eye.. Even the stylesheets for the Classic and Default templates do not define every single class or ID used in the Zen Cart code.. Most of the major IDs and classes are defined, but certainly not all..

7 Jul 2009, 8:45 PM
#376
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: How do EZ-Pages work?

Sweet Like Candy:

Ok. I am completely new to this stuff so maybe someone can help me. My website has some adult material. I was asked to place a bridge page between the category and the link. For example when you click on leather and accessories i need to place a warning that says "Warning" adult content 18 and over only.

I'm also new to the posting so i'm hoping i am doing this correctly

Thank you!
VanessaYou should create a new topic for this since this thread is for questions on EZ pages, and it's somewhat clear your question is a bit off topic..:smile: (I'd post in one of the "General" sections of the forum..

Good luck..

7 Jul 2009, 10:40 PM
#377
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: How do EZ-Pages work?

DivaVocals:

Not sure if you were responding to my post...
It was just a generic post describing how to enter modifications for EZ pages in stock Zen Cart.
Once you define the particular class you want, in your main or an additional stylesheet, you would enter the selector in the template.
Let's take the discussed "a" example, wherever you see an anchor tag in the template you would enter <a class="my_class">bla bla</a>, and that would give you the appearance you want.
Now some users might complain that this does not work for them, more than likely they are not using stock Zen Cart but a template, then they would have to ask for help elsewhere.
includes/templates/template_default/tpl_page_default.php is the location of this template.
Once you modify it you copy it to your CUSTOM template.

7 Jul 2009, 10:44 PM
#378
ckosloff avatar

ckosloff

Totally Zenned

Join Date:
Feb 2007
Location:
South Florida, USA
Posts:
1,375
Plugin Contributions:
0

Re: How do EZ-Pages work?

DivaVocals:

this thread is for questions on EZ pages..
Agreed.
This warning is simply a category description.

15 Jul 2009, 8:15 PM
#379
custombooks avatar

custombooks

New Zenner

Join Date:
Jul 2009
Posts:
78
Plugin Contributions:
0

Re: How do EZ-Pages work?

How do I create extra pages? I need to insert a link in each one of my product descriptions to an accessory page (just for that product). The accessory page will be formatted text - that's all, with a link back to the product description. There will be about 100 accessory pages, each linked back to it's unique product. Should I set this up with E-Z pages? I don't understand E-Z pages. The concept of TOC and chapters are foreign to me. I don't want to insert either reciprocal link in the header, footer or side box - just a ordinary link in the middle of the text box. Is there some other way to do this? I'm new, so please give detailed instructions in your answer.:unsure:

15 Jul 2009, 9:47 PM
#380
tshooters avatar

tshooters

Totally Zenned

Join Date:
Dec 2005
Posts:
1,037
Plugin Contributions:
2

Re: How do EZ-Pages work?

When you're setting up products in admin/catalog, there's a place to put in a URL for the product at the bottom. It could be a html page, uploaded to your server with your accessory info, and it will show on your product page.

That's what I would use, anyway. :yes: