Plugin Directory

Changeset 3030102


Ignore:
Timestamp:
02/01/2024 01:26:09 PM (2 years ago)
Author:
flickdevs
Message:

Minor fixes

Location:
fd-elementor-imagebox/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • fd-elementor-imagebox/trunk/elements/fd-adv-imagebox.php

    r3028717 r3030102  
    266266                'name' => 'title1_typography',
    267267                'selector' => '{{WRAPPER}} .fd-image-box h4',
    268                 //'scheme' => Scheme_Typography::TYPOGRAPHY_1,
    269 //              'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1,
    270268                'global' => [
    271269                    'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY,
     
    331329                'name' => 'title2_typography',
    332330                'selector' => '{{WRAPPER}} .fd-image-box h4 strong',
    333                 //'scheme' => Scheme_Typography::TYPOGRAPHY_1,
    334 //              'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1,
    335331                'global' => [
    336332                    'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY,
     
    428424                'name' => 'button_typography',
    429425                'selector' => '{{WRAPPER}} .fd-image-box h5',
    430                 //'scheme' => Scheme_Typography::TYPOGRAPHY_1,
    431 //              'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1,
    432426                'global' => [
    433427                    'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY,
     
    499493            ]
    500494        );
    501         /*
    502         $this->add_group_control(
    503             Group_Control_Typography::get_type(),
    504             [
    505                 'name' => 'button_icon_typography',
    506                 'selector' => '{{WRAPPER}} .fd-image-box h5 i',
    507                 'scheme' => Scheme_Typography::TYPOGRAPHY_1,
    508             ]
    509         ); */
    510495
    511496        $this->end_controls_tab();
  • fd-elementor-imagebox/trunk/fd-elementor-imagebox.php

    r3028717 r3030102  
    55 * Plugin URI: https://flickdevs.com/elementor/
    66 * Author: FlickDevs, Aezaz Shaikh
    7  * Version: 1.2.7
     7 * Version: 1.2.8
    88 * Elementor tested up to: 3.19.0
    99 * Author URI: https://www.flickdevs.com/
  • fd-elementor-imagebox/trunk/readme.txt

    r3028717 r3030102  
    44Tested up to: 6.4.2
    55Requires PHP: 7.0
    6 Stable tag: 1.2.7
     6Stable tag: 1.2.8
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    2929
    3030== Changelog ==
     31
     32= 1.2.8 =
     33* Minor fixes
    3134
    3235= 1.2.7 =
Note: See TracChangeset for help on using the changeset viewer.