Plugin Directory

Changeset 1586632


Ignore:
Timestamp:
02/01/2017 04:15:48 PM (9 years ago)
Author:
norcross
Message:

Updated blockquote settings to include paragraph tags

Location:
gppro-entry-content
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • gppro-entry-content/trunk/gppro-entry-content.php

    r1389775 r1586632  
    55Description: Fine tune the look of the content inside posts and pages in Genesis Design Palette Pro
    66Author: Reaktiv Studios
    7 Version: 1.0.3
     7Version: 1.0.4
    88Requires at least: 4.0
    9 Author URI: http://reaktivstudios.com/
     9Author URI: https://reaktivstudios.com/
    1010*/
    1111
     
    3939// Set our plugin version as a constant.
    4040if ( ! defined( 'GPECN_VER' ) ) {
    41     define( 'GPECN_VER', '1.0.3' );
     41    define( 'GPECN_VER', '1.0.4' );
    4242}
    4343
     
    19251925                        'label'     => __( 'Background Color', 'gppro-entry-content' ),
    19261926                        'input'     => 'color',
    1927                         'target'    => '.entry-content blockquote',
     1927                        'target'    => '.entry-content blockquote p',
    19281928                        'builder'   => 'GP_Pro_Builder::hexcolor_css',
    19291929                        'selector'  => 'background-color',
     
    19321932                        'label'     => __( 'Base Color', 'gppro-entry-content' ),
    19331933                        'input'     => 'color',
    1934                         'target'    => '.entry-content blockquote',
     1934                        'target'    => '.entry-content blockquote p',
    19351935                        'builder'   => 'GP_Pro_Builder::hexcolor_css',
    19361936                        'selector'  => 'color',
     
    19401940                        'sub'       => __( 'Base', 'gppro-entry-content' ),
    19411941                        'input'     => 'color',
    1942                         'target'    => '.entry-content blockquote a',
     1942                        'target'    => '.entry-content blockquote p a',
    19431943                        'builder'   => 'GP_Pro_Builder::hexcolor_css',
    19441944                        'selector'  => 'color',
     
    19481948                        'sub'       => __( 'Hover', 'gppro-entry-content' ),
    19491949                        'input'     => 'color',
    1950                         'target'    => array( '.entry-content blockquote a:hover', '.entry-content blockquote a:focus' ),
     1950                        'target'    => array( '.entry-content blockquote p a:hover', '.entry-content blockquote p a:focus' ),
    19511951                        'builder'   => 'GP_Pro_Builder::hexcolor_css',
    19521952                        'selector'  => 'color',
     
    19611961                        'label'     => __( 'Font Stack', 'gppro-entry-content' ),
    19621962                        'input'     => 'font-stack',
    1963                         'target'    => '.entry-content blockquote',
     1963                        'target'    => '.entry-content blockquote p',
    19641964                        'builder'   => 'GP_Pro_Builder::stack_css',
    19651965                        'selector'  => 'font-family',
     
    19701970                        'input'     => 'font-size',
    19711971                        'scale'     => 'text',
    1972                         'target'    => '.entry-content blockquote',
     1972                        'target'    => '.entry-content blockquote p',
    19731973                        'builder'   => 'GP_Pro_Builder::px_css',
    19741974                        'selector'  => 'font-size',
     
    19771977                        'label'     => __( 'Font Weight', 'gppro-entry-content' ),
    19781978                        'input'     => 'font-weight',
    1979                         'target'    => '.entry-content blockquote',
     1979                        'target'    => '.entry-content blockquote p',
    19801980                        'builder'   => 'GP_Pro_Builder::number_css',
    19811981                        'selector'  => 'font-weight',
  • gppro-entry-content/trunk/readme.txt

    r1389783 r1586632  
    22Contributors: norcross, jjeaton, reaktivstudios
    33Requires at least: 4.0
    4 Tested up to: 4.5
    5 Stable tag: 1.0.3
     4Tested up to: 4.7
     5Stable tag: 1.0.4
    66License: GPLv2 or later
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313Fine tune the look of the content inside posts and pages in Genesis Design Palette Pro. Edit heading tags, list items, and paragraphs individually to get a completely unique look.
    1414
    15 Requires the [Genesis Design Palette Pro](http://genesisdesignpro.com/ "Genesis Design Palette Pro") plugin.
     15Requires the [Genesis Design Palette Pro](https://genesisdesignpro.com/ "Genesis Design Palette Pro") plugin.
    1616
    1717
     
    3131== Changelog ==
    3232
     33= 1.0.4: 2017-02-01 =
     34
     35* Updated blockquote settings to include paragraph tags
     36
    3337= 1.0.3: 2016-04-07 =
    3438
    3539* Add new settings for blockquotes
    36 * Add better settings for links within paragraphs.
     40* Add better settings for links within paragraphs
    3741
    3842= 1.0.2: 2015-06-17 =
Note: See TracChangeset for help on using the changeset viewer.