Skip to content
Snippets Groups Projects
  1. Dec 05, 2018
  2. Jan 27, 2017
  3. Oct 20, 2016
  4. Jul 28, 2015
  5. Jul 08, 2015
  6. Apr 03, 2015
  7. Apr 01, 2015
  8. Jan 07, 2015
  9. Sep 06, 2014
  10. Sep 01, 2014
  11. Aug 08, 2014
  12. Mar 28, 2014
  13. Mar 20, 2014
  14. Mar 19, 2014
  15. Feb 24, 2014
  16. Feb 07, 2014
  17. Feb 04, 2014
  18. Jan 30, 2014
  19. Jan 23, 2014
  20. Jan 16, 2014
  21. Jan 08, 2014
  22. Jan 07, 2014
  23. Dec 06, 2013
    • Joshua Walker's avatar
      Clear Context's plugin cache on enable (prevented RM reaction from showing... · 18632da9
      Joshua Walker authored
      Clear Context's plugin cache on enable (prevented RM reaction from showing until caches were cleared).
      
      Performed much needed update to 'Simple' style.
      CSS updates that should help keep it from looking like crap in certain themes.
      JS updates to recursively remove classes from elements with setting.
      
      Update to responsive_menus.api.php
      --Added information about hook_responsive_menus_styles_alter().
      --Very thorough information about options.
      --Includes 2 very different examples of usage.
      
      Issue #2145933 by akashjain132: Screen width to respond to is not working properly.
      All styles updated to use document.documentElement.clientWidth by default
      for determining screen width.  (highest performance & accuracy).
      
      Issue #2142443 by ridgek_lives: Set module defaults to Bartik theme's menu selectors.
      All styles default to #main-menu selector (for out-of-the-box testing).
      --It should be known that Bartik is NOT a responsive theme, and if you shrink window, width
        is preserved so it has a horizontal scrollbar.  Even still, updates were made to 'Simple'
        style to ensure it matches screen width of Bartik for looky-loos.
      --This change will effect any 'non-responsive' theme.  Using 'Simple' style RM will add a
        viewport meta, and match menu width to the current width of the screen.
      --Yes, this is stupid, but required for vanilla Drupal site testing w/ RM.
      
      Updated README.txt
      7.x-1.4
      18632da9
  24. Nov 23, 2013
  25. Nov 21, 2013
    • Joshua Walker's avatar
      Added Sidr Style! · 8719fade
      Joshua Walker authored
      Issue #2113433 by memoo: Use Responsive Menus without jQ-update dependency.
      -Made it possible to circumvent jquery_update requirement by selecting "I will provide my own jQuery library." on the settings page.
      
      Added new message at the top of each style's settings displaying which selectors this style should use (mainly the <ul> or it's parent).
      8719fade
  26. Sep 03, 2013
  27. Sep 02, 2013
    • Joshua Walker's avatar
      Updates for MeanMenu style: · 3efe44ac
      Joshua Walker authored
      -Use new version based on 2.0.2, forked for RM.
      -Make sure it doesn't apply to ul.contextual-links.
      -Remove unused variable 'meanReveal'.
      Flush caches after updating.
      3efe44ac
  28. Aug 31, 2013
  29. Aug 30, 2013
    • Joshua Walker's avatar
    • Joshua Walker's avatar
      codrops' ResponsiveMultiLevelMenu added! · e1217e38
      Joshua Walker authored
      -codrops style uses Libraries to load.
      -Future styles will most likely use this method as well.  (and MeanMenu backported).
      Some pretty cool under-the-hood changes have been made including any integration's
      ability to inform of requirements, such as jQuery version or Libraries module.
      -Requirement alerts provide tons of information & link to required area.
      -Useful for informing what downloads are required and quick link to them.
      
      API example updated (responsive_menus.api.php)
      New options in hook_responsive_menus_style_info().  Example:
        'use_libraries' => TRUE
        'library' => 'ResponsiveMultiLevelMenu'
        'jquery_version' => 1.7
      e1217e38
  30. Aug 13, 2013
Loading