Version Description
- Back-end Minor Css Issue Resolved
Download this release
Release Info
Developer | wpshopmart |
Plugin | Tabs |
Version | 1.8.1 |
Comparing to | |
See all releases |
Code changes from version 1.8.0 to 1.8.1
- assets/images/show-icon.png +0 -0
- ink/install/installation.php +9 -9
- readme.txt +4 -1
- tabs-responsive.php +1 -1
assets/images/show-icon.png
CHANGED
Binary file
|
ink/install/installation.php
CHANGED
@@ -106,7 +106,7 @@ function wpsm_tabs_r_review() {
|
|
106 |
//$load = true;
|
107 |
} else {
|
108 |
// Check if it has been dismissed or not.
|
109 |
-
if ( (isset( $review['dismissed'] ) && ! $review['dismissed']) && (isset( $review['time'] ) && (($review['time'] + (DAY_IN_SECONDS *
|
110 |
$load = true;
|
111 |
}
|
112 |
}
|
@@ -121,12 +121,12 @@ function wpsm_tabs_r_review() {
|
|
121 |
<div style="float:left;margin-right:10px;margin-bottom:5px;">
|
122 |
<img style="width:100%;width: 120px;height: auto;" src="<?php echo wpshopmart_tabs_r_directory_url.'assets/images/show-icon.png'; ?>" />
|
123 |
</div>
|
124 |
-
<p style="font-size:18px;">'
|
125 |
<p style="font-size:18px;"><strong><?php _e( '~ wpshopmart', '' ); ?></strong></p>
|
126 |
<p style="font-size:19px;">
|
127 |
-
<a style="color: #fff;background: #
|
128 |
-
<a style="color: #fff;background: #27d63c;padding:
|
129 |
-
<a style="color: #fff;background: #31a3dd;padding:
|
130 |
</p>
|
131 |
</div>
|
132 |
<script type="text/javascript">
|
@@ -183,6 +183,7 @@ function wpsm_tabs_r_dismiss_review() {
|
|
183 |
}
|
184 |
|
185 |
|
|
|
186 |
function wpsm_tabs_respnsive_header_info() {
|
187 |
if(get_post_type()=="tabs_responsive") {
|
188 |
?>
|
@@ -230,7 +231,7 @@ box-shadow: 0px 13px 21px -10px rgba(128,128,128,1);
|
|
230 |
padding: 0px 0 23px 0;
|
231 |
}
|
232 |
.wpsm_ac_h_i ul{
|
233 |
-
padding:0px 20px 0px
|
234 |
}
|
235 |
.wpsm_ac_h_i li {
|
236 |
text-align:left;
|
@@ -273,7 +274,7 @@ margin-bottom:10px;
|
|
273 |
<a href="http://wpshopmart.com/plugins/accordion-pro/" target="_blank">
|
274 |
<div class="wpsm_ac_h_b"><a class="btn btn-danger btn-lg " href="https://wpshopmart.com/plugins/tabs-pro-plugin/" target="_blank">Buy Tabs Pro Now</a><a class="btn btn-success btn-lg " href="http://demo.wpshopmart.com/tabs-pro-plugin-demo-for-wordpress/" target="_blank">View Demo</a></div>
|
275 |
<div style="overflow:hidden;display:block;width:100%;text-align:center">
|
276 |
-
<h1 style="color:#fff;font-size:30px;text-transform:uppercase">
|
277 |
</div>
|
278 |
<div style="overflow:hidden;display:block;width:100%">
|
279 |
<div class="col-md-3">
|
@@ -318,8 +319,7 @@ margin-bottom:10px;
|
|
318 |
</div>
|
319 |
</a>
|
320 |
</div>
|
321 |
-
|
322 |
-
|
323 |
</div>
|
324 |
<?php
|
325 |
}
|
106 |
//$load = true;
|
107 |
} else {
|
108 |
// Check if it has been dismissed or not.
|
109 |
+
if ( (isset( $review['dismissed'] ) && ! $review['dismissed']) && (isset( $review['time'] ) && (($review['time'] + (DAY_IN_SECONDS * 3)) <= $time)) ) {
|
110 |
$load = true;
|
111 |
}
|
112 |
}
|
121 |
<div style="float:left;margin-right:10px;margin-bottom:5px;">
|
122 |
<img style="width:100%;width: 120px;height: auto;" src="<?php echo wpshopmart_tabs_r_directory_url.'assets/images/show-icon.png'; ?>" />
|
123 |
</div>
|
124 |
+
<p style="font-size:18px;">'Hi! We saw you have been using <strong>Tabs Responsive plugin</strong> for a few days and wanted to ask for your help to <strong>make the plugin better</strong>.We just need a minute of your time to rate the plugin. Thank you!</p>
|
125 |
<p style="font-size:18px;"><strong><?php _e( '~ wpshopmart', '' ); ?></strong></p>
|
126 |
<p style="font-size:19px;">
|
127 |
+
<a style="color: #fff;background: #ef4238;padding: 5px 7px 4px 6px;border-radius: 4px;" href="https://wordpress.org/support/plugin/tabs-responsive/reviews/?filter=5#new-post" class="wpsm-tabs-b-dismiss-review-notice wpsm-tabs-b-review-out" target="_blank" rel="noopener">Rate the plugin</a>
|
128 |
+
<a style="color: #fff;background: #27d63c;padding: 5px 7px 4px 6px;border-radius: 4px;" href="#" class="wpsm-tabs-b-dismiss-review-notice wpsm-rate-later" target="_self" rel="noopener"><?php _e( 'Nope, maybe later', '' ); ?></a>
|
129 |
+
<a style="color: #fff;background: #31a3dd;padding: 5px 7px 4px 6px;border-radius: 4px;" href="#" class="wpsm-tabs-b-dismiss-review-notice wpsm-rated" target="_self" rel="noopener"><?php _e( 'I already did', '' ); ?></a>
|
130 |
</p>
|
131 |
</div>
|
132 |
<script type="text/javascript">
|
183 |
}
|
184 |
|
185 |
|
186 |
+
|
187 |
function wpsm_tabs_respnsive_header_info() {
|
188 |
if(get_post_type()=="tabs_responsive") {
|
189 |
?>
|
231 |
padding: 0px 0 23px 0;
|
232 |
}
|
233 |
.wpsm_ac_h_i ul{
|
234 |
+
padding:0px 20px 0px 20px;
|
235 |
}
|
236 |
.wpsm_ac_h_i li {
|
237 |
text-align:left;
|
274 |
<a href="http://wpshopmart.com/plugins/accordion-pro/" target="_blank">
|
275 |
<div class="wpsm_ac_h_b"><a class="btn btn-danger btn-lg " href="https://wpshopmart.com/plugins/tabs-pro-plugin/" target="_blank">Buy Tabs Pro Now</a><a class="btn btn-success btn-lg " href="http://demo.wpshopmart.com/tabs-pro-plugin-demo-for-wordpress/" target="_blank">View Demo</a></div>
|
276 |
<div style="overflow:hidden;display:block;width:100%;text-align:center">
|
277 |
+
<h1 style="color:#fff;font-size:30px;text-transform:uppercase">Unlock More Features In Pro version</h1>
|
278 |
</div>
|
279 |
<div style="overflow:hidden;display:block;width:100%">
|
280 |
<div class="col-md-3">
|
319 |
</div>
|
320 |
</a>
|
321 |
</div>
|
322 |
+
|
|
|
323 |
</div>
|
324 |
<?php
|
325 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://wpshopmart.com/plugins/tabs-pro-plugin/
|
|
4 |
Tags: tab, tabs, responsive tabs, animation, animated tab, css3 tabs, bootstrap tabs, tabs content, responsive, shortcode, widget, wordpress tabs, wp tabs, accordion, collapse, toggle, bootstrap tab, jquery, tab widget, tab shortcode, jquery tabs, sidebar, plugin, html, html5, html5 tabs
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 4.9.1
|
7 |
-
Stable tag: 1.8.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -149,6 +149,9 @@ Please use WordPress support forum to ask any query regarding any issue.
|
|
149 |
== Changelog ==
|
150 |
|
151 |
|
|
|
|
|
|
|
152 |
= 1.8.0 =
|
153 |
* update wrong classname
|
154 |
|
4 |
Tags: tab, tabs, responsive tabs, animation, animated tab, css3 tabs, bootstrap tabs, tabs content, responsive, shortcode, widget, wordpress tabs, wp tabs, accordion, collapse, toggle, bootstrap tab, jquery, tab widget, tab shortcode, jquery tabs, sidebar, plugin, html, html5, html5 tabs
|
5 |
Requires at least: 3.3
|
6 |
Tested up to: 4.9.1
|
7 |
+
Stable tag: 1.8.1
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
149 |
== Changelog ==
|
150 |
|
151 |
|
152 |
+
= 1.8.1 =
|
153 |
+
* Back-end Minor Css Issue Resolved
|
154 |
+
|
155 |
= 1.8.0 =
|
156 |
* update wrong classname
|
157 |
|
tabs-responsive.php
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Tabs Responsive
|
4 |
-
* Version: 1.8.
|
5 |
* Description: Tabs Responsive is the most easiest drag & drop Tabs builder for WordPress. You can add unlimited Tabs with unlimited color Scheme.
|
6 |
* Author: wpshopmart
|
7 |
* Author URI: https://www.wpshopmart.com
|
1 |
<?php
|
2 |
/**
|
3 |
* Plugin Name: Tabs Responsive
|
4 |
+
* Version: 1.8.1
|
5 |
* Description: Tabs Responsive is the most easiest drag & drop Tabs builder for WordPress. You can add unlimited Tabs with unlimited color Scheme.
|
6 |
* Author: wpshopmart
|
7 |
* Author URI: https://www.wpshopmart.com
|