Results 1 to 10 of 357

Hybrid View

  1. #1
    Join Date
    Dec 2006
    Posts
    189
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    Sorry, it is now out of maintenance mode. You should be able to view it now.

    Thanks.

  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 Robbyn7 View Post
    Sorry, it is now out of maintenance mode. You should be able to view it now.

    Thanks.
    In the includes/templates/oxford_dark/common/tpl_mega_menu.php file remove the right from <li class="customer_service right">

    Then in your stylesheet.css file change the #navMainSearch to:

    Code:
    #navMainSearch {
        float: right;
         position: relative;
        top: 240px;
        z-index: 99999;
    }
    Thanks,

    Anne

  3. #3
    Join Date
    Jul 2008
    Posts
    360
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    i am working on my demo site now and attempted to do a few css changes to get my multiple column megamenu to be properly displayed, however, I tried a few tricks I found here, and one of my own, and mine does succeed in creating columns but it messes up the whole thing below is my demo site

    PHP Code:
    http://www.theoutletseason.com/demostore 
    I added a new class and then also modified the tpl_megamenu, but I am missing something here ...

  4. #4
    Join Date
    Dec 2006
    Posts
    189
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    PERFECT Anne! Thank You and sorry for the confusion.

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Pure CSS Mega Menu

    icecold - Add to your stylesheet_mega_menu.css
    Code:
    .submenu:hover>.level3 {background: #aabbcc; z-index: 101;}
    Adjust the aabbcc to suit.

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

    Default Re: Pure CSS Mega Menu

    Quote Originally Posted by Robbyn7 View Post
    PERFECT Anne! Thank You and sorry for the confusion.
    I am happy that it worked ;)

    Thanks,

    Anne

  7. #7
    Join Date
    Apr 2010
    Posts
    319
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    hi,
    i have added my main categories to header but the accessories menu has some subs which all ways show, how do i hide these until someone hovers over them

    http://www(dot)onyour(dot)bike/

    thanks
    bryan

  8. #8
    Join Date
    May 2008
    Location
    Virginia Beach, Virginia, United States
    Posts
    52
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    I can't seem to get this to work on my page.

    I wonder if it's because I'm using a template I bought?

    dasterisk.com/theglobe

    I added the files to the proper directory and added the code to the end of the tpl_header.php right before the last <?php } ?>
    Code:
    <!--bof-mega menu display--> 
    <?php require($template->get_template_dir('tpl_mega_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_mega_menu.php');?> 
    <!--eof-mega menu display--> 
    <div class="clearBoth"></div>
    I made all the changes in the admin settings and turned off the header category tabs.

    When I load the page in Chrome I get the following errors, but I don't think any of them have to do with what I'm doing wrong in the menu:

    carouFredSel: Set a height for the items!
    carouFredSel: No element found for "#sidebox_slider".
    carouFredSel: No element found for "#carousel".
    carouFredSel: No element found for "#images".
    Invalid App Id: Must be a number or numeric string representing the application id.
    FB.getLoginStatus() called before calling FB.init().
    Uncaught SecurityError: Blocked a frame with origin "http://static.ak.facebook.com" from accessing a frame with origin "http://dasterisk.com". Protocols, domains, and ports must match.
    Uncaught SecurityError: Blocked a frame with origin "https://s-static.ak.facebook.com" from accessing a frame with origin "http://dasterisk.com". The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "http". Protocols must match.
    Uncaught SecurityError: Blocked a frame with origin "https://www.facebook.com" from accessing a frame with origin "http://dasterisk.com". The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "http". Protocols must match.

  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 marypotter View Post
    I can't seem to get this to work on my page.

    I wonder if it's because I'm using a template I bought?

    dasterisk.com/theglobe

    I added the files to the proper directory and added the code to the end of the tpl_header.php right before the last <?php } ?>
    Code:
    <!--bof-mega menu display--> 
    <?php require($template->get_template_dir('tpl_mega_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_mega_menu.php');?> 
    <!--eof-mega menu display--> 
    <div class="clearBoth"></div>
    I made all the changes in the admin settings and turned off the header category tabs.

    When I load the page in Chrome I get the following errors, but I don't think any of them have to do with what I'm doing wrong in the menu:

    carouFredSel: Set a height for the items!
    carouFredSel: No element found for "#sidebox_slider".
    carouFredSel: No element found for "#carousel".
    carouFredSel: No element found for "#images".
    Invalid App Id: Must be a number or numeric string representing the application id.
    FB.getLoginStatus() called before calling FB.init().
    Uncaught SecurityError: Blocked a frame with origin "http://static.ak.facebook.com" from accessing a frame with origin "http://dasterisk.com". Protocols, domains, and ports must match.
    Uncaught SecurityError: Blocked a frame with origin "https://s-static.ak.facebook.com" from accessing a frame with origin "http://dasterisk.com". The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "http". Protocols must match.
    Uncaught SecurityError: Blocked a frame with origin "https://www.facebook.com" from accessing a frame with origin "http://dasterisk.com". The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "http". Protocols must match.

    I would recommend contacting the author of the template to see if their coding is causing the problem. Just fyi, the pure css mega menu is not responsive.

    Thanks,

    Anne

 

 

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