Page 1 of 2 12 LastLast
Results 1 to 10 of 18
  1. #1
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default EZ-Page Improved TOC [support]

    EZ-Page Improved TOC has been submitted to Free Addons and should be available soon.

    This mod gives a better Table of Contents to ez-pages with chapter links.

    * Internal and external ez-page links which are set to appear in the TOC will be displayed.
    * The current page title is not a link.
    * Current and non-current page titles have distinct classes to style with CSS.

  2. #2
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: EZ-Page Improved TOC support

    Glenn,

    I just downloaded it! Can't wait to install and see it in action!

    Thanks!

    Tina

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

    Default Re: EZ-Page Improved TOC support

    EZ-Page Improved TOC Version 1.1 is now available in Free Addons.

    The current and non-current indicators can now be styled separately from the text and each other.

  4. #4
    Join Date
    Jan 2010
    Location
    singapore
    Posts
    8
    Plugin Contributions
    0

    Default Re: EZ-Page Improved TOC support

    installed it. TOC works. But somehow my external links dont seem to work.

    Where did I go wrong?

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

    Default Re: EZ-Page Improved TOC support

    Let's have a link to see your site live, as that is the only way to start to diagnose this.
    Also post the URL you pasted into the ez-page creation form for the external link, and all the settings you made for it.

  6. #6
    Join Date
    Jan 2010
    Location
    singapore
    Posts
    8
    Plugin Contributions
    0

    Default Re: EZ-Page Improved TOC [support]

    It is currently not a live site. I am still running it from a virtual drive on my computer.

    URL for the external link: http://buzzconsultancy.forummotion.com/

    Settings:
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	screenshot 1.jpg 
Views:	267 
Size:	29.7 KB 
ID:	7011   Click image for larger version. 

Name:	screenshot 2.jpg 
Views:	248 
Size:	23.9 KB 
ID:	7012  

  7. #7
    Join Date
    Jan 2010
    Location
    singapore
    Posts
    8
    Plugin Contributions
    0

    Default Re: EZ-Page Improved TOC [support]

    Anyway got another question. Is it possible to shift the TOC to another side? Like maybe to the left margin or something?

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

    Default Re: EZ-Page Improved TOC [support]

    These selectors are available to style in your stylesheet:

    #navEZPagesTOCWrapper {}
    #ezPagesTOCHeading {}
    #navEZPagesTOC {}
    .currentPage {}
    .notCurrentPage {}
    .currentPage .indicator {}
    .notCurrentPage .indicator {}

    For your request, find in your stylesheet.css
    Code:
    #navEZPagesTOCWrapper {
    	font-weight: bold;
    	float: right;
    	height: 1%;
    	border: 1px solid #9a9a9a;
    	}
    and change it to
    Code:
    #navEZPagesTOCWrapper {
    	font-weight: bold;
    	float: left;
    	margin-right: 0.5em;
    	height: 1%;
    	border: 1px solid #9a9a9a;
    	}

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

    Default Re: EZ-Page Improved TOC [support]

    I just tested an external link from my local (xampp) test installation, and it worked fine. I even tested with the exact link you posted, so there might be something different about your computer's connection to the internet, or firewall, or...?

    What exactly doesn't work about the external link for you? At what stage does it fail?

  10. #10
    Join Date
    Jan 2010
    Location
    singapore
    Posts
    8
    Plugin Contributions
    0

    Default Re: EZ-Page Improved TOC [support]

    The external link works. But the problem is I cannot make it open in a new window.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Ezpages Improved Menus support
    By gjh42 in forum Addon Sideboxes
    Replies: 65
    Last Post: 17 Jul 2023, 09:55 PM
  2. Improved Stylesheet Calls support thread
    By gjh42 in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 7 Dec 2010, 11:37 PM
  3. TOC layout on an EZ Page
    By fairy in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 7 Aug 2009, 03:54 PM
  4. Can an EZ-Page TOC Page be used with externa links?
    By KiwiBrian in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 Aug 2008, 03:25 AM
  5. Re position EZ Page TOC
    By ThePatch in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 6 Nov 2007, 11:53 AM

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