Tabs - Version 1.8.4

Version Description

  • optimized tab front cs
Download this release

Release Info

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

Code changes from version 1.8.3 to 1.8.4

Files changed (3) hide show
  1. readme.txt +4 -1
  2. tabs-responsive.php +1 -1
  3. template/style.php +78 -80
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.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,6 +156,9 @@ Please use WordPress support forum to ask any query regarding any issue.
156
 
157
  == Changelog ==
158
 
 
 
 
159
  = 1.8.3 =
160
  * Minor Bug Resolved
161
 
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.4
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.4 =
160
+ * optimized tab front cs
161
+
162
  = 1.8.3 =
163
  * Minor Bug Resolved
164
 
tabs-responsive.php CHANGED
@@ -1,7 +1,7 @@
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
1
  <?php
2
  /**
3
  * Plugin Name: Tabs Responsive
4
+ * Version: 1.8.4
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
template/style.php CHANGED
@@ -1,27 +1,27 @@
1
  #tab_container_<?php echo $post_id; ?> {
2
- overflow:hidden;
3
- display:block;
4
- width:100%;
5
- border:0px solid #ddd;
6
- margin-bottom:30px;
7
- }
8
 
9
  #tab_container_<?php echo $post_id; ?> .tab-content{
10
- padding:20px;
11
- border: 1px solid <?php echo $tab_content_border_color; ?> !important;
12
- margin-top: 0px;
13
- background-color:<?php echo $tabs_desc_bg_clr; ?> !important;
14
- color: <?php echo $tabs_desc_font_clr; ?> !important;
15
- font-size:<?php echo $des_size; ?>px !important;
16
- font-family: <?php echo $font_family; ?> !important;
 
 
 
 
 
 
17
 
18
- <?php if($enable_tabs_border=="yes"){ ?>
19
- border: 1px solid <?php echo $tab_content_border_color; ?> !important;
20
- <?php
21
- } else { ?>
22
- border: 0px solid <?php echo $tab_content_border_color; ?> !important;
23
-
24
- <?php } ?>
25
  }
26
  #tab_container_<?php echo $post_id; ?> .wpsm_nav-tabs {
27
  border-bottom: 0px solid #ddd;
@@ -161,20 +161,19 @@ overflow:hidden !important;
161
  @media (min-width: 769px) {
162
 
163
  #tab_container_<?php echo $post_id; ?> .wpsm_nav-tabs > li{
164
- float:<?php echo $tabs_position; ?> !important ;
165
- <?php if($tabs_position=="left"){ ?>
166
- margin-right:-1px !important;
167
- <?php } ?>
168
- <?php if($tabs_position=="right"){ ?>
169
- margin-left:-1px !important;
170
- <?php } ?>
171
  }
172
  #tab_container_<?php echo $post_id; ?> .wpsm_nav-tabs{
173
- float:none !important;
174
- margin:0px !important;
175
  }
176
 
177
- /* Margin CSS FOR Horizontal */
178
  #tab_container_<?php echo $post_id; ?> .wpsm_nav-tabs > li {
179
  <?php if($tabs_margin=="yes"){ ?>
180
  <?php if($tabs_position=="left"){ ?>
@@ -216,60 +215,59 @@ overflow:hidden !important;
216
  }
217
 
218
 
219
- .wpsm_nav-tabs li:before{
220
- display:none !important;
221
- }
222
-
223
- @media (max-width: 768px) {
224
- <?php if($tabs_display_on_mob=="2"){ ?>
225
-
226
- #tab_container_<?php echo $post_id; ?> .wpsm_nav-tabs li a span{
227
- display: none !important;
228
- }
229
-
230
- <?php } ?>
231
-
232
- <?php if($tabs_display_on_mob=="3"){ ?>
233
-
234
- #tab_container_<?php echo $post_id; ?> .wpsm_nav-tabs li a i{
235
- display: none !important;
236
- }
237
-
238
- <?php } ?>
239
- .wpsm_nav-tabs{
240
- margin-left:0px !important;
241
- margin-right:0px !important;
242
-
243
- }
244
- <?php if($tabs_display_mode_mob == "2") { ?>
245
- #tab_container_<?php echo $post_id; ?> .wpsm_nav-tabs > li{
246
- float:none !important;
247
  }
248
- <?php } else { ?>
249
-
250
- #tab_container_<?php echo $post_id; ?> .wpsm_nav-tabs > li {
251
- <?php if($tabs_margin=="yes"){ ?>
252
- <?php if($tabs_position=="left"){ ?>
253
- margin-right: 8px !important;
254
- <?php } ?>
255
- <?php if($tabs_position=="right"){ ?>
256
- margin-left: 8px !important;
257
- <?php } ?>
258
  <?php } ?>
259
 
260
- }
261
-
262
- <?php if($tabs_alignment=="vertical") { ?>
263
- #tab_container_<?php echo $post_id; ?> .wpsm_nav-tabs > li{
264
- float:none !important;
265
  }
