Page 218 of 235 FirstFirst ... 118168208216217218219220228 ... LastLast
Results 2,171 to 2,180 of 2345
  1. #2171
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

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

    No................the download does NOT contain ANY folders called PINKYWINKY...........................you must RENAME the 3 folders named CUSTOM....................BEFORE uploading to your server.

    Those folders that MUST be RENAMED are:

    includes\languages\english\extra_definitions\CUSTOM
    includes\modules\sideboxes\CUSTOM
    includes\templates\CUSTOM

    Hope this clears things up a little?

    Quote Originally Posted by mprince View Post
    Just checked the download and the file structure is : includes,templates,pinkywinky,common,templates. There are know files named: includes\languages\english\extra_definitions\PINKYWINKY\
    includes\modules\sideboxes\PINKYWINKY\
    includes\templates\PINKYWINKY\
    Is this download a bad one?
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  2. #2172
    Join Date
    Jun 2011
    Posts
    27
    Plugin Contributions
    0

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

    Quote Originally Posted by sshh2 View Post
    Hi,

    can someone tell me please how to make the submenu open to the left instead of right?

    Thanks
    someone??^^^

    Thanks!

  3. #2173
    Join Date
    May 2010
    Location
    Whitchurch, Hampshire, UK
    Posts
    71
    Plugin Contributions
    0

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

    Hi,

    Thanks for the great mod.
    However, I've spent a few days trying to install this, but it's surprisingly difficult!

    Here's my website: https://www.the-ishop.co.uk - you might be able to see that the menu is in fact in the right place (almost, except that it's not centred for some reason), but for reasons unknown, the menu is in fact partially hidden behind whatever the technical name is for the bit its hidden behind... If someone could take a peek at my source code, could you give me some sort of indication as to what's wrong with it? And advice on how to correct it would be marvellous!

    Thanks

    Tristan
    The iShop: Make it Yours

    Apple, BlackBerry, HTC, Samsung and Audio Accessories www.the-ishop.co.uk

  4. #2174
    Join Date
    Jul 2011
    Posts
    4
    Plugin Contributions
    0

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

    This mod work otherwise well, but how can I get only the categories showing in the menu. I mean, I would like list only the top categories and each would have a dropdown for subcategories.

    Hope you understood...

  5. #2175
    Join Date
    Jun 2011
    Posts
    1
    Plugin Contributions
    0

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

    Same as above. I would like it to display just the categories in the horizontal menu then subcategories below and sub-subcategories to the right. That would be great and I am so surprised I have not found something. Willing to pay a reasonable fee.
    It just grabs the primary categories and put them in a horizontal position.

    Thanks for your attention

  6. #2176
    Join Date
    May 2007
    Posts
    24
    Plugin Contributions
    0

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

    Several days searching and quite a few people asked for more or less the same info. I have installed ZC ver 1.39h on local machine/winxp/xampp/mysql and would like to know the following methods:
    How to change the styling of the main category links for the alternative_tpl_drop_menu.php of the css_horizontal_dropdown_menu with jquery for example the generated menulist for the top categories is:

    Men's Clothes Ladies Clothes Kids Clothes<-- top cats

    Shoes Shoes Shoes <--subs(dropdowns)

    Socks Socks Socks " " " " " " "


    The menu has same styling for all dropdowns and I would like to style each different.I can hard code this but then when you add new products to a category you have to add it manually when the Ul_generator does this for you.

  7. #2177
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

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

    Okay.............I took a look. Are you SURE you want to hear this?
    I see several things that's not right.............and not just with the menu, but SEVERAL things in the header alone, that's keeping this from displaying, but other things as well, such as your old navMain links (Home, Login), Search and Currencies.
    If you want to hide something, you should never use "overflow: hidden;", unless it's something like an image slider, where it MUST be hidden. You should find the section that you want to hide, and comment it out in the php file(s). That way, all your display, alignment and positioning isn't so complicated that you make so many mistakes while doing so.
    Plus..............while it's hidden to me, you, and the rest of the 'seeing' world...........what about the blind who uses a "reader"? To a piece of software like a "Reader", you're not hiding anything, as the reader can still see it..................and whatever else that happens to be in the same line, whether WE can see it or not. This can get very confusing for a blind person.

    What I'm referring to.........that is a big part of your 'non-display' of the header menu................is in your stylesheet_tm.css, you can change the 'hidden' to 'scroll', or totally delete the overflow: hidden; from that line, and see what I mean:
    Code:
    #header .top-bg{ background:url(../images/top-bg.jpg) top center  no-repeat; width:100%; overflow:hidden; height:137px;  position:relative;}
    Yea.............see? You don't see the menu yet, but you DO now see the navMain links, search, etc, right?

    Now, I also found in your stylesheet_header_menu.css a line that needs to be changed....:

    Code:
    div#dropMenu ul.level1 {
             background: none repeat scroll 0 0 #4F4F4F;
             float: left;
             margin: 0 auto;
             text-align: center;
             width: 70%;
             z-index: 1000;
             display: none;
             }
    ...............change the "display: none;" to "float:left;" This is the TOP level of the menu. If you hide it, you hide the whole menu................which, I guess, you MAY have done since you couldn't get it to display correctly?

    Anyway................make those 2 changes, and you'll be able to see everything I was talking about, plus the drop menu. It's going to look like crap until you get everything straightened up.............but, that will at least get you on the way.

    Oh............and I'm not trying to cut your site down or anything like that, as it is a very nice site..............I was just letting you know that you had a few little 'bugs' to kill. :)

    Hope this helps.



    Quote Originally Posted by caesartrading View Post
    Hi,

    Thanks for the great mod.
    However, I've spent a few days trying to install this, but it's surprisingly difficult!

    Here's my website: https://www.the-ishop.co.uk - you might be able to see that the menu is in fact in the right place (almost, except that it's not centred for some reason), but for reasons unknown, the menu is in fact partially hidden behind whatever the technical name is for the bit its hidden behind... If someone could take a peek at my source code, could you give me some sort of indication as to what's wrong with it? And advice on how to correct it would be marvellous!

    Thanks

    Tristan
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  8. #2178
    Join Date
    May 2007
    Posts
    24
    Plugin Contributions
    0

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

    Get Them Fast

    I have uploaded the menu to www.cedlabs.com/chas/cart that
    post #2176 refers to,if you have time would you take a look
    I would like to be able to style the dropdowns different if possible.
    The menu there has been hard coded.Better viewed in FireFox.

  9. #2179
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

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

    Chas,

    While this is PART of this menu, it's also PART other menu, creating a whole new thing, so I'm going to move this one into a pm.

    Just for a quick answer, though................With this original menu................no. You cannot style each dropdown to be different............unless you START with the instructions included with the jquery version for using the "Alternative Categories_ul_generator.php". Then, it's a real challenge, and has not been perfected, yet.

    Now with the menu you've got going on................it's TOTALLY possible! pm coming.

    Oh..............it's Get Em Fast.............rolls off the tongue better without the "TH" in front of "Em".


    Quote Originally Posted by chas1 View Post
    Get Them Fast

    I have uploaded the menu to www.cedlabs.com/chas/cart that
    post #2176 refers to,if you have time would you take a look
    I would like to be able to style the dropdowns different if possible.
    The menu there has been hard coded.Better viewed in FireFox.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

  10. #2180
    Join Date
    Dec 2006
    Location
    Seligman, MO U.S.A.
    Posts
    2,101
    Plugin Contributions
    5

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

    Quote Originally Posted by skinnyo View Post
    This mod work otherwise well, but how can I get only the categories showing in the menu. I mean, I would like list only the top categories and each would have a dropdown for subcategories.

    Hope you understood...
    Quote Originally Posted by eman37 View Post
    Same as above. I would like it to display just the categories in the horizontal menu then subcategories below and sub-subcategories to the right. That would be great and I am so surprised I have not found something. Willing to pay a reasonable fee.
    It just grabs the primary categories and put them in a horizontal position.

    Thanks for your attention

    Sure. Perfectly.

    Sorry so long on the reply. I've been so busy, I barely have time to even breathe. :)

    Anyway, START with the instructions included with the jquery version for using the "Alternative Categories_ul_generator.php". There's also an extra alternative_tpl_drop_menu.php included, in which you will need to use. I would go into more details here, but the readme.html file will explain everything about using the "Alternative" files.

    Once you two have done that, if you're still having problems, don't hesitate to give me a shout.


    Hope this helps.
    Teach them to shop and they will shop today;
    Teach them to Zen and they will OWN a shop tomorrow!

 

 

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