Results 1 to 6 of 6

Threaded View

  1. #1
    Join Date
    Oct 2012
    Posts
    10
    Plugin Contributions
    0

    Default Linking to an EZ Page or Separating EZ Pages into Drop Downs

    Hi,

    I am very new to this and I suspect that this will be very simple but I don't have enough knowledge to work it out. I have googled and searched the forums but cannot find specifically what I am after.

    I haven't got a link because it is on a local host, so I apologise for the inconvenience.

    I have my EZ Pages listed in a menu:

    Trends :: Wishlists :: Gift Certificates :: About Us

    I would like to add an extra EZ Page in a drop-down menu under About Us called "Why buy from us".

    It would be good if this list was then editable in the admin to add more links etc.


    1) I have searched the forums for a way of seperating the EZ Page links in order to style some of them in a drop-down but cannot find the answer

    2) I then tried putting them in a <ul> and hard coded it like this:

    <div id="navEZPagesTop">
    <ul>

    <?php for ($i=1, $n=sizeof($var_linksList); $i<=$n; $i++) { ?>

    <li><a href="<?php echo $var_linksList[$i]['link']; ?>"><?php echo $var_linksList[$i]['name']; ?></a></li><?php echo ($i < $n ? EZPAGES_SEPARATOR_HEADER : '') . "\n"; ?>
    <?php } // end FOR loop ?>
    <li class="extraUL"><a href="<?php echo zen_ez_pages_link(12) ;?>">About Us</a>
    <ul>
    <li><a href="<?php echo zen_ez_pages_link(15) ;?>">Why Buy From Us</a></li>
    </ul>

    </li>
    </ul>
    </div>


    This would work fine, except that the site is bilingual and I need the name of the link to pull in the information from the name of the EZ Page

    I really hope this makes sense!

    Thank you


    I have attached screen shots
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Picture 1.jpg 
Views:	45 
Size:	8.2 KB 
ID:	11387   Click image for larger version. 

Name:	Picture 2.jpg 
Views:	36 
Size:	9.5 KB 
ID:	11388  

 

 

Similar Threads

  1. Dynamic Drop Downs - Display Q.
    By dthomas in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 11 Jul 2011, 10:02 AM
  2. drop downs
    By jillybean in forum Templates, Stylesheets, Page Layout
    Replies: 10
    Last Post: 9 Apr 2010, 04:36 PM
  3. Separating add quantity and price into two columns
    By wongasta in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 26 Jun 2009, 01:05 AM
  4. Drop downs in IE
    By webrob in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 3 Jul 2007, 05:25 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