Changeset 1988311
- Timestamp:
- 12/07/2018 09:00:51 PM (7 years ago)
- Location:
- vertimenu
- Files:
-
- 23 added
- 2 edited
-
tags/1.1.1 (added)
-
tags/1.1.1/LICENSE (added)
-
tags/1.1.1/css (added)
-
tags/1.1.1/css/ionicons.min.css (added)
-
tags/1.1.1/css/vertimenu.css (added)
-
tags/1.1.1/fonts (added)
-
tags/1.1.1/fonts/ionicons.eot (added)
-
tags/1.1.1/fonts/ionicons.svg (added)
-
tags/1.1.1/fonts/ionicons.ttf (added)
-
tags/1.1.1/fonts/ionicons.woff (added)
-
tags/1.1.1/images (added)
-
tags/1.1.1/images/icon (added)
-
tags/1.1.1/images/icon/1.png (added)
-
tags/1.1.1/images/icon/2.png (added)
-
tags/1.1.1/images/icon/3.png (added)
-
tags/1.1.1/images/icon/4.png (added)
-
tags/1.1.1/images/icon/5.png (added)
-
tags/1.1.1/images/icon/6.png (added)
-
tags/1.1.1/images/icon/7.png (added)
-
tags/1.1.1/js (added)
-
tags/1.1.1/js/vertimenu.js (added)
-
tags/1.1.1/readme.txt (added)
-
tags/1.1.1/vertimenu.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/vertimenu.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vertimenu/trunk/readme.txt
r1988281 r1988311 47 47 == Changelog == 48 48 49 = 1.1.1 = 50 51 *2018-12-07* 52 53 * Fix: Hidden elements hide/show correctly now 54 49 55 = 1.1.0 = 50 56 -
vertimenu/trunk/vertimenu.php
r1988281 r1988311 8 8 Plugin URI: http://www.vertimenu.com 9 9 Description: Multilevel mobile menu with optional third-party menu item image support. 10 Version: 1. 010 Version: 1.1.1 11 11 Author: SAGAIO 12 12 Author URI: http://www.sagaio.com … … 951 951 952 952 /* Control what other elements should be hidden */ 953 if(get_option('sagaio_vertimenu_hide_over_px' ) == '' || get_option('sagaio_vertimenu_hide_over_px' == 0)) {953 if(get_option('sagaio_vertimenu_hide_over_px', '960') == '' || get_option('sagaio_vertimenu_hide_over_px', '960') == 0) { 954 954 $style .= get_option('sagaio_vertimenu_hidden_elements') . '{ display:none !important; }'; 955 955 } else {
Note: See TracChangeset
for help on using the changeset viewer.