Plugin Directory

Changeset 1988311


Ignore:
Timestamp:
12/07/2018 09:00:51 PM (7 years ago)
Author:
sagaio
Message:

tagging version 1.1.1

Location:
vertimenu
Files:
23 added
2 edited

Legend:

Unmodified
Added
Removed
  • vertimenu/trunk/readme.txt

    r1988281 r1988311  
    4747== Changelog ==
    4848
     49= 1.1.1 =
     50
     51*2018-12-07*
     52
     53* Fix: Hidden elements hide/show correctly now
     54
    4955= 1.1.0 =
    5056
  • vertimenu/trunk/vertimenu.php

    r1988281 r1988311  
    88Plugin URI: http://www.vertimenu.com
    99Description: Multilevel mobile menu with optional third-party menu item image support.
    10 Version: 1.0
     10Version: 1.1.1
    1111Author: SAGAIO
    1212Author URI: http://www.sagaio.com
     
    951951
    952952    /* 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) {
    954954        $style .= get_option('sagaio_vertimenu_hidden_elements') . '{ display:none !important; }';
    955955    } else {
Note: See TracChangeset for help on using the changeset viewer.