266
- #tab_container_<?php echo $post_id; ?> .wpsm_nav-tabs{
267
- float:<?php echo $tabs_position; ?> !important;
268
- margin:0px !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
269
  }
 
 
 
 
 
 
 
 
 
 
 
270
  <?php } ?>
271
-
272
- <?php } ?>
273
-
274
 
275
- }
1
  #tab_container_<?php echo $post_id; ?> {
2
+ overflow:hidden;
3
+ display:block;
4
+ width:100%;
5
+ border:0px solid #ddd;
6
+ margin-bottom:30px;
7
+ }
8
 
9
  #tab_container_<?php echo $post_id; ?> .tab-content{
10
+ padding:20px;
11
+ border: 1px solid <?php echo $tab_content_border_color; ?> !important;
12
+ margin-top: 0px;
13
+ background-color:<?php echo $tabs_desc_bg_clr; ?> !important;
14
+ color: <?php echo $tabs_desc_font_clr; ?> !important;
15
+ font-size:<?php echo $des_size; ?>px !important;
16
+ font-family: <?php echo $font_family; ?> !important;
17
+
18
+ <?php if($enable_tabs_border=="yes"){ ?>
19
+ border: 1px solid <?php echo $tab_content_border_color; ?> !important;
20
+ <?php
21
+ } else { ?>
22
+ border: 0px solid <?php echo $tab_content_border_color; ?> !important;
23
 
24
+ <?php } ?>
 
 
 
 
 
 
25
  }
26
  #tab_container_<?php echo $post_id; ?> .wpsm_nav-tabs {
27
  border-bottom: 0px solid #ddd;
161
  @media (min-width: 769px) {
162
 
163
  #tab_container_<?php echo $post_id; ?> .wpsm_nav-tabs > li{
164
+ float:<?php echo $tabs_position; ?> !important ;
165
+ <?php if($tabs_position=="left"){ ?>
166
+ margin-right:-1px !important;
167
+ <?php } ?>
168
+ <?php if($tabs_position=="right"){ ?>
169
+ margin-left:-1px !important;
170
+ <?php } ?>
171
  }
172
  #tab_container_<?php echo $post_id; ?> .wpsm_nav-tabs{
173
+ float:none !important;
174
+ margin:0px !important;
175
  }
176
 
 
177
  #tab_container_<?php echo $post_id; ?> .wpsm_nav-tabs > li {
178
  <?php if($tabs_margin=="yes"){ ?>
179
  <?php if($tabs_position=="left"){ ?>
215
  }
216
 
217
 
218
+ .wpsm_nav-tabs li:before{
219
+ display:none !important;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
220
  }
221
+
222
+ @media (max-width: 768px) {
223
+ <?php if($tabs_display_on_mob=="2"){ ?>
224
+
225
+ #tab_container_<?php echo $post_id; ?> .wpsm_nav-tabs li a span{
226
+ display: none !important;
227
+ }
228
+
 
 
229
  <?php } ?>
230
 
231
+ <?php if($tabs_display_on_mob=="3"){ ?>
232
+
233
+ #tab_container_<?php echo $post_id; ?> .wpsm_nav-tabs li a i{
234
+ display: none !important;
 
235
  }
236
+
237
+ <?php } ?>
238
+ .wpsm_nav-tabs{
239
+ margin-left:0px !important;
240
+ margin-right:0px !important;
241
+
242
+ }
243
+ <?php if($tabs_display_mode_mob == "2") { ?>
244
+ #tab_container_<?php echo $post_id; ?> .wpsm_nav-tabs > li{
245
+ float:none !important;
246
+ }
247
+ <?php } else { ?>
248
+
249
+ #tab_container_<?php echo $post_id; ?> .wpsm_nav-tabs > li {
250
+ <?php if($tabs_margin=="yes"){ ?>
251
+ <?php if($tabs_position=="left"){ ?>
252
+ margin-right: 8px !important;
253
+ <?php } ?>
254
+ <?php if($tabs_position=="right"){ ?>
255
+ margin-left: 8px !important;
256
+ <?php } ?>
257
+ <?php } ?>
258
+
259
  }
260
+
261
+ <?php if($tabs_alignment=="vertical") { ?>
262
+ #tab_container_<?php echo $post_id; ?> .wpsm_nav-tabs > li{
263
+ float:none !important;
264
+ }
265
+ #tab_container_<?php echo $post_id; ?> .wpsm_nav-tabs{
266
+ float:<?php echo $tabs_position; ?> !important;
267
+ margin:0px !important;
268
+ }
269
+ <?php } ?>
270
+
271
  <?php } ?>
 
 
 
272
 
273
+ }