Page 1 of 2 12 LastLast
Results 1 to 10 of 357

Hybrid View

  1. #1
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    I too have had trouble adding links or drop downs to the menu, they are placed right but won't show up so not sure what to do.

    but you can rearrange the info in your tpl_mega_menu.php file:

  2. #2
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Pure CSS Mega Menu

    Quote Originally Posted by DarkAngel View Post
    I too have had trouble adding links or drop downs to the menu, they are placed right but won't show up so not sure what to do.

    but you can rearrange the info in your tpl_mega_menu.php file:
    You most likely have mistakes in your code. If you post an example I can take a look.

    Thanks,

    Anne

  3. #3
    Join Date
    Feb 2011
    Location
    Washington, D.C.
    Posts
    80
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    Hi Anne

    Thank you for this stand alone mod. I have it installed and have been playing around with it for the last couple of days. I am however, stuck and am looking to see if you (or someone else who may know what I am doing wrong) would be kind enough to point me to the right direction. This site is a clean ZC 1.5.1 install with column divider pro, footer menu and Image Handler 4 installed.

    I have a large list of manufacturer's that I am trying to display in either 3 or more columns. I changed the tpl_mega_menu.php to say this:

    <li class="manufacturers-li"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>" class="drop"><?php echo HEADER_TITLE_MANUFACTURERS; ?></a><!--bof shop by brand -->
    <div class="dropdown_3column">
    <div class="col_3 firstcolumn">


    <ul >
    This does provide me a list however, the spacing on the mega menu breaks (everything is getting pushed to the right) and the list of the manufacturers is displayed withouth hovering over menu. The site can be seen at www(dot)just-vibrators(dot)com/zencart/just-vibrator

    Any help will be appreciated. Thank you again for the wonderful mod.
    http://www.kinkykupid.com. WARNING: Please note that this site is intended to sell Adult Toys, Novelties and Costumes. Please do not click the link if you may find it offensive.

  4. #4
    Join Date
    Feb 2011
    Location
    Washington, D.C.
    Posts
    80
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    Quote Originally Posted by kman55 View Post
    Hi Anne

    Thank you for this stand alone mod. I have it installed and have been playing around with it for the last couple of days. I am however, stuck and am looking to see if you (or someone else who may know what I am doing wrong) would be kind enough to point me to the right direction. This site is a clean ZC 1.5.1 install with column divider pro, footer menu and Image Handler 4 installed.

    I have a large list of manufacturer's that I am trying to display in either 3 or more columns. I changed the tpl_mega_menu.php to say this:



    This does provide me a list however, the spacing on the mega menu breaks (everything is getting pushed to the right) and the list of the manufacturers is displayed withouth hovering over menu. The site can be seen at www(dot)just-vibrators(dot)com/zencart/just-vibrator

    Any help will be appreciated. Thank you again for the wonderful mod.

    I was playing with the css, as I knew the solution was in the css file. I was able to fix the problem I caused. I had to add .mega-menu .dropdown_3columns under /* bof drop down styles */, then .mega-menu li:hover .dropdown_3columns under/* bof drop down on mouse hover left aligned */. That seemed to have fixed the issue.

  5. #5
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Pure CSS Mega Menu

    Quote Originally Posted by kman55 View Post
    I was playing with the css, as I knew the solution was in the css file. I was able to fix the problem I caused. I had to add .mega-menu .dropdown_3columns under /* bof drop down styles */, then .mega-menu li:hover .dropdown_3columns under/* bof drop down on mouse hover left aligned */. That seemed to have fixed the issue.
    I am happy that you figured it out and posted your solution so that others who have the same question can benefit ;)

    Thanks,

    Anne

  6. #6
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    Thanks Anne,
    After trying it out for quite awhile now I decided that it was best to put our categories back in a sidebox. I now have the extra link above in the mega menu with the drops that will behave as they should. Removing the categories was needed for us because when the menu was there, and then hovered, the links would appear but to actually click on it you needed to go almost midway to the right of listed name to be able the click on it. Otherwise it would just close the hover totally.

    Could be cause we have many categories with several subs, it also made for an extremely long listing, hence putting it back to the sidebox.

    The mega-menu is great to have as a feature on non drop templates and is still a might different than the clunkier previous version someone else had years ago.

    The only problem I have is a slight jerk when going from one menu tab to another. ai fixed it on another store site...LOL...but it did not work on mine so not sure what happened....course I had to do quite a bit of fixing at that site. I can live with the slight jerk. I tried using firebug but it was too confusing so I try using web developer.

    Thanks for your continued help with your plugin and templates.



    Quote Originally Posted by picaflor-azul View Post
    You most likely have mistakes in your code. If you post an example I can take a look.

    Thanks,

    Anne

  7. #7
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Pure CSS Mega Menu

    Quote Originally Posted by DarkAngel View Post
    Thanks Anne,
    After trying it out for quite awhile now I decided that it was best to put our categories back in a sidebox. I now have the extra link above in the mega menu with the drops that will behave as they should. Removing the categories was needed for us because when the menu was there, and then hovered, the links would appear but to actually click on it you needed to go almost midway to the right of listed name to be able the click on it. Otherwise it would just close the hover totally.

    Could be cause we have many categories with several subs, it also made for an extremely long listing, hence putting it back to the sidebox.

    The mega-menu is great to have as a feature on non drop templates and is still a might different than the clunkier previous version someone else had years ago.

    The only problem I have is a slight jerk when going from one menu tab to another. ai fixed it on another store site...LOL...but it did not work on mine so not sure what happened....course I had to do quite a bit of fixing at that site. I can live with the slight jerk. I tried using firebug but it was too confusing so I try using web developer.

    Thanks for your continued help with your plugin and templates.
    Tracking down the "jogs" can be laborous, but it usually has to do with paddings/margins being slightly off in the menu elements ;)

    Thanks,

    Anne

  8. #8
    Join Date
    Dec 2012
    Location
    Hazel Green, Alabama, United States
    Posts
    13
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    Hey Anne,
    Love the Menu. My buddy found it on the Oxford Dark layout and he loved how it was laid out. I have been able to change colors and all that no problem. He wants to add a menu item and I have looked and searched for 2 days now trying to find this. Where and how do I do this? Thanks Anne!

  9. #9
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,928
    Plugin Contributions
    45

    Default Re: Pure CSS Mega Menu

    Quote Originally Posted by Raw Jigs View Post
    Hey Anne,
    Love the Menu. My buddy found it on the Oxford Dark layout and he loved how it was laid out. I have been able to change colors and all that no problem. He wants to add a menu item and I have looked and searched for 2 days now trying to find this. Where and how do I do this? Thanks Anne!
    I am happy that you like it ;) You can edit the includes/templates/override/common/tpl_mega_menu.php file.

    Thanks,

    Anne

  10. #10
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    Quote Originally Posted by picaflor-azul View Post
    Tracking down the "jogs" can be laborous, but it usually has to do with paddings/margins being slightly off in the menu elements ;)

    Thanks,

    Anne
    yup that is for sure...I got a migraine chasing down the jerkiness but all areas concerning the links/hovers all have same settings for margin/padding but will keep trying until I beat it up and it flies right...lol

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Help with Mega Menu css customization
    By swdynamic in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 17 Jul 2013, 01:21 AM
  2. v139h Mega Menu Mess
    By traytray in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 20 Nov 2012, 07:58 PM
  3. v150 Mega Menu assistance
    By Fancyfrills in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 24 Aug 2012, 06:16 PM
  4. Horizontal Drop Menu sort order of mega-menu
    By familynow in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 19 Oct 2011, 04:39 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