Changeset 2347049
- Timestamp:
- 07/27/2020 09:02:32 AM (6 years ago)
- Location:
- wha-elementor-counter-up
- Files:
-
- 1 added
- 12 edited
-
Desktop.ini (added)
-
trunk/inc/elementor/elementor.php (modified) (1 diff)
-
trunk/inc/elementor/plugin.php (modified) (1 diff)
-
trunk/inc/elementor/widgets/counter/assets/css/wha-counter.css (modified) (1 diff)
-
trunk/inc/elementor/widgets/counter/assets/css/wha-odometer.css (modified) (1 diff)
-
trunk/inc/elementor/widgets/counter/assets/js/wha-counters.js (modified) (1 diff)
-
trunk/inc/elementor/widgets/counter/bases/preset_base.php (modified) (1 diff)
-
trunk/inc/elementor/widgets/counter/common.php (modified) (1 diff)
-
trunk/inc/elementor/widgets/counter/presets/preset1.php (modified) (1 diff)
-
trunk/inc/elementor/widgets/counter/templates/preset_html1.php (modified) (1 diff)
-
trunk/inc/elementor/widgets/counter/widget.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/wha-elementor-counter-up.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wha-elementor-counter-up/trunk/inc/elementor/elementor.php
r2347019 r2347049 161 161 162 162 new WHA_Elementor(); 163 164 -
wha-elementor-counter-up/trunk/inc/elementor/plugin.php
r2347019 r2347049 92 92 93 93 Plugin::instance(); 94 -
wha-elementor-counter-up/trunk/inc/elementor/widgets/counter/assets/css/wha-counter.css
r2347019 r2347049 1 1 /* Style CSS Counter */ 2 3 2 4 3 @font-face { -
wha-elementor-counter-up/trunk/inc/elementor/widgets/counter/assets/css/wha-odometer.css
r2347019 r2347049 1 1 /*** CSS Odometer Style ***/ 2 3 2 4 3 .odometer.odometer-auto-theme, .odometer.odometer-theme-default { -
wha-elementor-counter-up/trunk/inc/elementor/widgets/counter/assets/js/wha-counters.js
r2347019 r2347049 1 1 var $ = jQuery; 2 3 2 4 3 function init_odometer(el) { -
wha-elementor-counter-up/trunk/inc/elementor/widgets/counter/bases/preset_base.php
r2347019 r2347049 1038 1038 1039 1039 new WHA_Counter_Preset_Base(); 1040 1041 1042 1043 -
wha-elementor-counter-up/trunk/inc/elementor/widgets/counter/common.php
r2347019 r2347049 767 767 768 768 Plugin::instance()->widgets_manager->register_widget_type( new Widget_Common() ); 769 -
wha-elementor-counter-up/trunk/inc/elementor/widgets/counter/presets/preset1.php
r2347019 r2347049 23 23 24 24 $new_preset = new WHA_Counter_Preset1(); 25 26 -
wha-elementor-counter-up/trunk/inc/elementor/widgets/counter/templates/preset_html1.php
r2347019 r2347049 1 1 <?php if ( ! defined( 'ABSPATH' ) ) exit; ?> 2 3 2 4 3 -
wha-elementor-counter-up/trunk/inc/elementor/widgets/counter/widget.php
r2347019 r2347049 270 270 271 271 Plugin::instance()->widgets_manager->register_widget_type( new WHA_Counter() ); 272 273 -
wha-elementor-counter-up/trunk/readme.txt
r2347019 r2347049 20 20 21 21 1. Activate Plugin Elementor. 22 2. Activate Plugin Elements Elementor.22 2. Activate Plugin WHA Elementor Counter Up. 23 23 3. Open the created page in Elementor mode. 24 24 4. Select Item Categories WHA WIDGETS. … … 39 39 == Video == 40 40 41 42 -
wha-elementor-counter-up/trunk/wha-elementor-counter-up.php
r2347019 r2347049 2 2 /** 3 3 * 4 * Plugin Name: WHA Element s Elementor4 * Plugin Name: WHA Elementor Counter Up 5 5 * Description: The plugin elements for plugin Elementor. 6 6 * Version: 1.0.0 … … 38 38 39 39 40 41 42 43 44 45
Note: See TracChangeset
for help on using the changeset viewer.