Changeset 1910869
- Timestamp:
- 07/18/2018 09:01:52 AM (8 years ago)
- Location:
- gourmand-light/trunk
- Files:
-
- 4 edited
-
gourmand-light.php (modified) (1 diff)
-
hooks/styles/header.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
-
settings/customize/additional.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gourmand-light/trunk/gourmand-light.php
r1904398 r1910869 4 4 Plugin URI: http://mythem.es/item/gourmand/ 5 5 Description: This is a GPL 2 WordPress plugin. This plugin extend Gourmand free WordPress theme Core Features with many extra features and also Front Page Custom Sections. 6 Version: 0.0.1 26 Version: 0.0.13 7 7 Author: myThem.es 8 8 Author URI: http://mythem.es/ -
gourmand-light/trunk/hooks/styles/header.php
r1892718 r1910869 74 74 75 75 <?php else : ?> 76 div.header-topper + div.gourmand-header .header-partial { 77 height: -webkit-calc( <?php echo gourmand_esc::percent( $percent ); ?>vh - 52px ); 78 height: -moz-calc( <?php echo gourmand_esc::percent( $percent ); ?>vh - 52px ); 79 height: calc( <?php echo gourmand_esc::percent( $percent ); ?>vh - 52px ); 80 } 81 .header-partial{ 82 height: <?php echo gourmand_esc::percent( $percent ); ?>vh; 83 } 76 <?php if( gourmand_mod::is_set( 'header-percent-height' ) ) : ?> 77 div.header-topper + div.gourmand-header .header-partial { 78 height: -webkit-calc( <?php echo gourmand_esc::percent( $percent ); ?>vh - 52px ); 79 height: -moz-calc( <?php echo gourmand_esc::percent( $percent ); ?>vh - 52px ); 80 height: calc( <?php echo gourmand_esc::percent( $percent ); ?>vh - 52px ); 81 } 82 .header-partial{ 83 height: <?php echo gourmand_esc::percent( $percent ); ?>vh; 84 } 85 <?php endif; ?> 84 86 <?php endif; 85 87 ?></style><?php -
gourmand-light/trunk/readme.txt
r1904398 r1910869 6 6 Requires at least: 4.6 7 7 Tested up to: 4.9 8 Stable tag: 0.0.1 28 Stable tag: 0.0.13 9 9 License: GPLv2 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 25 25 = Minimum Requirements = 26 26 27 * PHP version 5.3 .627 * PHP version 5.3 28 28 * WordPress 4.6 29 29 … … 37 37 38 38 == Changelog == 39 40 = 0.0.13 = 41 * Added Small Improvements 39 42 40 43 = 0.0.12 = -
gourmand-light/trunk/settings/customize/additional.php
r1892718 r1910869 1 <? 1 <?php 2 2 /** 3 3 * Additioanl Settings
Note: See TracChangeset
for help on using the changeset viewer.