Changeset 3030102
- Timestamp:
- 02/01/2024 01:26:09 PM (2 years ago)
- Location:
- fd-elementor-imagebox/trunk
- Files:
-
- 3 edited
-
elements/fd-adv-imagebox.php (modified) (4 diffs)
-
fd-elementor-imagebox.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fd-elementor-imagebox/trunk/elements/fd-adv-imagebox.php
r3028717 r3030102 266 266 'name' => 'title1_typography', 267 267 'selector' => '{{WRAPPER}} .fd-image-box h4', 268 //'scheme' => Scheme_Typography::TYPOGRAPHY_1,269 // 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1,270 268 'global' => [ 271 269 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, … … 331 329 'name' => 'title2_typography', 332 330 'selector' => '{{WRAPPER}} .fd-image-box h4 strong', 333 //'scheme' => Scheme_Typography::TYPOGRAPHY_1,334 // 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1,335 331 'global' => [ 336 332 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, … … 428 424 'name' => 'button_typography', 429 425 'selector' => '{{WRAPPER}} .fd-image-box h5', 430 //'scheme' => Scheme_Typography::TYPOGRAPHY_1,431 // 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1,432 426 'global' => [ 433 427 'default' => \Elementor\Core\Kits\Documents\Tabs\Global_Typography::TYPOGRAPHY_PRIMARY, … … 499 493 ] 500 494 ); 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 ); */510 495 511 496 $this->end_controls_tab(); -
fd-elementor-imagebox/trunk/fd-elementor-imagebox.php
r3028717 r3030102 5 5 * Plugin URI: https://flickdevs.com/elementor/ 6 6 * Author: FlickDevs, Aezaz Shaikh 7 * Version: 1.2. 77 * Version: 1.2.8 8 8 * Elementor tested up to: 3.19.0 9 9 * Author URI: https://www.flickdevs.com/ -
fd-elementor-imagebox/trunk/readme.txt
r3028717 r3030102 4 4 Tested up to: 6.4.2 5 5 Requires PHP: 7.0 6 Stable tag: 1.2. 76 Stable tag: 1.2.8 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 29 29 30 30 == Changelog == 31 32 = 1.2.8 = 33 * Minor fixes 31 34 32 35 = 1.2.7 =
Note: See TracChangeset
for help on using the changeset viewer.