Plugin Directory

Changeset 1910869


Ignore:
Timestamp:
07/18/2018 09:01:52 AM (8 years ago)
Author:
mythemes
Message:

Added small Improvements for Gourmand Light Plugin

Location:
gourmand-light/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • gourmand-light/trunk/gourmand-light.php

    r1904398 r1910869  
    44    Plugin URI: http://mythem.es/item/gourmand/
    55    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.12
     6    Version: 0.0.13
    77    Author: myThem.es
    88    Author URI: http://mythem.es/
  • gourmand-light/trunk/hooks/styles/header.php

    r1892718 r1910869  
    7474
    7575        <?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; ?>
    8486        <?php endif;
    8587        ?></style><?php
  • gourmand-light/trunk/readme.txt

    r1904398 r1910869  
    66Requires at least: 4.6
    77Tested up to: 4.9
    8 Stable tag: 0.0.12
     8Stable tag: 0.0.13
    99License: GPLv2
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    2525= Minimum Requirements =
    2626
    27 * PHP version 5.3.6
     27* PHP version 5.3
    2828* WordPress 4.6
    2929
     
    3737
    3838== Changelog ==
     39
     40= 0.0.13 =
     41* Added Small Improvements
    3942
    4043= 0.0.12 =
  • gourmand-light/trunk/settings/customize/additional.php

    r1892718 r1910869  
    1 <?
     1<?php
    22    /**
    33     *  Additioanl Settings
Note: See TracChangeset for help on using the changeset viewer.