Elementor Custom Skin - Version 3.1.3

Version Description

  • Fixed issues with Elementor PRO 3.4.
Download this release

Release Info

Developer dudaster
Plugin Icon 128x128 Elementor Custom Skin
Version 3.1.3
Comparing to
See all releases

Code changes from version 3.1.2 to 3.1.3

assets/css/ecs-style.css CHANGED
@@ -39,6 +39,11 @@
39
  height: 100%;
40
 
41
  }
 
 
 
 
 
42
 
43
  /* Fix astra css issues */
44
 
39
  height: 100%;
40
 
41
  }
42
+ /* Fix for Elementor 3.4 */
43
+
44
+ .elementor-widget-posts .ecs-posts .elementor-button-wrapper {
45
+ margin-top: 0;
46
+ }
47
 
48
  /* Fix astra css issues */
49
 
ele-custom-skin.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Plugin Name: Ele Custom Skin
4
- * Version: 3.1.2
5
  * Description: Elementor Custom Skin for Posts and Archive Posts. You can create a skin as you want.
6
  * Plugin URI: https://dudaster.com
7
  * Author: Dudaster.com
@@ -10,8 +10,8 @@
10
  * Domain Path: /languages
11
  * License: GPLv3
12
  * License URI: http://www.gnu.org/licenses/gpl-3.0
13
- * Elementor tested up to: 3.4.0
14
- * Elementor Pro tested up to: 3.4.0
15
  */
16
 
17
 
@@ -20,7 +20,7 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
20
  define( 'ELECS_DIR', plugin_dir_path( __FILE__ ));
21
  define( 'ELECS_NAME', plugin_basename( __FILE__ ));
22
  define( 'ELECS_URL', plugin_dir_url( __FILE__ ));
23
- define ('ELECS_VER','3.1.2');
24
 
25
  include_once ELECS_DIR.'includes/ecs-notices.php';
26
  include_once ELECS_DIR.'includes/ecs-dependencies.php';
1
  <?php
2
  /*
3
  * Plugin Name: Ele Custom Skin
4
+ * Version: 3.1.3
5
  * Description: Elementor Custom Skin for Posts and Archive Posts. You can create a skin as you want.
6
  * Plugin URI: https://dudaster.com
7
  * Author: Dudaster.com
10
  * Domain Path: /languages
11
  * License: GPLv3
12
  * License URI: http://www.gnu.org/licenses/gpl-3.0
13
+ * Elementor tested up to: 3.5.0
14
+ * Elementor Pro tested up to: 3.5.0
15
  */
16
 
17
 
20
  define( 'ELECS_DIR', plugin_dir_path( __FILE__ ));
21
  define( 'ELECS_NAME', plugin_basename( __FILE__ ));
22
  define( 'ELECS_URL', plugin_dir_url( __FILE__ ));
23
+ define ('ELECS_VER','3.1.3');
24
 
25
  include_once ELECS_DIR.'includes/ecs-notices.php';
26
  include_once ELECS_DIR.'includes/ecs-dependencies.php';
includes/ajax-pagination.php CHANGED
@@ -267,7 +267,7 @@ class ECS_Ajax_Load {
267
  ]
268
  );
269
 
270
- $element->start_controls_tabs( 'tabs_button_style' );
271
 
272
  $element->start_controls_tab(
273
  'loadmore_tab_button_normal',
267
  ]
268
  );
269
 
270
+ $element->start_controls_tabs( 'ecs_load_more_tabs_button_style' );
271
 
272
  $element->start_controls_tab(
273
  'loadmore_tab_button_normal',
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: dudaster
3
  Tags: page-builder, elementor, loop, archive list, post widget, skin, custom, post grid
4
  Donate link: https://www.paypal.me/dudaster
5
  Requires at least: 5.0
6
- Tested up to: 5.7.2
7
- Stable tag: 3.1.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -64,6 +64,10 @@ Add to your template a Post or Post Archive widget and from Skins select Custom
64
 
65
  == Changelog ==
66
 
 
 
 
 
67
  = 3.1.2 =
68
  * Fixed the url error message issues.
69
 
3
  Tags: page-builder, elementor, loop, archive list, post widget, skin, custom, post grid
4
  Donate link: https://www.paypal.me/dudaster
5
  Requires at least: 5.0
6
+ Tested up to: 5.8
7
+ Stable tag: 3.1.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
64
 
65
  == Changelog ==
66
 
67
+
68
+ = 3.1.3 =
69
+ * Fixed issues with Elementor PRO 3.4.
70
+
71
  = 3.1.2 =
72
  * Fixed the url error message issues.
73