Tabs - Version 1.8.3

Version Description

  • Minor Bug Resolved
Download this release

Release Info

Developer wpshopmart
Plugin Icon 128x128 Tabs
Version 1.8.3
Comparing to
See all releases

Code changes from version 1.8.2 to 1.8.3

Files changed (3) hide show
  1. ink/admin/more-pro.php +217 -217
  2. readme.txt +5 -2
  3. tabs-responsive.php +1 -1
ink/admin/more-pro.php CHANGED
@@ -1,226 +1,226 @@
1
  <style>
2
- #tabs_r_more_pro{
3
- background:transparent !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
 
5
- margin-top:40px;
6
- }
7
- #tabs_r_more_pro .hndle , #tabs_r_more_pro .handlediv{
8
- display:none;
9
- }
10
- #tabs_r_more_pro p{
11
- color:#000;
12
- font-size:15px;
13
- }
14
- .wpsm-theme-container {
15
- background: #fff;
16
- padding-left: 0px;
17
- padding-right: 0px;
18
- box-shadow: 0 0 20px rgba(0,0,0,.2);
19
- margin-bottom: 20px;
20
- }
21
- .wpsm_site-img-responsive {
22
- display: block;
23
- width: 100%;
24
- height: auto;
25
- }
26
- .wpsm_product_wrapper {
27
- padding: 20px;
28
- overflow: hidden;
29
- }
30
- .wpsm_product_wrapper h3 {
31
- float: left;
32
- margin-bottom: 0px;
33
- color: #000 !important;
34
- letter-spacing: 0px;
35
- text-transform: uppercase;
36
- font-size: 18px;
37
- font-weight: 700;
38
- text-align: left;
39
- margin:0px;
40
- }
41
- .wpsm_product_wrapper h3 span {
42
- display: block;
43
- float: left;
44
- width: 100%;
45
- overflow: hidden;
46
- font-size: 14px;
47
- color: #919499;
48
- margin-top: 6px;
49
- }
50
- .wpsm_product_wrapper .price {
51
- float: right;
52
- font-size: 24px;
53
- color: #000;
54
- font-family: sans-serif;
55
- font-weight: 500;
56
- }
57
- .wpsm-btn-block {
58
- overflow: hidden;
59
- float: left;
60
- width: 100%;
61
- margin-top: 20px;
62
- display: block;
63
- }
64
- .portfolio_read_more_btn {
65
- border: 1px solid #1e73be;
66
- border-radius: 0px;
67
- margin-bottom: 10px;
68
- text-transform: uppercase;
69
- font-weight: 700;
70
- font-size: 15px;
71
- padding: 12px 12px;
72
- display: block;
73
- text-align:center;
74
- width:100%;
75
- border-radius: 2px;
76
- cursor: pointer;
77
- letter-spacing: 1px;
78
- outline: none;
79
- position: relative;
80
- text-decoration: none !important;
81
- color: #fff !important;
82
- -webkit-transition: all ease 0.5s;
83
- -moz-transition: all ease 0.5s;
84
- transition: all ease 0.5s;
85
- background: #1e73be;
86
- padding-left: 22px;
87
- padding-right: 22px;
88
- }
89
- .portfolio_demo_btn {
90
- border: 1px solid #919499;
91
- border-radius: 0px;
92
- margin-bottom: 10px;
93
- text-transform: uppercase;
94
- font-weight: 700;
95
- font-size: 15px;
96
- padding: 12px 12px;
97
- display: block;
98
- text-align:center;
99
- width:100%;
100
- border-radius: 2px;
101
- cursor: pointer;
102
- letter-spacing: 1px;
103
- outline: none;
104
- position: relative;
105
- text-decoration: none !important;
106
- background-color: #242629;
107
- border-color: #242629;
108
- color: #fff !important;
109
- -webkit-transition: all ease 0.5s;
110
- -moz-transition: all ease 0.5s;
111
- transition: all ease 0.5s;
112
- padding-left: 22px;
113
- padding-right: 22px;
114
- }
115
- </style>
116
- <h1>Recommended Premium Plugins From Wpshopmart</h1>
117
- <div style="overflow:hidden;display:block;width:100%;padding-top:20px;padding-bottom:20px">
118
- <div class="col-md-12">
119
-
120
- <div class="col-md-4">
121
-
122
- <div class="wpsm-theme-container" style="">
123
- <img width="700" height="394" src="<?php echo wpshopmart_tabs_r_directory_url.'assets/images/tabs-pro-screesnhot.png'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="tabs pro plugin">
124
- <div class="wpsm_product_wrapper">
125
- <h3 style="width:70%">Tabs Pro <span>wordpress</span></h3>
126
- <span class="price"><span class="amount">$9</span></span>
127
- <div class="wpsm-btn-block" style="">
128
-
129
- <a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/tabs-pro-plugin/" class="portfolio_read_more_btn pull-left">Check Detail</a>
130
- <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/tabs-pro-plugin-demo-for-wordpress/" class="portfolio_demo_btn pull-right">View Demo</a>
131
- </div>
132
- </div>
133
- </div>
134
-
135
  </div>
