Page 18 of 36 FirstFirst ... 8161718192028 ... LastLast
Results 171 to 180 of 357
  1. #171
    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

  2. #172
    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

  3. #173
    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

  4. #174
    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!

  5. #175
    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

  6. #176
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Pure CSS Mega Menu

    Hi Anne
    I'm looking to add a 'subject' box to the contact us drop down in the menu. I have used http://www.zen-cart.com/downloads.php?do=file&id=226 and it works fine for the regular contact form but I can't seem to be able to add 'subject' to the mega menu so instead the mini form redirects to the main contact form requesting I fill in the subject there instead.
    Many thanks in advance.

  7. #177
    Join Date
    Dec 2010
    Location
    UK
    Posts
    1,771
    Plugin Contributions
    3

    Default Re: Pure CSS Mega Menu

    Quote Originally Posted by picandnix View Post
    Hi Anne
    I'm looking to add a 'subject' box to the contact us drop down in the menu. I have used http://www.zen-cart.com/downloads.php?do=file&id=226 and it works fine for the regular contact form but I can't seem to be able to add 'subject' to the mega menu so instead the mini form redirects to the main contact form requesting I fill in the subject there instead.
    Many thanks in advance.
    Got it!

    add
    PHP Code:
    <br class="clearBoth" />
                            <
    label for="subject">Subject<span class="required"> *</span></label>
                            <
    input name="subject" type="text" id="subject" size="30" value="" /> 
    to includes/template/yourtemplate/common/tpl_mega_menu.php

    hope this helps someone one day.
    Last edited by picandnix; 26 Aug 2013 at 09:28 PM.

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

    Default Re: Pure CSS Mega Menu

    Quote Originally Posted by picandnix View Post
    Got it!

    add
    PHP Code:
    <br class="clearBoth" />
                            <
    label for="subject">Subject<span class="required"> *</span></label>
                            <
    input name="subject" type="text" id="subject" size="30" value="" /> 
    to includes/template/yourtemplate/common/tpl_mega_menu.php

    hope this helps someone one day.
    I am happy that you figured it out ;) Thank you for posting your code so that others who want to do this will have it for reference.

    Thanks,

    Anne

  9. #179
    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

  10. #180
    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
    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
    If you take a look at the original stylesheet_mega_menu.css file you will see that many of the paddings and margins are not the same. This might be your problem.

    Thanks,

    Anne

 

 
Page 18 of 36 FirstFirst ... 8161718192028 ... 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

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