Version Description
Download this release
Release Info
Developer | marsian |
Plugin | TemplatesNext ToolKit |
Version | 3.2.7 |
Comparing to | |
See all releases |
Code changes from version 3.2.6 to 3.2.7
- js/tx-script.js +3 -2
- readme.txt +4 -4
- tx-toolkit.php +3 -3
js/tx-script.js
CHANGED
@@ -150,11 +150,12 @@ jQuery(document).ready(function ($) {
|
|
150 |
// blog area masonry
|
151 |
//if ( $('.tx-post-row').length > 0 )
|
152 |
|
153 |
-
//$(window).load(function()
|
|
|
154 |
$('.tx-masonry').each(function () {
|
155 |
$(this).masonry({});
|
156 |
});
|
157 |
-
|
158 |
|
159 |
/*
|
160 |
$('.tx-blog').each(function () {
|
150 |
// blog area masonry
|
151 |
//if ( $('.tx-post-row').length > 0 )
|
152 |
|
153 |
+
//$(window).load(function()
|
154 |
+
$(window).on('load', function () {
|
155 |
$('.tx-masonry').each(function () {
|
156 |
$(this).masonry({});
|
157 |
});
|
158 |
+
});
|
159 |
|
160 |
/*
|
161 |
$('.tx-blog').each(function () {
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== TemplatesNext ToolKit ===
|
2 |
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:
|
5 |
-
Tested up to:
|
6 |
-
Requires PHP:
|
7 |
-
Stable tag: 3.2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
1 |
=== TemplatesNext ToolKit ===
|
2 |
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: 5.0
|
5 |
+
Tested up to: 6.0
|
6 |
+
Requires PHP: 7.0
|
7 |
+
Stable tag: 3.2.7
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
tx-toolkit.php
CHANGED
@@ -4,13 +4,13 @@
|
|
4 |
Plugin Name: TemplatesNext ToolKit
|
5 |
Plugin URI: https://www.templatesnext.org/icreate/templatesnext-toolkit/
|
6 |
Description: Custom Portfolio and Shortcode functionality for TemplatesNext Wordpress Themes
|
7 |
-
Version: 3.2.
|
8 |
Author: TemplatesNext
|
9 |
Text Domain: tx
|
10 |
Author URI: http://templatesnext.org/
|
11 |
License: GPLv2 or later
|
12 |
-
Requires at least:
|
13 |
-
Requires PHP:
|
14 |
*/
|
15 |
|
16 |
// Exit if accessed directly.
|
4 |
Plugin Name: TemplatesNext ToolKit
|
5 |
Plugin URI: https://www.templatesnext.org/icreate/templatesnext-toolkit/
|
6 |
Description: Custom Portfolio and Shortcode functionality for TemplatesNext Wordpress Themes
|
7 |
+
Version: 3.2.7
|
8 |
Author: TemplatesNext
|
9 |
Text Domain: tx
|
10 |
Author URI: http://templatesnext.org/
|
11 |
License: GPLv2 or later
|
12 |
+
Requires at least: 5.0
|
13 |
+
Requires PHP: 7.0
|
14 |
*/
|
15 |
|
16 |
// Exit if accessed directly.
|