Version Description
Download this release
Release Info
| Developer | giucu91 |
| Plugin | |
| Version | 2.40.7 |
| Comparing to | |
| See all releases | |
Code changes from version 2.40.6 to 2.40.7
- changelog.txt +4 -0
- includes/class-strong-view.php +5 -5
- public/css/slider-controls-sides-buttons2-pager-buttons.css +2 -2
- public/css/slider-controls-sides-buttons3-pager-buttons.css +2 -2
- public/css/slider-controls-sides-inside-buttons-pager-buttons.css +2 -2
- public/css/slider-controls-sides-inside-buttons2-pager-buttons.css +2 -2
- public/css/slider-controls-sides-inside-buttons3-pager-buttons.css +2 -2
- public/css/slider-controls-sides-outside-buttons-pager-buttons.css +2 -2
- public/css/slider-controls-sides-outside-buttons2-pager-buttons.css +2 -2
- public/css/slider-controls-sides-outside-buttons3-pager-buttons.css +2 -2
- public/css/slider-controls-simple-buttons-pager-buttons.css +2 -2
- public/css/slider-controls-simple-buttons2-pager-buttons.css +2 -2
- public/css/slider-controls-simple-buttons3-pager-buttons.css +2 -2
- public/css/slider-controls-simple-text-pager-buttons.css +2 -2
- readme.txt +1 -1
- strong-testimonials.php +2 -2
- templates/default-form/form.css +19 -0
- templates/simple-form/form.css +19 -0
- templates/unstyled-form/form.css +23 -0
changelog.txt
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
= 2.40.6 - Apr. 29, 2020 =
|
| 2 |
* Fixed undefined index error
|
| 3 |
* Fixed pagination buttons
|
| 1 |
+
= 2.40.7 - May 25, 2020 =
|
| 2 |
+
* Fixed pagination buttons
|
| 3 |
+
* Fixed spinner for submitted form
|
| 4 |
+
|
| 5 |
= 2.40.6 - Apr. 29, 2020 =
|
| 6 |
* Fixed undefined index error
|
| 7 |
* Fixed pagination buttons
|
includes/class-strong-view.php
CHANGED
|
@@ -448,11 +448,11 @@ class Strong_View {
|
|
| 448 |
}
|
| 449 |
else {
|
| 450 |
wp_add_inline_style( $handle,
|
| 451 |
-
"$view_el .wpmtst-testimonial-heading,
|
| 452 |
-
"$view_el .wpmtst-testimonial-content p,
|
| 453 |
-
"$view_el .wpmtst-testimonial-content a.readmore,
|
| 454 |
-
"$view_el .wpmtst-testimonial-client div,
|
| 455 |
-
"$view_el .wpmtst-testimonial-client a
|
| 456 |
}
|
| 457 |
}
|
| 458 |
}
|
| 448 |
}
|
| 449 |
else {
|
| 450 |
wp_add_inline_style( $handle,
|
| 451 |
+
"$view_el .wpmtst-testimonial-heading," .
|
| 452 |
+
"$view_el .wpmtst-testimonial-content p," .
|
| 453 |
+
"$view_el .wpmtst-testimonial-content a.readmore," .
|
| 454 |
+
"$view_el .wpmtst-testimonial-client div," .
|
| 455 |
+
"$view_el .wpmtst-testimonial-client a { color: $c1; }" );
|
| 456 |
}
|
| 457 |
}
|
| 458 |
}
|
public/css/slider-controls-sides-buttons2-pager-buttons.css
CHANGED
|
@@ -155,8 +155,8 @@
|
|
| 155 |
}
|
| 156 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
| 157 |
content: "";
|
| 158 |
-
-webkit-mask: url('../svg/
|
| 159 |
-
mask: url('../svg/
|
| 160 |
display: inline-block;
|
| 161 |
color: #999;
|
| 162 |
background: #999;
|
| 155 |
}
|
| 156 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
| 157 |
content: "";
|
| 158 |
+
-webkit-mask: url('../svg/circle-regular.svg') center center no-repeat;
|
| 159 |
+
mask: url('../svg/circle-regular.svg') center center no-repeat;
|
| 160 |
display: inline-block;
|
| 161 |
color: #999;
|
| 162 |
background: #999;
|
public/css/slider-controls-sides-buttons3-pager-buttons.css
CHANGED
|
@@ -151,8 +151,8 @@
|
|
| 151 |
}
|
| 152 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
| 153 |
content: "";
|
| 154 |
-
-webkit-mask: url('../svg/
|
| 155 |
-
mask: url('../svg/
|
| 156 |
display: inline-block;
|
| 157 |
color: #999;
|
| 158 |
background: #999;
|
| 151 |
}
|
| 152 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
| 153 |
content: "";
|
| 154 |
+
-webkit-mask: url('../svg/circle-regular.svg') center center no-repeat;
|
| 155 |
+
mask: url('../svg/circle-regular.svg') center center no-repeat;
|
| 156 |
display: inline-block;
|
| 157 |
color: #999;
|
| 158 |
background: #999;
|
public/css/slider-controls-sides-inside-buttons-pager-buttons.css
CHANGED
|
@@ -170,8 +170,8 @@
|
|
| 170 |
}
|
| 171 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
| 172 |
content: "";
|
| 173 |
-
-webkit-mask: url('../svg/
|
| 174 |
-
mask: url('../svg/
|
| 175 |
display: inline-block;
|
| 176 |
color: #999;
|
| 177 |
background: #999;
|
| 170 |
}
|
| 171 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
| 172 |
content: "";
|
| 173 |
+
-webkit-mask: url('../svg/circle-regular.svg') center center no-repeat;
|
| 174 |
+
mask: url('../svg/circle-regular.svg') center center no-repeat;
|
| 175 |
display: inline-block;
|
| 176 |
color: #999;
|
| 177 |
background: #999;
|
public/css/slider-controls-sides-inside-buttons2-pager-buttons.css
CHANGED
|
@@ -169,8 +169,8 @@
|
|
| 169 |
}
|
| 170 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
| 171 |
content: "";
|
| 172 |
-
-webkit-mask: url('../svg/
|
| 173 |
-
mask: url('../svg/
|
| 174 |
display: inline-block;
|
| 175 |
color: #999;
|
| 176 |
background: #999;
|
| 169 |
}
|
| 170 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
| 171 |
content: "";
|
| 172 |
+
-webkit-mask: url('../svg/circle-regular.svg') center center no-repeat;
|
| 173 |
+
mask: url('../svg/circle-regular.svg') center center no-repeat;
|
| 174 |
display: inline-block;
|
| 175 |
color: #999;
|
| 176 |
background: #999;
|
public/css/slider-controls-sides-inside-buttons3-pager-buttons.css
CHANGED
|
@@ -153,8 +153,8 @@
|
|
| 153 |
}
|
| 154 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
| 155 |
content: "";
|
| 156 |
-
-webkit-mask: url('../svg/
|
| 157 |
-
mask: url('../svg/
|
| 158 |
display: inline-block;
|
| 159 |
color: #999;
|
| 160 |
background: #999;
|
| 153 |
}
|
| 154 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
| 155 |
content: "";
|
| 156 |
+
-webkit-mask: url('../svg/circle-regular.svg') center center no-repeat;
|
| 157 |
+
mask: url('../svg/circle-regular.svg') center center no-repeat;
|
| 158 |
display: inline-block;
|
| 159 |
color: #999;
|
| 160 |
background: #999;
|
public/css/slider-controls-sides-outside-buttons-pager-buttons.css
CHANGED
|
@@ -61,8 +61,8 @@
|
|
| 61 |
}
|
| 62 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
| 63 |
content: "";
|
| 64 |
-
-webkit-mask: url('../svg/
|
| 65 |
-
mask: url('../svg/
|
| 66 |
display: inline-block;
|
| 67 |
color: #999;
|
| 68 |
background: #999;
|
| 61 |
}
|
| 62 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
| 63 |
content: "";
|
| 64 |
+
-webkit-mask: url('../svg/circle-regular.svg') center center no-repeat;
|
| 65 |
+
mask: url('../svg/circle-regular.svg') center center no-repeat;
|
| 66 |
display: inline-block;
|
| 67 |
color: #999;
|
| 68 |
background: #999;
|
public/css/slider-controls-sides-outside-buttons2-pager-buttons.css
CHANGED
|
@@ -61,8 +61,8 @@
|
|
| 61 |
}
|
| 62 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
| 63 |
content: "";
|
| 64 |
-
-webkit-mask: url('../svg/
|
| 65 |
-
mask: url('../svg/
|
| 66 |
display: inline-block;
|
| 67 |
color: #999;
|
| 68 |
background: #999;
|
| 61 |
}
|
| 62 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
| 63 |
content: "";
|
| 64 |
+
-webkit-mask: url('../svg/circle-regular.svg') center center no-repeat;
|
| 65 |
+
mask: url('../svg/circle-regular.svg') center center no-repeat;
|
| 66 |
display: inline-block;
|
| 67 |
color: #999;
|
| 68 |
background: #999;
|
public/css/slider-controls-sides-outside-buttons3-pager-buttons.css
CHANGED
|
@@ -61,8 +61,8 @@
|
|
| 61 |
}
|
| 62 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
| 63 |
content: "";
|
| 64 |
-
-webkit-mask: url('../svg/
|
| 65 |
-
mask: url('../svg/
|
| 66 |
display: inline-block;
|
| 67 |
color: #999;
|
| 68 |
background: #999;
|
| 61 |
}
|
| 62 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
| 63 |
content: "";
|
| 64 |
+
-webkit-mask: url('../svg/circle-regular.svg') center center no-repeat;
|
| 65 |
+
mask: url('../svg/circle-regular.svg') center center no-repeat;
|
| 66 |
display: inline-block;
|
| 67 |
color: #999;
|
| 68 |
background: #999;
|
public/css/slider-controls-simple-buttons-pager-buttons.css
CHANGED
|
@@ -158,8 +158,8 @@
|
|
| 158 |
}
|
| 159 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
| 160 |
content: "";
|
| 161 |
-
-webkit-mask: url('../svg/
|
| 162 |
-
mask: url('../svg/
|
| 163 |
display: inline-block;
|
| 164 |
color: #999;
|
| 165 |
background: #999;
|
| 158 |
}
|
| 159 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
| 160 |
content: "";
|
| 161 |
+
-webkit-mask: url('../svg/circle-regular.svg') center center no-repeat;
|
| 162 |
+
mask: url('../svg/circle-regular.svg') center center no-repeat;
|
| 163 |
display: inline-block;
|
| 164 |
color: #999;
|
| 165 |
background: #999;
|
public/css/slider-controls-simple-buttons2-pager-buttons.css
CHANGED
|
@@ -155,8 +155,8 @@
|
|
| 155 |
}
|
| 156 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
| 157 |
content: "";
|
| 158 |
-
-webkit-mask: url('../svg/
|
| 159 |
-
mask: url('../svg/
|
| 160 |
display: inline-block;
|
| 161 |
color: #999;
|
| 162 |
background: #999;
|
| 155 |
}
|
| 156 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
| 157 |
content: "";
|
| 158 |
+
-webkit-mask: url('../svg/circle-regular.svg') center center no-repeat;
|
| 159 |
+
mask: url('../svg/circle-regular.svg') center center no-repeat;
|
| 160 |
display: inline-block;
|
| 161 |
color: #999;
|
| 162 |
background: #999;
|
public/css/slider-controls-simple-buttons3-pager-buttons.css
CHANGED
|
@@ -151,8 +151,8 @@
|
|
| 151 |
}
|
| 152 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
| 153 |
content: "";
|
| 154 |
-
-webkit-mask: url('../svg/
|
| 155 |
-
mask: url('../svg/
|
| 156 |
display: inline-block;
|
| 157 |
color: #999;
|
| 158 |
background: #999;
|
| 151 |
}
|
| 152 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
| 153 |
content: "";
|
| 154 |
+
-webkit-mask: url('../svg/circle-regular.svg') center center no-repeat;
|
| 155 |
+
mask: url('../svg/circle-regular.svg') center center no-repeat;
|
| 156 |
display: inline-block;
|
| 157 |
color: #999;
|
| 158 |
background: #999;
|
public/css/slider-controls-simple-text-pager-buttons.css
CHANGED
|
@@ -169,8 +169,8 @@
|
|
| 169 |
}
|
| 170 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
| 171 |
content: "";
|
| 172 |
-
-webkit-mask: url('../svg/
|
| 173 |
-
mask: url('../svg/
|
| 174 |
display: inline-block;
|
| 175 |
color: #999;
|
| 176 |
background: #999;
|
| 169 |
}
|
| 170 |
.strong-view.pager-style-buttons .wpmslider-pager-link:before {
|
| 171 |
content: "";
|
| 172 |
+
-webkit-mask: url('../svg/circle-regular.svg') center center no-repeat;
|
| 173 |
+
mask: url('../svg/circle-regular.svg') center center no-repeat;
|
| 174 |
display: inline-block;
|
| 175 |
color: #999;
|
| 176 |
background: #999;
|
readme.txt
CHANGED
|
@@ -4,7 +4,7 @@ Tags: testimonials, testimonial slider, testimonial form, star ratings
|
|
| 4 |
Requires at least: 4.6
|
| 5 |
Requires PHP: 5.6
|
| 6 |
Tested up to: 5.4
|
| 7 |
-
Stable tag: 2.40.
|
| 8 |
License: GPLv3 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
| 10 |
|
| 4 |
Requires at least: 4.6
|
| 5 |
Requires PHP: 5.6
|
| 6 |
Tested up to: 5.4
|
| 7 |
+
Stable tag: 2.40.7
|
| 8 |
License: GPLv3 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
| 10 |
|
strong-testimonials.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
* Description: Collect and display your testimonials or reviews.
|
| 6 |
* Author: MachoThemes
|
| 7 |
* Author URI: https://www.machothemes.com/
|
| 8 |
-
* Version: 2.40.
|
| 9 |
* Text Domain: strong-testimonials
|
| 10 |
* Domain Path: /languages
|
| 11 |
* Requires: 4.6 or higher
|
|
@@ -44,7 +44,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
|
| 44 |
exit;
|
| 45 |
}
|
| 46 |
|
| 47 |
-
define( 'WPMTST_VERSION', '2.40.
|
| 48 |
define( 'WPMTST_PLUGIN', plugin_basename( __FILE__ ) ); // strong-testimonials/strong-testimonials.php
|
| 49 |
define( 'WPMTST', dirname( WPMTST_PLUGIN ) ); // strong-testimonials
|
| 50 |
defined( 'WPMTST_STORE_URL' ) || define( 'WPMTST_STORE_URL', 'https://strongtestimonials.com' );
|
| 5 |
* Description: Collect and display your testimonials or reviews.
|
| 6 |
* Author: MachoThemes
|
| 7 |
* Author URI: https://www.machothemes.com/
|
| 8 |
+
* Version: 2.40.7
|
| 9 |
* Text Domain: strong-testimonials
|
| 10 |
* Domain Path: /languages
|
| 11 |
* Requires: 4.6 or higher
|
| 44 |
exit;
|
| 45 |
}
|
| 46 |
|
| 47 |
+
define( 'WPMTST_VERSION', '2.40.7' );
|
| 48 |
define( 'WPMTST_PLUGIN', plugin_basename( __FILE__ ) ); // strong-testimonials/strong-testimonials.php
|
| 49 |
define( 'WPMTST', dirname( WPMTST_PLUGIN ) ); // strong-testimonials
|
| 50 |
defined( 'WPMTST_STORE_URL' ) || define( 'WPMTST_STORE_URL', 'https://strongtestimonials.com' );
|
templates/default-form/form.css
CHANGED
|
@@ -123,6 +123,25 @@ img.captcha {
|
|
| 123 |
color: #111;
|
| 124 |
}
|
| 125 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 126 |
.strong-form {
|
| 127 |
/* field-wrap is used for checkboxes, radios, star ratings */
|
| 128 |
}
|
| 123 |
color: #111;
|
| 124 |
}
|
| 125 |
|
| 126 |
+
.strong-form-wait .message img {
|
| 127 |
+
width: 50px;
|
| 128 |
+
height: 50px;
|
| 129 |
+
margin: 0 auto;
|
| 130 |
+
}
|
| 131 |
+
|
| 132 |
+
@keyframes wpmtst-spin{
|
| 133 |
+
0%{
|
| 134 |
+
transform: rotate(360deg);
|
| 135 |
+
}
|
| 136 |
+
100%{
|
| 137 |
+
transform: rotate(0deg);
|
| 138 |
+
}
|
| 139 |
+
}
|
| 140 |
+
|
| 141 |
+
.strong-form-wait .message img{
|
| 142 |
+
animation: wpmtst-spin 2.5s infinite 0s linear;
|
| 143 |
+
}
|
| 144 |
+
|
| 145 |
.strong-form {
|
| 146 |
/* field-wrap is used for checkboxes, radios, star ratings */
|
| 147 |
}
|
templates/simple-form/form.css
CHANGED
|
@@ -123,6 +123,25 @@ img.captcha {
|
|
| 123 |
color: #111;
|
| 124 |
}
|
| 125 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 126 |
.strong-form {
|
| 127 |
/* error indicators */
|
| 128 |
/* field-wrap is used for checkboxes, radios, star ratings */
|
| 123 |
color: #111;
|
| 124 |
}
|
| 125 |
|
| 126 |
+
.strong-form-wait .message img {
|
| 127 |
+
width: 50px;
|
| 128 |
+
height: 50px;
|
| 129 |
+
margin: 0 auto;
|
| 130 |
+
}
|
| 131 |
+
|
| 132 |
+
@keyframes wpmtst-spin{
|
| 133 |
+
0%{
|
| 134 |
+
transform: rotate(360deg);
|
| 135 |
+
}
|
| 136 |
+
100%{
|
| 137 |
+
transform: rotate(0deg);
|
| 138 |
+
}
|
| 139 |
+
}
|
| 140 |
+
|
| 141 |
+
.strong-form-wait .message img{
|
| 142 |
+
animation: wpmtst-spin 2.5s infinite 0s linear;
|
| 143 |
+
}
|
| 144 |
+
|
| 145 |
.strong-form {
|
| 146 |
/* error indicators */
|
| 147 |
/* field-wrap is used for checkboxes, radios, star ratings */
|
templates/unstyled-form/form.css
CHANGED
|
@@ -3,6 +3,10 @@
|
|
| 3 |
*/
|
| 4 |
/* The "wait" spinner on form submission.
|
| 5 |
-----------------------------------------------*/
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
.strong-form-wait {
|
| 7 |
display: none;
|
| 8 |
position: absolute;
|
|
@@ -21,3 +25,22 @@
|
|
| 21 |
line-height: 50px;
|
| 22 |
color: #111;
|
| 23 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
*/
|
| 4 |
/* The "wait" spinner on form submission.
|
| 5 |
-----------------------------------------------*/
|
| 6 |
+
.wpmtst-unstyled-form {
|
| 7 |
+
position: relative;
|
| 8 |
+
}
|
| 9 |
+
|
| 10 |
.strong-form-wait {
|
| 11 |
display: none;
|
| 12 |
position: absolute;
|
| 25 |
line-height: 50px;
|
| 26 |
color: #111;
|
| 27 |
}
|
| 28 |
+
|
| 29 |
+
.strong-form-wait .message img {
|
| 30 |
+
width: 50px;
|
| 31 |
+
height: 50px;
|
| 32 |
+
margin: 0 auto;
|
| 33 |
+
}
|
| 34 |
+
|
| 35 |
+
@keyframes wpmtst-spin{
|
| 36 |
+
0%{
|
| 37 |
+
transform: rotate(360deg);
|
| 38 |
+
}
|
| 39 |
+
100%{
|
| 40 |
+
transform: rotate(0deg);
|
| 41 |
+
}
|
| 42 |
+
}
|
| 43 |
+
|
| 44 |
+
.strong-form-wait .message img{
|
| 45 |
+
animation: wpmtst-spin 2.5s infinite 0s linear;
|
| 46 |
+
}
|