136
-
137
- <div class="col-md-4">
138
-
139
- <div class="wpsm-theme-container" style="">
140
- <img width="700" height="394" src="<?php echo wpshopmart_tabs_r_directory_url.'assets/images/csp.png'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
141
- <div class="wpsm_product_wrapper">
142
- <h3 style="width:70%">Coming Soon Pro <span>wordpress</span></h3>
143
- <span class="price"><span class="amount">$19</span></span>
144
- <div class="wpsm-btn-block" style="">
145
- <a title="Check Detail" target="_blank" href="http://wpshopmart.com/plugins/coming-soon-pro/" class="portfolio_read_more_btn pull-left">Check Detail</a>
146
- <a title="View Demo" target="_blank" href="http://wpshopmart.com/coming-soon-pro-demo-page/" class="portfolio_demo_btn pull-right">View Demo</a>
147
- </div>
148
- </div>
149
- </div>
150
-
151
  </div>
152
-
153
-
154
- <div class="col-md-4">
155
-
156
- <div class="wpsm-theme-container" style="">
157
- <img width="700" height="394" src="<?php echo wpshopmart_tabs_r_directory_url.'assets/images/ac.png'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
158
- <div class="wpsm_product_wrapper">
159
- <h3 style="width:70%">Accordion Pro<span>wordpress</span></h3>
160
- <span class="price"><span class="amount">$6</span></span>
161
- <div class="wpsm-btn-block" style="">
162
-
163
- <a title="Check Detail" target="_blank" href="http://wpshopmart.com/plugins/accordion-pro/" class="portfolio_read_more_btn pull-left">Check Detail</a>
164
- <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/accordion-pro/" class="portfolio_demo_btn pull-right">View Demo</a>
165
- </div>
166
- </div>
167
- </div>
168
-
169
  </div>
170
-
171
- <div class="col-md-4">
172
-
173
- <div class="wpsm-theme-container" style="">
174
- <img width="700" height="394" src="<?php echo wpshopmart_tabs_r_directory_url.'assets/images/counters.jpg'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
175
- <div class="wpsm_product_wrapper">
176
- <h3 style="width:70%">Counter Number Pro<span>wordpress</span></h3>
177
- <span class="price"><span class="amount">$12</span></span>
178
- <div class="wpsm-btn-block" style="">
179
-
180
- <a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/counter-numbers-pro/" class="portfolio_read_more_btn pull-left">Check Detail</a>
181
- <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/counter-number-pro/" class="portfolio_demo_btn pull-right">View Demo</a>
182
- </div>
183
- </div>
184
- </div>
185
-
186
  </div>
