Page 149 of 235 FirstFirst ... 4999139147148149150151159199 ... LastLast
Results 1,481 to 1,490 of 2345
  1. #1481

    help question Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by jettrue View Post
    From the readme (I can tell this is your issue, because your menu works fine in firefox):


    And be sure to add this to the end of your .htaccess file:
    Hi J

    I have already done this.

    I am using firefox and IE7.

    The menu level I am looking for is the next level down.

    I have categories and below that it displays energy saving report, save electricity, save gas etc etc. Thats fine but the next level of subcategories ie the products in those categories are not displaying.

    Is this possible to do? I did notice on your template you have subcategories and sub subcategories etc. This is what I am trying to achieve.

    Thanks again J, I have a feeling I am missing something simple here but I just cant find it.


    http://earthcareoptions.co.uk

  2. #1482

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by pfab View Post
    Hi J

    I have already done this.

    I am using firefox and IE7.

    The menu level I am looking for is the next level down.

    I have categories and below that it displays energy saving report, save electricity, save gas etc etc. Thats fine but the next level of subcategories ie the products in those categories are not displaying.

    Is this possible to do? I did notice on your template you have subcategories and sub subcategories etc. This is what I am trying to achieve.

    Thanks again J, I have a feeling I am missing something simple here but I just cant find it.


    http://earthcareoptions.co.uk
    Sorry J, I have just realised what I have been doing. I was wanting my products displayed in the drop down menu. I dont think this is possible, I will start to rejig my products.

    Thank you for all your help, I am off to the opticians

  3. #1483
    Join Date
    Nov 2004
    Location
    West Mids, England
    Posts
    203
    Plugin Contributions
    1

    Default Re: CSS Dropdown menu for your header- With Categories!

    Hi

    If you create categories with only one product in them (perhaps with the same name as the product). And set:

    Skip 1-prod Categories to: True

    in

    Configuration > Layout Settings

    You should get the cattegories showing and when clicked they will navigate straight to the product.

    Craig

  4. #1484
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    Hi,

    I am trying to add an EZPAGE to one of the drop down lists. I'm not sure how to do it.

    In my tpl_drop_menu.php I have these lines:

    PHP Code:
    <?php if (DEFINE_SHIPPINGINFO_STATUS <= 1) { ?>
             <li><a href="<?php echo zen_href_link(FILENAME_SHIPPING); ?>"><?php echo HEADER_TITLE_SHIPPING_INFO?></a></li>
                    <?php ?>
    This is how the existing pages are called to the list. What then do I replace to call this ezpage:

    https://www.dystynction.com/index.ph...age=page&id=14

    I'd really like a link to this page in the same drop down list as the existing main_page links.....

    Bamboozled by Zen :-)

  5. #1485
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    OK, I read through this thread and decided to use the "About Us Page" mod here.

    This enabled me to create an internal page defined as PAYMENTS which I edited in the define pages editor from Admin.

    I have it added to my drop down menu now and the link is working well....

    However, instead of reading, "Payments" it reads, "HEADER_TITLE_PAYMENTS"

    I have a file in includes/extra_datafiles/ called payments_filenames.php with this:

    define('FILENAME_PAYMENTS', 'payments');

    Does anyone know what I've done wrong?

  6. #1486
    Join Date
    Jul 2007
    Location
    Jakarta
    Posts
    358
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by limelites View Post
    OK, I read through this thread and decided to use the "About Us Page" mod here.

    This enabled me to create an internal page defined as PAYMENTS which I edited in the define pages editor from Admin.

    I have it added to my drop down menu now and the link is working well....

    However, instead of reading, "Payments" it reads, "HEADER_TITLE_PAYMENTS"

    I have a file in includes/extra_datafiles/ called payments_filenames.php with this:

    define('FILENAME_PAYMENTS', 'payments');

    Does anyone know what I've done wrong?
    You should be looking in include/languages/english/extra_definitions/YOUR_TEMPLATE/
    for headermenu.php

    The constant definition
    define('FILENAME_PAYMENTS', 'payments');

    should be added to the headermenu.php

    That should do it.

    Only change files in YOUR_TEMPLATE folder inorder to maintain the original files.

  7. #1487
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    Shocker thanks for that! I've been trying to figure that out for about two hours and I was pulling my hair out as I knew it'd be a no brainer..... Thanks so much!!

  8. #1488
    Join Date
    Jul 2007
    Location
    Jakarta
    Posts
    358
    Plugin Contributions
    0

    help question Re: CSS Dropdown menu for your header- With Categories!

    EZ-Pages' title aren't showing in my Information drop down.
    Any ideas?

  9. #1489
    Join Date
    Jul 2007
    Location
    Jakarta
    Posts
    358
    Plugin Contributions
    0

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by limelites View Post
    Shocker thanks for that! I've been trying to figure that out for about two hours and I was pulling my hair out as I knew it'd be a no brainer..... Thanks so much!!
    I'm glad it could help.

  10. #1490
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: CSS Dropdown menu for your header- With Categories!

    Quote Originally Posted by limelites View Post
    Shocker thanks for that! I've been trying to figure that out for about two hours and I was pulling my hair out as I knew it'd be a no brainer..... Thanks so much!!
    Why don't you just add a link:
    <li><a href="link_here">Link Name Here</a></li>

 

 

Similar Threads

  1. Categories dropdown menu/css
    By KenshiroU in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Apr 2013, 01:04 PM
  2. HIde categories mod with css dropdown menu
    By adowty in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 9 Feb 2012, 01:05 AM
  3. How to use ezpages/categories as dropdown menu in the header?
    By mdivk in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 21 Dec 2011, 06:32 PM
  4. whats wrong with this css for my dropdown menu?
    By 1kell in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 28 May 2010, 02:47 AM
  5. Header Dropdown Menu (CSS) Without the Dropdown???
    By hcd888 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 27 May 2009, 01:20 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR