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

How do EZ-Pages work?

Views: 245,825

Results 81 to 100 of 570
07 Jan 2007, 01:22
#81
ajeh avatar

ajeh

Oba-san

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

How do EZ-Pages work?

And the winner was? :smile:

07 Jan 2007, 15:27
#82
jansend avatar

jansend

New Zenner

Join Date:
Nov 2006
Posts:
69
Plugin Contributions:
0

Re: How do EZ-Pages work?

Ajeh:

And the winner was? :smile:

You did and your coffee's paid for:D

07 Jan 2007, 15:41
#83
ajeh avatar

ajeh

Oba-san

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

Re: How do EZ-Pages work?

Thanks very much for your support ... it is greatly appreciated!

Good luck with your shop! :smile:

07 Jan 2007, 16:21
#84
deshojo avatar

deshojo

New Zenner

Join Date:
Oct 2006
Posts:
35
Plugin Contributions:
0

Re: How do EZ-Pages work?

Hi everyone :)

I'm struggling with the concept of how to change the FONT colour on my EZPages header from blue to white so that it matches the rest of my site - are there any easy-to-follow instructions around please ?

Many thanks

PS running v.3.1.6

07 Jan 2007, 16:42
#85
bettysue avatar

bettysue

Inactive

Join Date:
May 2004
Posts:
747
Plugin Contributions:
0

Re: How do EZ-Pages work?

deshojo:

Hi everyone :)

I'm struggling with the concept of how to change the FONT colour on my EZPages header from blue to white so that it matches the rest of my site - are there any easy-to-follow instructions around please ?

Many thanks

PS running v.3.1.6

I think it's version 1.36 :smile:

You can do it a couple of ways, either use the text editor in Admin to change the color of the text, or look in your stylesheet for the Ez pages css codes and change it there.
There's also a mod that's supposed the enable you to create css sheets for your easy pages, but I couldn't figure out the instructions and can't find any posts about it.
So I would say use your Admin text editor. I have also added style statements to the top of my ez pages and created all kinds of neat looking pages.

betty

<added>Here is a link to an ez page on a site I designed that has a style statement in the ez page: http://www.buysoul.com/store/index.php?main_page=page&id=20&chapter=30 </added>

08 Jan 2007, 10:58
#86
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: How do EZ-Pages work?

Hi Betty

I'm intrigued by the idea of a mod to create stylesheets for EZ-Pages but can't find it. Can you point me in the right direction?

08 Jan 2007, 18:39
#87
bettysue avatar

bettysue

Inactive

Join Date:
May 2004
Posts:
747
Plugin Contributions:
0

Re: How do EZ-Pages work?

Hi Kuroi,

I had found it in the downloads in the other category:

http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_47&products_id=393

What I can't figure out from the instructions is what to or how to name the stylesheets. If you figure it out could you please post it so myself and everyone else who may not understand it can use it?

betty

10 Jan 2007, 17:52
#88
deshojo avatar

deshojo

New Zenner

Join Date:
Oct 2006
Posts:
35
Plugin Contributions:
0

Re: How do EZ-Pages work?

Hi Betty, or anyone else who can help a complete beginner

I'm still struggling with changing the text color on my EZ Pages top.

I've gone to :

shop/includes/templates/classic/css/stylesheet.css

and found

navEZPagesTop {
background-color: #abbbd3;
background-image: url(../images/tile_back.gif);
font-size: 0.95em;
font-weight: bold;
margin: 0em;
padding: 0.5em;
}

is this the right place? there is nothing there about text colour.

Many thanks

Anne

10 Jan 2007, 17:56
#89
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: How do EZ-Pages work?

With CSS if what you want isn't there, you just add it. For example, you could change the color of the EZ-Pages links at the top by adding the following to your stylesheet> #navEZPagesTop a {color: white}

#navEZPagesTop a:hover {color: green}

10 Jan 2007, 17:58
#90
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: How do EZ-Pages work?

bettysue:

Hi Kuroi,

I had found it in the downloads in the other category:

http://www.zen-cart.com/index.php?main_page=product_contrib_info&cPath=40_47&products_id=393

What I can't figure out from the instructions is what to or how to name the stylesheets. If you figure it out could you please post it so myself and everyone else who may not understand it can use it?

bettyThanks Betty

I have it now, but haven't yet had a chance to look at it. I'll let you know how I get on when I do.:thumbsup:

10 Jan 2007, 20:12
#91
bettysue avatar

bettysue

Inactive

Join Date:
May 2004
Posts:
747
Plugin Contributions:
0

Re: How do EZ-Pages work?

kuroi:

Thanks Betty

I have it now, but haven't yet had a chance to look at it. I'll let you know how I get on when I do.:thumbsup:

Thank you Kuroi!!

(please excuse ot part of post)

btw just tried to pm you about that shipping mod I sent, but got the message that you can't receive any more pm's as your saved folder is too full.

Just thought you'd want to know

betty

13 Jan 2007, 09:52
#92
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: How do EZ-Pages work?

Wow. What a great little mod. Simply, unpretentious, but delivering the goods. I'm talking here about the CSS per page mod.

This mod expands the concept of targeted stylesheets to EZ-Pages. It won't create the stylesheets for you, but if you do that for yourself it will ensure that they get loaded at the right time.

Here's an example ...

