- Dec 05, 2018
-
-
Joshua Walker authored
-
- Jan 27, 2017
- Oct 20, 2016
-
-
- Jul 28, 2015
-
-
Joshua Walker authored
-
-
- Jul 08, 2015
-
-
- Apr 03, 2015
-
-
- Apr 01, 2015
-
-
- Jan 07, 2015
-
-
-
Joshua Walker authored
-
- Sep 06, 2014
-
-
- Sep 01, 2014
-
-
- Aug 08, 2014
-
-
- Mar 28, 2014
-
-
Joshua Walker authored
-
- Mar 20, 2014
-
-
Joshua Walker authored
-
-
- Mar 19, 2014
-
-
Joshua Walker authored
Preparation to split out styles definitions to includes so that responsive_menus.module isn't so huge
-
- Feb 24, 2014
-
-
Joshua Walker authored
-
- Feb 07, 2014
-
-
Joshua Walker authored
Add div wrapper w/ classes: 'messages status' to the "which selector" section of admin form for visibility.
-
- Feb 04, 2014
-
-
Joshua Walker authored
New Sidr option to displace page body or not.
-
Joshua Walker authored
Affects Simple, Sidr, and codrops' Multi styles.
-
Joshua Walker authored
Issue #2157073 by big_smile: Responsive Menus breaks Jquery update for anonymous users. You can now specify multiple selectors in RM admin for Sidr style. Caution! Users with administer Responsive Menus permisison can place Javascript in Sidr open/close function settings!
-
Joshua Walker authored
-
Issue #2188651 by dsnopek: Responsive_menus_simple.js takes windowWidth too early (breaks on iOS 6 or 7, when no viewport is specified).
-
- Jan 30, 2014
-
-
Joshua Walker authored
Add hook_uninstall() to remove variables.
-
- Jan 23, 2014
-
-
Joshua Walker authored
Carry forward our improvements, fixes, and Drupal-specific changes.
-
- Jan 16, 2014
-
-
Joshua Walker authored
-
Joshua Walker authored
http://tympanus.net/Tutorials/GoogleNexusWebsiteMenu/ Wrapped a few admin form #descriptions with t() that were missing.
-
- Jan 08, 2014
-
-
Joshua Walker authored
-
- Jan 07, 2014
-
-
Joshua Walker authored
Fixed issue if your selector targets an element that doesn't have an id/class.
-
- Dec 06, 2013
-
-
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
-
- Nov 23, 2013
-
-
Joshua Walker authored
-
- Nov 21, 2013
-
-
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).
-
- Sep 03, 2013
-
-
Joshua Walker authored
Use js_files and css_files for simple style, rather than folder glob'ing.
-
Joshua Walker authored
-Track the original menu, but make a clone and remove contextual links for the responsive version.
-
- Sep 02, 2013
-
-
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.
-
- Aug 31, 2013
-
-
Joshua Walker authored
Add more information about possible Libraries issues. Remove classes & IDs from all 'ul, li, a' in the menu when using codrops' Multi style.
-
- Aug 30, 2013
-
-
Joshua Walker authored
-
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
-
- Aug 13, 2013
-
-
Joshua Walker authored
Change Simple style's setting 'disable mouse events' default to off.
-