187
-
188
-
189
- <div class="col-md-4">
190
-
191
- <div class="wpsm-theme-container" style="">
192
- <img width="700" height="394" src="<?php echo wpshopmart_tabs_r_directory_url.'assets/images/service-showcase-pro-preview.jpg'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
193
- <div class="wpsm_product_wrapper">
194
- <h3 style="width:70%">Service Showcase<span>wordpress</span></h3>
195
- <span class="price"><span class="amount">$9</span></span>
196
- <div class="wpsm-btn-block" style="">
197
-
198
- <a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/service-showcase-pro-plugin-wordpress/" class="portfolio_read_more_btn pull-left">Check Detail</a>
199
- <a title="View Demo" target="_blank" href="http://dazzlersoftware.com/wpshopmart-demo/service-showcase-pro-plugin-demo/" class="portfolio_demo_btn pull-right">View Demo</a>
200
- </div>
201
- </div>
202
- </div>
203
-
204
  </div>
205
-
206
-
207
- <div class="col-md-4">
208
-
209
- <div class="wpsm-theme-container" style="">
210
- <img width="700" height="394" src="<?php echo wpshopmart_tabs_r_directory_url.'assets/images/cb.png'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
211
- <div class="wpsm_product_wrapper">
212
- <h3 style="width:70%">Colorbox Pro<span>wordpress</span></h3>
213
- <span class="price"><span class="amount">$5</span></span>
214
- <div class="wpsm-btn-block" style="">
215
-
216
- <a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/colorbox-pro/" class="portfolio_read_more_btn pull-left">Check Detail</a>
217
- <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/colorbox-pro/" class="portfolio_demo_btn pull-right">View Demo</a>
218
- </div>
219
- </div>
220
- </div>
221
-
222
  </div>
223
-
224
-
225
  </div>
226
- </div>
 
 
 
 
 
1
  <style>
2
+ #tabs_r_more_pro{
3
+ background:transparent !important;
4
+
5
+ margin-top:40px;
6
+ }
7
+ #tabs_r_more_pro .hndle , #tabs_r_more_pro .handlediv{
8
+ display:none;
9
+ }
10
+ #tabs_r_more_pro p{
11
+ color:#000;
12
+ font-size:15px;
13
+ }
14
+ .wpsm-theme-container {
15
+ background: #fff;
16
+ padding-left: 0px;
17
+ padding-right: 0px;
18
+ box-shadow: 0 0 20px rgba(0,0,0,.2);
19
+ margin-bottom: 20px;
20
+ }
21
+ .wpsm_site-img-responsive {
22
+ display: block;
23
+ width: 100%;
24
+ height: auto;
25
+ }
26
+ .wpsm_product_wrapper {
27
+ padding: 20px;
28
+ overflow: hidden;
29
+ }
30
+ .wpsm_product_wrapper h3 {
31
+ float: left;
32
+ margin-bottom: 0px;
33
+ color: #000 !important;
34
+ letter-spacing: 0px;
35
+ text-transform: uppercase;
36
+ font-size: 18px;
37
+ font-weight: 700;
38
+ text-align: left;
39
+ margin:0px;
40
+ }
41
+ .wpsm_product_wrapper h3 span {
42
+ display: block;
43
+ float: left;
44
+ width: 100%;
45
+ overflow: hidden;
46
+ font-size: 14px;
47
+ color: #919499;
48
+ margin-top: 6px;
49
+ }
50
+ .wpsm_product_wrapper .price {
51
+ float: right;
52
+ font-size: 24px;
53
+ color: #000;
54
+ font-family: sans-serif;
55
+ font-weight: 500;
56
+ }
57
+ .wpsm-btn-block {
58
+ overflow: hidden;
59
+ float: left;
60
+ width: 100%;
61
+ margin-top: 20px;
62
+ display: block;
63
+ }
64
+ .portfolio_read_more_btn {
65
+ border: 1px solid #1e73be;
66
+ border-radius: 0px;
67
+ margin-bottom: 10px;
68
+ text-transform: uppercase;
69
+ font-weight: 700;
70
+ font-size: 15px;
71
+ padding: 12px 12px;
72
+ display: block;
73
+ text-align:center;
74
+ width:100%;
75
+ border-radius: 2px;
76
+ cursor: pointer;
77
+ letter-spacing: 1px;
78
+ outline: none;
79
+ position: relative;
80
+ text-decoration: none !important;
81
+ color: #fff !important;
82
+ -webkit-transition: all ease 0.5s;
83
+ -moz-transition: all ease 0.5s;
84
+ transition: all ease 0.5s;
85
+ background: #1e73be;
86
+ padding-left: 22px;
87
+ padding-right: 22px;
88
+ }
89
+ .portfolio_demo_btn {
90
+ border: 1px solid #919499;
91
+ border-radius: 0px;
92
+ margin-bottom: 10px;
93
+ text-transform: uppercase;
94
+ font-weight: 700;
95
+ font-size: 15px;
96
+ padding: 12px 12px;
97
+ display: block;
98
+ text-align:center;
99
+ width:100%;
100
+ border-radius: 2px;
101
+ cursor: pointer;
102
+ letter-spacing: 1px;
103
+ outline: none;
104
+ position: relative;
105
+ text-decoration: none !important;
106
+ background-color: #242629;
107
+ border-color: #242629;
108
+ color: #fff !important;
109
+ -webkit-transition: all ease 0.5s;
110
+ -moz-transition: all ease 0.5s;
111
+ transition: all ease 0.5s;
112
+ padding-left: 22px;
113
+ padding-right: 22px;
114
+ }
115
+ </style>
116
+ <h1>Recommended Premium Plugins From Wpshopmart</h1>
117
+ <div style="overflow:hidden;display:block;width:100%;padding-top:20px;padding-bottom:20px">
118
+ <div class="col-md-12">
119
+
120
+ <div class="col-md-4">
121
 
