Results 1 to 10 of 2344

Hybrid View

  1. #1
    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 helpme View Post
    On the actual menu I want
    Home Catagories Information Contact Us My Account SHOPPING CART
    I want the background of the menu (only for Shopping Cart) to change to pink and leave the font white.


    Does that make sense? I want to point out the link to the shopping cart.

    Thanks
    Sure, since the shopping cart link is already using the style "noLine" you can style it however you want in the stylesheet. Try adding this to your stylesheet_header_menu.css:

    div#dropMenu li a.noLine {background-color:#d3bacd;}

    Of course using whatever color you prefer.

  2. #2
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

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

    Quote Originally Posted by jettrue View Post
    Sure, since the shopping cart link is already using the style "noLine" you can style it however you want in the stylesheet. Try adding this to your stylesheet_header_menu.css:

    div#dropMenu li a.noLine {background-color:#d3bacd;}

    Of course using whatever color you prefer.
    Ok, that worked, however as strange as this is it only stays that way if something isn't in the shopping cart.
    I actually have another question not related but I am sure you will know what to do! My wordpress side box is missing the side frames. Where would this be?

    Thanks your awesome.....

  3. #3
    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 helpme View Post
    Ok, that worked, however as strange as this is it only stays that way if something isn't in the shopping cart.
    I actually have another question not related but I am sure you will know what to do! My wordpress side box is missing the side frames. Where would this be?

    Thanks your awesome.....
    In includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php, make sure the shopping cart section looks like this (see the class="noLine" in two places):

    Code:
    <?php if ($_SESSION['cart']->count_contents() != 0) { ?>
                <li class="submenu"><a class="noLine" href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a>
                  <ul class="level2">
                    <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li>
                  </ul>
                </li>
                <?php } else { ?>
                <li><a class="noLine" href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li>
                <?php } ?>
    I would contact the wordpress sidebox creator about that. IT looks like the wordpress sidebox is missing the usual zencart tag of :

    class="sideBoxContent"

    That is what controls the side frames in the template you are using.

  4. #4
    Join Date
    Nov 2003
    Location
    UK
    Posts
    105
    Plugin Contributions
    0

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

    Hello

    Well it looks as if jettrue is the person to talk to so here goes...

    Although this has been asked and answered I still cannot get it to work so maybe I am missing something?

    I have installed the horizontal dropdown menu and it is not working in ie6.

    I have double checked that all files have been uploaded correctly (including includes/csshover.htc) and

    Code:
    body {  
        behavior: url(includes/csshover.htc);
        }
    is at the top of stylesheet_header_menu.css

    is there anything else that I may have missed?

    Thanks,

    Jim.

  5. #5
    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 billybonds View Post
    Hello

    Well it looks as if jettrue is the person to talk to so here goes...

    Although this has been asked and answered I still cannot get it to work so maybe I am missing something?

    I have installed the horizontal dropdown menu and it is not working in ie6.

    I have double checked that all files have been uploaded correctly (including includes/csshover.htc) and

    Code:
    body {  
        behavior: url(includes/csshover.htc);
        }
    is at the top of stylesheet_header_menu.css

    is there anything else that I may have missed?

    Thanks,

    Jim.
    Could I see a link?

  6. #6
    Join Date
    Sep 2007
    Posts
    14
    Plugin Contributions
    0

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

    Pleease Help,


    I have installed your Mod to my website www.directdesignonline.com and now all my sideboxes and page images are gone it looks like the script ends after the dropdown menu if that makes since. When i add

    <!--bof-drop down menu display-->
    <?php require($template->get_template_dir('tpl_drop_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_drop_menu.php');?>
    <!--eof-drop down menu display-->

    then after I install that in my tpl_header.php everything goes away and if I take it out everything is back. Any suggestions.

    Thanks

  7. #7
    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 directdesign View Post
    Pleease Help,


    I have installed your Mod to my website www.directdesignonline.com and now all my sideboxes and page images are gone it looks like the script ends after the dropdown menu if that makes since. When i add

    <!--bof-drop down menu display-->
    <?php require($template->get_template_dir('tpl_drop_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_drop_menu.php');?>
    <!--eof-drop down menu display-->

    then after I install that in my tpl_header.php everything goes away and if I take it out everything is back. Any suggestions.

    Thanks
    You have to be very careful when adding and pasting code. Make sure you're not writing over an important chunk. Also, watch out for those hidden HTML tags:

    <!-- Hidden Stuff here-->

    It looks like you have an extra --> on your site. If you don't pay close attention, those hidden tags done wrong will cause havoc. What you had happen is of course not default behavior, so something went wrong when you added it.

  8. #8
    Join Date
    Jan 2007
    Posts
    148
    Plugin Contributions
    0

    red flag Rounded corners on the drop-down menu possible?

    Hello Jade/JetTrue,

    Not sure if you had an answer/suggestion for this.

    Is it possible to place matching end-cap images on each side of the drop-down menu in order to create rounded corners on the 2 end boxes?

    ... Like adding a cell on each end to hold a .gif image...?

    Here's an image of what I'm trying to achieve: http://www.musecards.com/store/DropDown.gif

    PS: If you're not sure how to do this, please let me know so I don't keep posting the same question. Would hate to be a pest but I just have no way of knowing of you're bypassing on replying to my question. Thanks...

    PPS: If anyone else knows how to do this, pls. share, and I will do the same if I figure out how. Thanks!

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

    Default Re: Rounded corners on the drop-down menu possible?

    Quote Originally Posted by bluealice View Post
    Hello Jade/JetTrue,

    Not sure if you had an answer/suggestion for this.

    Is it possible to place matching end-cap images on each side of the drop-down menu in order to create rounded corners on the 2 end boxes?

    ... Like adding a cell on each end to hold a .gif image...?

    Here's an image of what I'm trying to achieve: http://www.musecards.com/store/DropDown.gif

    PS: If you're not sure how to do this, please let me know so I don't keep posting the same question. Would hate to be a pest but I just have no way of knowing of you're bypassing on replying to my question. Thanks...

    PPS: If anyone else knows how to do this, pls. share, and I will do the same if I figure out how. Thanks!
    Nevermind, I see you already saw my reply.

 

 

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

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