Plugin Directory

Changeset 1565326


Ignore:
Timestamp:
12/31/2016 09:10:20 AM (9 years ago)
Author:
Zoomd
Message:

2.1.0.15

Location:
zoomd-search/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • zoomd-search/trunk/classes/Core/Settings.php

    r1565305 r1565326  
    7171
    7272    public static function searchboxdefaulthtml(){
    73         $btnstyle='<style>#search-btn {'
    74                 .'top: 30px;'
    75                 .'box-shadow: rgba(0, 0, 0, 0.3) 3px 5px 5px 0;'
    76                 .'color: rgb(255, 255, 255);'
    77                 .'cursor: pointer;'
    78                 .'height: 54px;'
    79                 .'position: fixed;'
    80                 .'right: 30px;'
    81                 .'width: 54px;'
    82                 .'z-index: 102;'
    83                 .'background: rgb(244, 67, 54);'
    84                 .'border: rgb(255, 255, 255);'
    85                 .'border-radius: 50% 50% 50% 50%;'
    86                 .'overflow: hidden;'
    87                 .'padding: 0;'
    88                 .'outline: none;'
    89                 .' } '
    90 
    91             .'#search-icon {'
    92             .'    font-size: 36px;'
    93             .'    line-height: 44px;'
    94             .'}</style>';
    95 
    96         $btnhtml = '<div>'
     73        return '<div>'
    9774                . '<input type="text" id="zsbox"  zoomdSearch="{"trigger":"OnEnter"}"/>'
    9875                . '<input type="button" id="zsbtn" value="Search" zoomdSearch="{"trigger":"OnClick", "forInput":"#zsbox"}"/>'
    9976            .'</div>';
    100 
    101         return $btnstyle . $btnhtml;
    10277    }
    10378
  • zoomd-search/trunk/plugin.php

    r1565315 r1565326  
    77Author URI: http://zoomd.com/
    88License: GPLv2 or later
    9 Version: 2.1.0.14
     9Version: 2.1.0.15
    1010*/
    1111
     
    102102function enqueue_zoomd_admin_scripts($hook) {
    103103    //error_log($hook);
    104     if ( 'toplevel_page_zoomd' != $hook ) {
    105         return;
    106     }
     104    // if ( 'toplevel_page_zoomd' != $hook ) {
     105    //     return;
     106    // }
    107107
    108108    wp_register_style( 'zoomd-search-css', plugins_url('css/zoomd-search.css', __FILE__) );
  • zoomd-search/trunk/readme.txt

    r1565315 r1565326  
    45452. Integrate CALL and EMAIL functionality
    46463. A variety of beautiful designs
     47
     48
     49== Changelog ==
     50= 2.1.0.15 =
     51* fixes
    4752
    4853== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.