122
+ <div class="wpsm-theme-container" style="">
123
+ <img width="700" height="394" src="<?php echo wpshopmart_tabs_r_directory_url.'assets/images/tabs-pro-screesnhot.png'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="tabs pro plugin">
124
+ <div class="wpsm_product_wrapper">
125
+ <h3 style="width:70%">Tabs Pro <span>wordpress</span></h3>
126
+ <span class="price"><span class="amount">$9</span></span>
127
+ <div class="wpsm-btn-block" style="">
128
+
129
+ <a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/tabs-pro-plugin/" class="portfolio_read_more_btn pull-left">Check Detail</a>
130
+ <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/tabs-pro-plugin-demo-for-wordpress/" class="portfolio_demo_btn pull-right">View Demo</a>
131
+ </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
132
  </div>
133
+ </div>
134
+
135
+ </div>
136
+
137
+ <div class="col-md-4">
138
+
139
+ <div class="wpsm-theme-container" style="">
140
+ <img width="700" height="394" src="<?php echo wpshopmart_tabs_r_directory_url.'assets/images/csp.png'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
141
+ <div class="wpsm_product_wrapper">
142
+ <h3 style="width:70%">Coming Soon Pro <span>wordpress</span></h3>
143
+ <span class="price"><span class="amount">$19</span></span>
144
+ <div class="wpsm-btn-block" style="">
145
+ <a title="Check Detail" target="_blank" href="http://wpshopmart.com/plugins/coming-soon-pro/" class="portfolio_read_more_btn pull-left">Check Detail</a>
146
+ <a title="View Demo" target="_blank" href="http://wpshopmart.com/coming-soon-pro-demo-page/" class="portfolio_demo_btn pull-right">View Demo</a>
147
+ </div>
148
  </div>
149
+ </div>
150
+
151
+ </div>
152
+
153
+
154
+ <div class="col-md-4">
155
+
156
+ <div class="wpsm-theme-container" style="">
157
+ <img width="700" height="394" src="<?php echo wpshopmart_tabs_r_directory_url.'assets/images/ac.png'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
158
+ <div class="wpsm_product_wrapper">
159
+ <h3 style="width:70%">Accordion Pro<span>wordpress</span></h3>
160
+ <span class="price"><span class="amount">$6</span></span>
161
+ <div class="wpsm-btn-block" style="">
162
+
163
+ <a title="Check Detail" target="_blank" href="http://wpshopmart.com/plugins/accordion-pro/" class="portfolio_read_more_btn pull-left">Check Detail</a>
164
+ <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/accordion-pro/" class="portfolio_demo_btn pull-right">View Demo</a>
165
+ </div>
166
  </div>
