Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Apr 2009
    Posts
    188
    Plugin Contributions
    0

    Default EZpage and TOC modification

    Hello...

    I've just discovered EZpages thanks to Kim.......I have a question after an hour of looking to no avail.......can you center the Table of Contents on an EZpage and move the text below it?

    Thanks

    MM

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: EZpage and TOC modification

    You can do lots of things to it using your stylesheet. Look in view source to find the classes/ids that apply to the TOC, find in or add to your stylesheet and style them.
    PHP Code:
    <div id="navEZPagesTOCWrapper">
    <h2 id="ezPagesTOCHeading"><?php echo TEXT_EZ_PAGES_TABLE_CONTEXT?></h2>
    <div id="navEZPagesTOC">
    <ul>
    <?php while (!$pages_listing->EOF) {
    // could be used to change classes on current link and toc (table of contents) links
    Last edited by gjh42; 11 May 2009 at 09:26 PM.

  3. #3
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: EZpage and TOC modification

    There is also a nice handy dandy sidebox in the Free Software Add Ons for the EZpages Table of Contents so that the TOC isn't sitting in the middle of the page ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  4. #4
    Join Date
    Feb 2009
    Posts
    36
    Plugin Contributions
    0

    Default Re: EZpage and TOC modification

    Did you ever figure out how to do this?

    I've done everything I can think of in the stylesheet and even the template, and my TOC box is still aligned to the left.

    Here's my site: http://smarmyclothes.com/index.php?m...id=3&chapter=1

    And here's the CSS I've got for the EZPages TOC currently:

    Code:
    #navEZPagesTOCWrapper {
    	margin: 5px 10px 2px 5px;
    	border: 2px dashed #000000;
    	text-align: center;
    	width: 400px;
    	}

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: EZpage and TOC modification

    Code:
    #navEZPagesTOCWrapper {
    	margin: 5px auto 2px auto;
    	border: 2px dashed #000000;
    	text-align: center;
    	width: 400px;
    	}

  6. #6
    Join Date
    Feb 2009
    Posts
    36
    Plugin Contributions
    0

    Default Re: EZpage and TOC modification

    Ahhhhh! I knew it would be something silly like that!

    Thank you so much, Glenn!!

  7. #7
    Join Date
    Aug 2006
    Location
    portlandish, oregon
    Posts
    799
    Plugin Contributions
    0

    Default Re: EZpage and TOC modification

    I am curious as to how to remove the characters in my Table Of Contents list? It looks like a list-style-type, but I can't seem to get rid of them.

    VIEW HERE

  8. #8
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: EZpage and TOC modification

    Those are coded output characters, built in the PHP file.
    The CURRENT_PAGE_INDICATOR and NOT_CURRENT_PAGE_INDICATOR constants can be redefined in the appropriate language file to '' (two single quotes) to make them disappear.

    The EZ-Page Improved TOC mod will let you style the TOC any way you want, though it does not give a separate class to the indicators.

  9. #9
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: EZpage and TOC modification

    I have just submitted an updated version (1.1) of the mod which will allow separate control over styling of the indicators. If anyone wants it before it is activated in Free Addons, just let me know.

  10. #10
    Join Date
    Jul 2008
    Posts
    8
    Plugin Contributions
    0

    Default Re: EZpage and TOC modification

    Hi,

    I've got the same problem and here's what I've got for my CSS

    #navEZPagesTOCWrapper {
    margin: 5px auto 2px auto
    font-weight: none;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    height: 5%;
    border: none;
    text-align: center;
    }

    Is there something that I'm doing wrong? You can view it on:
    http://www.justuskids.com.au/eshop

    Any help is greatly appreciated. THANKS! :)

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Ez pages and toc
    By djbelize in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 11 Jun 2010, 08:32 PM
  2. EZPage Layout - How to Move title under TOC Buttons
    By stellarweb in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 24 May 2008, 06:04 AM
  3. EZ Pages TOC and Logo come and go
    By Mickmo68 in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 12 May 2008, 03:04 PM
  4. SSL and EZPages TOC
    By boobear in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 6 Mar 2007, 12:08 AM
  5. Using EZ Pages and TOC
    By 24#Karat_fan in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 20 Jun 2006, 11:37 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg