Results 1 to 9 of 9
  1. #1
    Join Date
    Dec 2008
    Location
    Cheyenne WY
    Posts
    25
    Plugin Contributions
    0

    Default Drop Down menu in Ez-Pages

    Hello Everyone!!! I want to add a drop-down menu to my Ez-page

    Here is the website www.3littleurchins.com

    What I want to do is add the following submenu that opens up to new pages to the "New to Cloth?" ez-page. Anyone know how?

    -Why Cloth?
    -How many cloth diapers will I need?
    -How to wash and care for cloth diapers.
    -Cloth Diapers explained.
    -FAQ's
    -Cloth Diapering 101 classes.
    -In-home consultation.



    Thanks

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

    Default Re: Drop Down menu in Ez-Pages

    You could hard-code an HTML menu with links to the desired pages, but the best and easiest way would be to put all of the ez-pages you want listed in this menu into one "chapter" (top right in the ez-page editing page). Make sure Configuration > EZ-Page Settings > EZ-Pages Table of Contents for Chapters Status is set to 1.

    The list of ez-pages will be displayed at the top of each page in the chapter. You can style that as a dropdown with CSS in your stylesheet. For finer control over the appearance, you might want to install the EZ-Page Improved TOC mod in Free Addons.

  3. #3
    Join Date
    Dec 2008
    Location
    Cheyenne WY
    Posts
    25
    Plugin Contributions
    0

    Default Re: Drop Down menu in Ez-Pages

    That worked, Not exactly what I wanted but the wife liked it so its good for me then. I wanted a drop down menu off the header. Thanks

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

    Default Re: Drop Down menu in Ez-Pages

    Add to your stylesheet


    #navEZPagesTOC {display: none;}
    #navEZPagesTOCWrapper:hover #navEZPagesTOC {display: block; position: absolute; border: 1px solid #aaccff; background: #ffffff;}

  5. #5
    Join Date
    Dec 2008
    Location
    Cheyenne WY
    Posts
    25
    Plugin Contributions
    0

    Default Re: Drop Down menu in Ez-Pages

    I am really new to this whole php and style sheet erra. I need to pick up some good books to help because what you just put makes appsolutly no sense to me.

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

    Default Re: Drop Down menu in Ez-Pages

    Copy and paste exactly the code I posted into the bottom of your /includes/templates/your_template/css/stylesheet.css (replace your_template with whatever your template foldername is). This will make the TOC into a dropdown when you move your mouse over the "Table of Contents" title.

    There is a ton of info on the web about CSS; try www.w3schools.com for a good introduction (they also have "try-it" pages where you can practice and see the results instantly.)
    Last edited by gjh42; 2 Mar 2011 at 12:29 PM.

  7. #7
    Join Date
    Dec 2008
    Location
    Cheyenne WY
    Posts
    25
    Plugin Contributions
    0

    Default Re: Drop Down menu in Ez-Pages

    I tried it, I works, just in the wrong place go to http://3littleurchins.com/index.php?...id=4&chapter=1 and put your mouse over the table of contents and the drop down appears there and not in the easy bar. any other things I should look at

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

    Default Re: Drop Down menu in Ez-Pages

    Sorry, I didn't say that those style rules would put a dropdown in the header; it just turns the TOC into a dropdown.
    To get it in the ez-pages header bar would take a bunch of custom PHP coding.

  9. #9
    Join Date
    Dec 2008
    Location
    Cheyenne WY
    Posts
    25
    Plugin Contributions
    0

    Default Re: Drop Down menu in Ez-Pages

    Crap, ok thats fine, your orignal solution was good enough for the boss "Wife" who I am building this for. Thanks for the help!!! You seam to be good at this can you take a look at another post I have about an issue with putting to many items in the cart and not showing

    http://www.zen-cart.com/forum/showthread.php?t=175661

 

 

Similar Threads

  1. v154 Drop down menu's for ez-pages.
    By wmorris in forum General Questions
    Replies: 3
    Last Post: 26 Jan 2015, 02:25 AM
  2. Define pages editor missing pages in drop down menu
    By itcetera in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 14 Feb 2011, 08:16 AM
  3. Drop Down Menu
    By jwburnside in forum General Questions
    Replies: 5
    Last Post: 24 Jun 2009, 05:58 PM
  4. CSS Horizontal Drop Down menu - dropdown menu width...
    By intrium in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 19 Aug 2008, 06:48 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