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

    PERFECT Anne! Thank You and sorry for the confusion.

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

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

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

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

  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 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

  7. #7
    Join Date
    Dec 2010
    Location
    NYC
    Posts
    104
    Plugin Contributions
    4

    Default Re: Pure CSS Mega Menu

    Mega Menu – extended capabilities …
    I am looking into extending the capabilities of the mega menu by adding category and subcategory images within the menu. I can get a category inserted into the menu, however, cannot do so on the 3rd level with subcategories... any suggestions?

    I have created individual categories on the mega menu by creating separate categories_ul_generator.php files for each category - changing the var $root_category_id to the specific category id and saving the file under a separate name and accordingly revising so that zen_categories_ul_"name"_generator is adjusted within the file as well as the function buildTree"name"($submenu=true) is also adjusted to coincide with the new name (example: categories_ul_generator_zz.php).

    In this manner, I can adjust the tpl_mega_menu.php file by adding an image to represent the category such as in the following code, however, I cannot gain access to the subcategory....

    <li class="categories-li"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>" class="drop"><?php echo HEADER_TITLE_JUDAICA; ?></a><!-- bof Judaica -->
    <div class="dropdown_1column">
    <div class="col_1 firstcolumn">
    <div class="levels">
    <a href= http://www.emanuelstudio.org/index.php?main_page=index&cPath=189><img src="<?php echo $template->get_template_dir('',DIR_WS_TEMPLATE, $current_page_base,'images').'/'.JUDAICA_ICON ?>" alt="Judaica" class="judaica-icon" /></a><br><br>

    </div>

    <div class="levels">
    <?php

  8. #8
    Join Date
    Jul 2009
    Location
    Coffs Harbour, Australia
    Posts
    74
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    I've been notified by a customer that they cant open the menu without it loading another page where they can't go into any sub categories. Is there any way to click on the drop down menu and have it open without opening a link?

    Website is coffshomebrew.com.au

 

 

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