Firstly you need to know the ID and possibly the chapter of the EZ-Page(s) that merit special treatment. You can find this out by visiting Admin > Tools >EZ Pages where you will find the IDs on the left and the chapter numbers towards the right.

Now you know what you're targeting how do you do it? Well, suppose you were running the Zen Cart demo store and wanted the background color to be red on the pages that explain EZ-Pages. These pages form chapter 10. So you would create a stylesheet called chapter_10.css which contained the line > body {background-color:red}and place the file in your includes/template/YOUR_TEMPLATE/css/ directory.

If in addition you wanted the text on the introductory page to that chapter to be in green, you would not that it has an ID of 1 and create a stylesheet named ezpage_1.css containing the line> body {color:green}and place that in the same directory as before.

And that's it ...

... except that none of this gets in the way of doing what you might have done previously such as targeting all your EZ Pages together e.g. by adding something such as > #ezPageDefault {font-size:120%}in a stylesheet called page.css.

Indeed, since the usefulness of this far outweighs any complexity in it's implementation, it's already been added to my base installation, and I hope that the Zen Cart team will consider rolling it into a future version of the official release.

13 Jan 2007, 12:21
#93
bettysue avatar

bettysue

Inactive

Join Date:
May 2004
Posts:
747
Plugin Contributions:
0

Re: How do EZ-Pages work?

Hi Kuroi,

Thank you for figuring out the naming scheme. That is where I had gotten stuck.

I couldn't find a support thread by the author, however the post you just made would make an excellent intro post for the mod.

betty

14 Jan 2007, 17:44
#94
irischant avatar

irischant

New Zenner

Join Date:
Nov 2004
Location:
Pittsburgh, PA
Posts:
23
Plugin Contributions:
0

Re: How do EZ-Pages work?

Eeeeekk...that mod was from me. Very sorry for the confusion on it's implementation. I'm good with pictures, not words :artist:

I made no formal support thread for the mod (sorry), just sort of followed up on a couple of threads of users that wanted this functionality. Promise - any further mods by me will be announced properly :blush: .

Thank you so very much for your fine, fine post up there, Kuroi (& for pointing me to this thread). I've recieved no word from confuzzled people, so I really had no clue that there was a misunderstanding on it's use.

14 Jan 2007, 18:23
#95
bettysue avatar

bettysue

Inactive

Join Date:
May 2004
Posts:
747
Plugin Contributions:
0

Re: How do EZ-Pages work?

irischant:

Eeeeekk...that mod was from me. Very sorry for the confusion on it's implementation. I'm good with pictures, not words :artist:

I made no formal support thread for the mod (sorry), just sort of followed up on a couple of threads of users that wanted this functionality. Promise - any further mods by me will be announced properly :blush: .

Thank you so very much for your fine, fine post up there, Kuroi (& for pointing me to this thread). I've recieved no word from confuzzled people, so I really had no clue that there was a misunderstanding on it's use.

Hi Christine,

It's a neat mod and does deserve it's own thread :yes:

I know I should have asked you directly, however I try my best not to bother mod authors by pm or email, even when I should. I tend to wander around in the download section looking for new mods as I can sometimes find really great ones like yours that I didn't see mentioned in a post.

My only problem was figuring out the naming scheme and kuroi's post helped with that. I had also used your other mod, I just didn't realize until your post that you wrote that one also. Great stuff!

thank you Kuroi for contacting Christine, and thank you Christine for the mods.

betty

19 Jan 2007, 15:58
#96
cregy avatar

cregy

New Zenner

Join Date:
Oct 2006
Location:
Lostwithiel, Cornwall
Posts:
69
Plugin Contributions:
0

Re: How do EZ-Pages work?

Hi All

Joining the cry of - what the heck - how do they work!?

If you could look at:
http://www.efe-gbnets.com/
you will see that I have got the pages to show up in the header and footer but not in the sidebar which is what I would like!

In the ezpages I have all the settings the same. I would also like to use the chapters but don't understand how they work in the navigation scheme of things!

Thanks for all the help.

Rich

19 Jan 2007, 17:40
#97
ajeh avatar

ajeh

Oba-san

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

Re: How do EZ-Pages work?

1 is the sidebox turned on in the Layout Sidebox Controller?

2 Do you have the sidebox checked in EZ-Pages?

3 Did you assign a sort order to it? 0 = OFF

19 Jan 2007, 18:06
#98
cregy avatar

cregy

New Zenner

Join Date:
Oct 2006
Location:
Lostwithiel, Cornwall
Posts:
69
Plugin Contributions:
0

Re: How do EZ-Pages work?

Brilliant Linda no 1 did the trick. Covered every other possibility!

Thanks

Rich

19 Jan 2007, 18:07
#99
ajeh avatar

ajeh

Oba-san

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

Re: How do EZ-Pages work?

Thanks for the update that turning on the EZ-Pages sidebox for the template that you are using in the Tools ... Layout Boxes Controller ... allows the EZ-Pages that you have configured for the sidebox to show ... :smile:

27 Jan 2007, 01:28
#100
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?

Well I have searched the forum and can't find the answer to this.. I need to turn off the "Home" link on the EZ-Pages footer.. I've looked at the "tpl_ezpages_bar_footer.php" the file, and am not seeing anything that looks remotely like what I need to comment out. It's strange that by default this link does not appear in the EZ Pages header -- which is okay with me BTW.. I need to remove it from the footer.. I would rather use the EZ Pages function to create this link anyway...