Changeset 2714929
- Timestamp:
- 04/26/2022 02:11:17 PM (4 years ago)
- Location:
- fd-elementor-imagebox/trunk
- Files:
-
- 3 edited
-
elements/fd-adv-imagebox.php (modified) (5 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
r2514784 r2714929 47 47 } 48 48 49 protected function _register_controls() {49 protected function register_controls() { 50 50 $this->start_controls_section( 51 51 'section_image', … … 266 266 'name' => 'title1_typography', 267 267 'selector' => '{{WRAPPER}} .fd-image-box h4', 268 'scheme' => Scheme_Typography::TYPOGRAPHY_1, 268 //'scheme' => Scheme_Typography::TYPOGRAPHY_1, 269 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 269 270 ] 270 271 ); … … 327 328 'name' => 'title2_typography', 328 329 'selector' => '{{WRAPPER}} .fd-image-box h4 strong', 329 'scheme' => Scheme_Typography::TYPOGRAPHY_1, 330 //'scheme' => Scheme_Typography::TYPOGRAPHY_1, 331 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 330 332 ] 331 333 ); … … 420 422 'name' => 'button_typography', 421 423 'selector' => '{{WRAPPER}} .fd-image-box h5', 422 'scheme' => Scheme_Typography::TYPOGRAPHY_1, 424 //'scheme' => Scheme_Typography::TYPOGRAPHY_1, 425 'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_1, 423 426 ] 424 427 ); … … 595 598 * @access protected 596 599 */ 597 protected function _content_template() {600 protected function content_template() { 598 601 //TODO: implement instant inline editing 599 602 /*?> -
fd-elementor-imagebox/trunk/fd-elementor-imagebox.php
r2582566 r2714929 5 5 * Plugin URI: https://flickdevs.com/elementor/ 6 6 * Author: FlickDevs, Aezaz Shaikh 7 * Version: 1.2.3 8 * Elementor tested up to: 3.1.0 7 * Version: 1.2.5 9 8 * Author URI: http://www.flickdevs.com/ 10 9 * -
fd-elementor-imagebox/trunk/readme.txt
r2582566 r2714929 2 2 Contributors: flickdevs, shaikhaezaz80 3 3 Requires at least: 5.0 4 Tested up to: 5. 74 Tested up to: 5.9.3 5 5 Requires PHP: 5.6 6 Stable tag: 1.2. 36 Stable tag: 1.2.5 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 30 30 == Changelog == 31 31 32 = 1.2. 4=33 * Minor bug fixes and compatibility with latest Elementor and WordPress version32 = 1.2.5 = 33 * Compatibility with latest WordPress and Elementor plugin 34 34 35 35 = 1.2.3 = 36 36 * fixed minor issue 37 * compatibility with latest WordPress and Elementor plugin38 37 39 38 = 1.2.2 =
Note: See TracChangeset
for help on using the changeset viewer.