167
+ </div>
168
+
169
+ </div>
170
+
171
+ <div class="col-md-4">
172
+
173
+ <div class="wpsm-theme-container" style="">
174
+ <img width="700" height="394" src="<?php echo wpshopmart_tabs_r_directory_url.'assets/images/counters.jpg'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
175
+ <div class="wpsm_product_wrapper">
176
+ <h3 style="width:70%">Counter Number Pro<span>wordpress</span></h3>
177
+ <span class="price"><span class="amount">$12</span></span>
178
+ <div class="wpsm-btn-block" style="">
179
+
180
+ <a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/counter-numbers-pro/" class="portfolio_read_more_btn pull-left">Check Detail</a>
181
+ <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/counter-number-pro/" class="portfolio_demo_btn pull-right">View Demo</a>
182
+ </div>
183
  </div>
184
+ </div>
185
+
186
+ </div>
187
+
188
+
189
+ <div class="col-md-4">
190
+
191
+ <div class="wpsm-theme-container" style="">
192
+ <img width="700" height="394" src="<?php echo wpshopmart_tabs_r_directory_url.'assets/images/service-showcase-pro-preview.jpg'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
193
+ <div class="wpsm_product_wrapper">
194
+ <h3 style="width:70%">Service Showcase<span>wordpress</span></h3>
195
+ <span class="price"><span class="amount">$9</span></span>
196
+ <div class="wpsm-btn-block" style="">
197
+
198
+ <a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/service-showcase-pro-plugin-wordpress/" class="portfolio_read_more_btn pull-left">Check Detail</a>
199
+ <a title="View Demo" target="_blank" href="http://dazzlersoftware.com/wpshopmart-demo/service-showcase-pro-plugin-demo/" class="portfolio_demo_btn pull-right">View Demo</a>
200
+ </div>
201
  </div>
202
+ </div>
203
+
204
+ </div>
205
+
206
+
207
+ <div class="col-md-4">
208
+
209
+ <div class="wpsm-theme-container" style="">
210
+ <img width="700" height="394" src="<?php echo wpshopmart_tabs_r_directory_url.'assets/images/cb.png'; ?>" class="wpsm_site-img-responsive wp-post-image" alt="Colorbox and panels pro plugin">
211
+ <div class="wpsm_product_wrapper">
212
+ <h3 style="width:70%">Colorbox Pro<span>wordpress</span></h3>
213
+ <span class="price"><span class="amount">$5</span></span>
214
+ <div class="wpsm-btn-block" style="">
215
+
216
+ <a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/colorbox-pro/" class="portfolio_read_more_btn pull-left">Check Detail</a>
217
+ <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/colorbox-pro/" class="portfolio_demo_btn pull-right">View Demo</a>
218
+ </div>
219
  </div>
 
 
220
  </div>
221
+
222
+ </div>
223
+
224
+
225
+ </div>
226
+ </div>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: wpshopmart
3
  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.4
7
- Stable tag: 1.8.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -156,6 +156,9 @@ Please use WordPress support forum to ask any query regarding any issue.
156
 
157
  == Changelog ==
158
 
 
 
 
159
  = 1.8.2 =
160
  * Minor Issue Resolved
161
 
3
  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.5
7
+ Stable tag: 1.8.3
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
156
 
157
  == Changelog ==
158
 
159
+ = 1.8.3 =
160
+ * Minor Bug Resolved
161
+
162
  = 1.8.2 =
163
  * Minor Issue Resolved
164
 
tabs-responsive.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Tabs Responsive
4
- * Version: 1.8.2
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.3
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