Changeset 2904291
- Timestamp:
- 04/26/2023 08:21:52 AM (3 years ago)
- Location:
- icecream-elementor-addon/trunk
- Files:
-
- 15 added
- 2 edited
-
assets (added)
-
assets/banner-1544x500.jpg (added)
-
assets/banner-772x250.jpg (added)
-
assets/icon-128x128.png (added)
-
assets/icon-256x256.png (added)
-
elementor.php (modified) (2 diffs)
-
readme.txt (modified) (4 diffs)
-
widgets/assets/css/icecream-team.css (added)
-
widgets/assets/css/icecream-team2.css (added)
-
widgets/assets/css/icecream-team3.css (added)
-
widgets/assets/css/icecream-team4.css (added)
-
widgets/assets/css/icecream-team5.css (added)
-
widgets/icecream-team.php (added)
-
widgets/icecream-team2.php (added)
-
widgets/icecream-team3.php (added)
-
widgets/icecream-team4.php (added)
-
widgets/icecream-team5.php (added)
Legend:
- Unmodified
- Added
- Removed
-
icecream-elementor-addon/trunk/elementor.php
r2719335 r2904291 9 9 require_once( __DIR__ . '/widgets/icecream-btn1-widget.php' ); 10 10 require_once( __DIR__ . '/widgets/icecream-btn2-widget.php' ); 11 require_once( __DIR__ . '/widgets/icecream-team.php' ); 12 require_once( __DIR__ . '/widgets/icecream-team2.php' ); 13 require_once( __DIR__ . '/widgets/icecream-team3.php' ); 14 require_once( __DIR__ . '/widgets/icecream-team4.php' ); 15 require_once( __DIR__ . '/widgets/icecream-team5.php' ); 11 16 $widgets_manager->register( new \icecream_image1_Widget() ); 12 17 $widgets_manager->register( new \icecream_image2_Widget() ); … … 14 19 $widgets_manager->register( new \icecream_btn1_Widget() ); 15 20 $widgets_manager->register( new \icecream_btn2_Widget() ); 21 $widgets_manager->register( new \icecream_team_Widget() ); 22 $widgets_manager->register( new \icecream_team2_Widget() ); 23 $widgets_manager->register( new \icecream_team3_Widget() ); 24 $widgets_manager->register( new \icecream_team4_Widget() ); 25 $widgets_manager->register( new \icecream_team5_Widget() ); 16 26 } 17 27 add_action( 'elementor/widgets/register', 'register_icecream_widget' ); -
icecream-elementor-addon/trunk/readme.txt
r2719335 r2904291 1 1 === IceCream Elementor Addon === 2 2 Contributors: wprocketlab, rezamas 3 Tags: elementor, icecream, icecream addon, icecream elementor addon, element, extension, addon, gallery, image, button, fancy, page, landing, blog, page builder 3 Tags: elementor, icecream, icecream addon, icecream elementor addon, element, extension, addon, gallery, image, button, fancy, page, landing, blog, page builder, team member, card, team, member, elementor addon 4 4 Requires at least: 5.0 5 Tested up to: 5.9.36 Stable tag: 1. 07 Requires PHP: 7. 05 Tested up to: 6.2.0 6 Stable tag: 1.2.0 7 Requires PHP: 7.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 15 15 == IceCream Widgets == 16 16 17 - **Fancy Button**. Add fancy button with a colored comet spot hover o n button.17 - **Fancy Button**. Add fancy button with a colored comet spot hover over on button. 18 18 19 19 - **Image Gallery**. Add beautiful and responsive mosaic image gallery to your page. … … 24 24 25 25 - **Expanding Button**. Can create expanding button with an icon in it which fully customizable. 26 27 - **Team Member 1**. Team member card - hover social media animation. 28 29 - **Team Member 2**. Team member card - hover card details. 30 31 - **Team Member 3**. Team member card - direction effect. 32 33 - **Team Member 4**. Team member card - big card data. 34 35 - **Team Member 5**. Team member card - fluid information on card. 36 26 37 27 38 == Frequently Asked Questions == … … 46 57 == Changelog == 47 58 59 = 1.2.0 - 26-04-2023 = 60 * Add compatibility with Elementor and WordPress core latest version 61 * Add new 5 team member addon to plugin 62 48 63 = 1.0.1 - 06-05-2022 = 49 64 * Add new element
Note: See TracChangeset
for help on using the changeset viewer.