Plugin Directory

Changeset 1190238


Ignore:
Timestamp:
06/30/2015 11:23:24 AM (11 years ago)
Author:
buboiasinine
Message:

commit version 1.03

Location:
theme-helper/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • theme-helper/trunk/function.php

    r1188881 r1190238  
    214214
    215215    <style id="themehelper-style"><?php $th_color_scheme = get_option(themehelper_color);   ?>
    216     <?php echo  get_option(themehelper_css_color_bg); ?> {  background-color: <?php echo $th_color_scheme['color_scheme_option']; ?>    } <?php echo  get_option(themehelper_css_color_txt); ?> {   color: <?php echo $th_color_scheme['color_scheme_option']; ?>   }
    217     .theme-helper a.themehelper-icon:hover, a.themehelper-icon.theme, .theme-helper .theme-helper-bg  { background-color: <?php echo $th_color_scheme['color_scheme_option']; ?> } .theme-helper .theme-helper-txt ( color:<?php echo $th_color_scheme['color_scheme_option']; ?> )
     216    <?php echo  get_option(themehelper_css_color_bg); ?> {  background-color: <?php echo $th_color_scheme['color_scheme_option']; ?> !important;    } <?php echo  get_option(themehelper_css_color_txt); ?> {   color: <?php echo $th_color_scheme['color_scheme_option']; ?> !important;   }
     217    .theme-helper a.themehelper-icon:hover, a.themehelper-icon.theme, .theme-helper .theme-helper-bg  { background-color: <?php echo $th_color_scheme['color_scheme_option']; ?>; } .theme-helper .theme-helper-txt ( color:<?php echo $th_color_scheme['color_scheme_option']; ?>; )
    218218    </style>
    219219   
    220220    <style>
    221     a.themehelper-icon { background-image: url("<?php echo  plugins_url( 'images/themehelper-sprite.png', __FILE__ ); ?>")  }
     221    a.themehelper-icon { background-image: url("<?php echo  plugins_url( 'images/themehelper-sprite.png', __FILE__ ); ?>");  }
    222222    </style>
    223223   
     
    279279  var color = jQuery( this ).css( "background-color" );
    280280  jQuery( "#themehelper-style" ).html( " <?php echo  get_option(themehelper_css_color_bg); ?> { background-color:" +
    281     color + "; } <?php echo  get_option(themehelper_css_color_txt); ?> { color:" +
    282     color + "; } .theme-helper a.themehelper-icon:hover, a.themehelper-icon.theme, .theme-helper .theme-helper-bg { background-color:" +
     281    color + " !important; } <?php echo  get_option(themehelper_css_color_txt); ?> { color:" +
     282    color + "!important; } .theme-helper a.themehelper-icon:hover, a.themehelper-icon.theme, .theme-helper .theme-helper-bg { background-color:" +
    283283    color + "; } .theme-helper-txt { color:" +
    284284    color + "; }" ).appendTo( "footer" );
  • theme-helper/trunk/readme.txt

    r1188968 r1190238  
    55Requires at least: 4.0
    66Tested up to: 4.2
    7 Stable tag: 1.02
     7Stable tag: 1.03
    88License: GPLv2 or later
    99License URI: GPLv2 or later
     
    2525
    2626Future Development:
     27
     28*   QA Check List
    2729
    2830*   Your Ideas are all welcome for the improvement of the Theme Helper Plugin
     
    102104== Changelog ==
    103105
     106
     107= version 1.03 =
     108
     109*   fixed switcher theme compatibility
     110*   fixed css switcher higher key 
     111
    104112= version 1.02 =
    105113
  • theme-helper/trunk/themehelper.php

    r1188898 r1190238  
    88 * Description: A Theme Addon for wordpress frameworks  that creates option panel for users to easy update their Website Info.
    99
    10  * Version: 1.02
     10 * Version: 1.03
    1111
    1212 * Author: Rex Anthony D. Eubanas
Note: See TracChangeset for help on using the changeset viewer.