Results 1 to 10 of 357

Threaded View

  1. #11
    Join Date
    Jan 2011
    Posts
    44
    Plugin Contributions
    0

    Default Re: Pure CSS Mega Menu

    Hi All,
    I love this menu, but it was important to me that my site menu 'work' on a mobile device. The current issue is that the headers are set to be links which return you to the main page when clicked. I just wanted the menu to show, but not refresh the page in any way.
    Just to let you know the mod I have done for mobile devices....

    I searched the web for a 'fake' link and the solution I used was this:

    where each header link is generated in tpl_mega_menu.php I replaced the php href link code with a null javascript call as follows:

    Existing link code:

    <li class="information-li"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>" class="drop"><?php echo HEADER_TITLE_INFORMATION; ?></a><!-- bof information -->


    Modified link code:

    <li class="information-li"><a href="javascript:;" class="drop"><?php echo HEADER_TITLE_INFORMATION; ?></a>
    <!-- bof information -->

    Repeat this change for every header link.


    I'm not a web developer and this may be a hack, but it was very important this menu worked on touch screen devices for me.
    I hope this help others with mobile devices and this menu.

    Logicalstep
    Last edited by logicalstep; 30 Nov 2013 at 03:41 PM.

 

 

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