Version Description
Download this release
Release Info
Developer | marsian |
Plugin | TemplatesNext ToolKit |
Version | 3.2.0 |
Comparing to | |
See all releases |
Code changes from version 3.1.9 to 3.2.0
- inc/el-widgets/assets/css/txel-addons.css +7 -0
- inc/el-widgets/elementor-addon.php +0 -1
- readme.txt +5 -1
- tx-toolkit.php +1 -1
inc/el-widgets/assets/css/txel-addons.css
CHANGED
@@ -362,3 +362,10 @@
|
|
362 |
width: 32px;
|
363 |
text-align: center;
|
364 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
362 |
width: 32px;
|
363 |
text-align: center;
|
364 |
}
|
365 |
+
|
366 |
+
.elementor-widget-tx-team,
|
367 |
+
.elementor-widget-tx-posts {
|
368 |
+
max-width: 100%;
|
369 |
+
width: 100%;
|
370 |
+
overflow: hidden;
|
371 |
+
}
|
inc/el-widgets/elementor-addon.php
CHANGED
@@ -80,7 +80,6 @@ class Plugin {
|
|
80 |
* @access private
|
81 |
*/
|
82 |
private function include_widgets_files() {
|
83 |
-
//require_once( __DIR__ . '/widgets/hello-world.php' );
|
84 |
require_once( __DIR__ . '/widgets/portfolios.php' );
|
85 |
require_once( __DIR__ . '/widgets/slider.php' );
|
86 |
require_once( __DIR__ . '/widgets/team.php' );
|
80 |
* @access private
|
81 |
*/
|
82 |
private function include_widgets_files() {
|
|
|
83 |
require_once( __DIR__ . '/widgets/portfolios.php' );
|
84 |
require_once( __DIR__ . '/widgets/slider.php' );
|
85 |
require_once( __DIR__ . '/widgets/team.php' );
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: marsian
|
|
3 |
Tags: shortcode, shortcodes, columns, column, section, sections, portfolio, testimonial, border, borders, button, buttons, masonry, posts, post_type, font awesome, icons, fontawesome
|
4 |
Requires at least: 3.6
|
5 |
Tested up to: 5.2
|
6 |
-
Stable tag: 3.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
@@ -41,6 +41,10 @@ Install the plugin into the `/wp-content/plugins/` folder, and activate it.
|
|
41 |
|
42 |
|
43 |
== Changelog ==
|
|
|
|
|
|
|
|
|
44 |
= 3.1.9 =
|
45 |
* Added: Elementor Slider Widget Typography
|
46 |
* Added: Elementor Testimonials Widget Typography
|
3 |
Tags: shortcode, shortcodes, columns, column, section, sections, portfolio, testimonial, border, borders, button, buttons, masonry, posts, post_type, font awesome, icons, fontawesome
|
4 |
Requires at least: 3.6
|
5 |
Tested up to: 5.2
|
6 |
+
Stable tag: 3.2.0
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
|
41 |
|
42 |
|
43 |
== Changelog ==
|
44 |
+
= 3.1.9 =
|
45 |
+
* Fixed: Responsive style for elementor post grid
|
46 |
+
* Fixed: Responsive style for elementor team member
|
47 |
+
|
48 |
= 3.1.9 =
|
49 |
* Added: Elementor Slider Widget Typography
|
50 |
* Added: Elementor Testimonials Widget Typography
|
tx-toolkit.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/*
|
4 |
Plugin Name: TemplatesNext ToolKit
|
5 |
Description: Custom Portfolio and Shortcode functionality for TemplatesNext Wordpress Themes
|
6 |
-
Version: 3.
|
7 |
Author: TemplatesNext
|
8 |
Author URI: http://templatesnext.org/
|
9 |
License: GPLv2 or later
|
3 |
/*
|
4 |
Plugin Name: TemplatesNext ToolKit
|
5 |
Description: Custom Portfolio and Shortcode functionality for TemplatesNext Wordpress Themes
|
6 |
+
Version: 3.2.0
|
7 |
Author: TemplatesNext
|
8 |
Author URI: http://templatesnext.org/
|
9 |
License: GPLv2 or later
|