Tabs - Version 1.7.0

Version Description

  • Update some comments
Download this release

Release Info

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

Code changes from version 1.6.9 to 1.7.0

assets/css/panel-style.css CHANGED
@@ -164,4 +164,71 @@ margin-bottom:20px;
164
  .wpsm_img_responsive {
165
  width: 100%;
166
  display: block;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
167
  }
164
  .wpsm_img_responsive {
165
  width: 100%;
166
  display: block;
167
+ }
168
+
169
+ /* ribbon */
170
+
171
+
172
+ .wpsm_ribbon {
173
+ position: absolute;
174
+ right: 7px;
175
+ top: -5px;
176
+ z-index: 1;
177
+ overflow: hidden;
178
+ width: 134px;
179
+ height: 125px;
180
+ text-align: right;
181
+ }
182
+ .wpsm_ribbon span {
183
+ font-size: 15px;
184
+ ont-size: 15px;
185
+ font-weight: bold;
186
+ color: #FFF;
187
+ text-transform: none;
188
+ text-align: center;
189
+ line-height: 36px;
190
+ transform: rotate(45deg);
191
+ -webkit-transform: rotate(45deg);
192
+ width: 170px;
193
+ display: block;
194
+ background: #79A70A;
195
+ background: linear-gradient(rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.7) 100%);
196
+ box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
197
+ position: absolute;
198
+ top: 30px;
199
+ right: -37px;
200
+
201
+ }
202
+ .wpsm_ribbon2 span{
203
+ background: linear-gradient(#03A9F4 0%, #2196F3 100%);
204
+ }
205
+ .wpsm_ribbon span::before {
206
+ content: "";
207
+ position: absolute; left: 0px; top: 100%;
208
+ z-index: -1;
209
+ border-left: 3px solid rgba(0,0,0,0.7);
210
+ border-right: 3px solid transparent;
211
+ border-bottom: 3px solid transparent;
212
+ border-top: 3px solid rgba(0,0,0,0.7);
213
+ }
214
+ .wpsm_ribbon span::after {
215
+ content: "";
216
+ position: absolute; right: 0px; top: 100%;
217
+ z-index: -1;
218
+ border-left: 3px solid transparent;
219
+ border-right: 3px solid rgba(0,0,0,0.7);
220
+ border-bottom: 3px solid transparent;
221
+ border-top: 3px solid rgba(0,0,0,0.7);
222
+ }
223
+ #accordion_designs .wpsm_ribbon{
224
+ right: 10px;
225
+ }
226
+ .design_btn{
227
+ text-decoration:none;
228
+
229
+ }
230
+ .btn-danger {
231
+ color: #fff;
232
+ background-color: #0fa1f4 !important;
233
+ border-color: #189cf3 !important;
234
  }
assets/images/accordion-1.png ADDED
Binary file
assets/images/accordion-2.png ADDED
Binary file
assets/images/more-setting.jpg ADDED
Binary file
assets/images/slideshow-01.jpg ADDED
Binary file
assets/images/snap.png ADDED
Binary file
assets/images/tabs-pro-screesnhot.png ADDED
Binary file
ink/admin/add-tabs.php CHANGED
@@ -7,6 +7,45 @@
7
  margin-bottom:20px;
8
  }
9
  </style>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  <h3><?php _e('Add Tabs',wpshopmart_tabs_r_text_domain); ?></h3>
11
  <input type="hidden" name="tabs_r_save_data_action" value="tabs_r_save_data_action" />
12
  <ul class="clearfix" id="colorbox_panel">
7
  margin-bottom:20px;
8
  }
9
  </style>
10
+ <h1>Tabs Design Template </h1>
11
+ <div style="overflow:hidden;display:block;width:100%;padding-top:20px">
12
+
13
+ <div class="col-md-3">
14
+ <div class="demoftr">
15
+
16
+ <div class="">
17
+ <div class="wpsm_home_portfolio_showcase">
18
+ <div class="wpsm_ribbon"><a target="_blank" href="https://wpshopmart.com/plugins/tabs-pro-plugin/"><span> Selected </span></a></div>
19
+ <img class="wpsm_img_responsive ftr_img" src="<?php echo wpshopmart_tabs_r_directory_url.'assets/images/accordion-1.png'?>">
20
+ </div>
21
+ </div>
22
+ <div style="padding:13px;overflow:hidden; background: #EFEFEF; border-top: 1px dashed #ccc;">
23
+ <h3 class="text-center pull-left" style="margin-top: 10px;margin-bottom: 10px;font-weight:900">Selected Design</h3>
24
+ <a type="button" class="pull-right btn btn-danger design_btn" id="templates_btn1" target="_blank" href="http://demo.wpshopmart.com/tabs-pro-plugin-demo-for-wordpress/" >Check Demo</a>
25
+ </div>
26
+ </div>
27
+ </div>
28
+
29
+ <div class="col-md-3">
30
+ <div class="demoftr">
31
+
32
+ <div class="">
33
+ <div class="wpsm_home_portfolio_showcase">
34
+ <div class="wpsm_ribbon wpsm_ribbon2"><a target="_blank" href="https://wpshopmart.com/plugins/tabs-pro-plugin/"><span>Buy Now</span></a></div>
35
+ <img class="wpsm_img_responsive ftr_img" src="<?php echo wpshopmart_tabs_r_directory_url.'assets/images/accordion-2.png'?>">
36
+ </div>
37
+ </div>
38
+ <div style="padding:13px;overflow:hidden; background: #EFEFEF; border-top: 1px dashed #ccc;">
39
+ <h3 class="text-center pull-left" style="margin-top: 10px;margin-bottom: 10px;font-weight:900">Pro Templates </h3>
40
+ <a type="button" class="pull-right btn btn-danger design_btn" id="templates_btn2" target="_blank" href="http://demo.wpshopmart.com/tabs-pro-plugin-demo-for-wordpress/" >Check Demo</a>
41
+ </div>
42
+ </div>
43
+ </div>
44
+
45
+ </div>
46
+
47
+
48
+
49
  <h3><?php _e('Add Tabs',wpshopmart_tabs_r_text_domain); ?></h3>
50
  <input type="hidden" name="tabs_r_save_data_action" value="tabs_r_save_data_action" />
51
  <ul class="clearfix" id="colorbox_panel">
ink/admin/menu.php CHANGED
@@ -93,7 +93,7 @@ class wpsm_tabs_r {
93
  add_meta_box ('tabs_r_shortcode', __('Tabs Shortcode', wpshopmart_tabs_r_text_domain), array(&$this, 'wpsm_pic_tabs_r_shortcode'), 'tabs_responsive', 'normal', 'low');
94
  add_meta_box ('tabs_r_more_pro', __('More Pro Plugin From Wpshopmart', wpshopmart_tabs_r_text_domain), array(&$this, 'wpsm_tabs_r_pic_more_pro'), 'tabs_responsive', 'normal', 'low');
95
 
96
- add_meta_box('tabs_r_donate', __('Donate Us', wpshopmart_tabs_r_text_domain), array(&$this, 'wpsm_tabs_r_donate_meta_box_function'), 'tabs_responsive', 'side', 'low');
97
  add_meta_box('tabs_r_rateus', __('Rate Us If You Like This Plugin', wpshopmart_tabs_r_text_domain), array(&$this, 'wpsm_tabs_r_rateus_meta_box_function'), 'tabs_responsive', 'side', 'low');
98
  add_meta_box('tabs_r_setting', __('Tabs Settings', wpshopmart_tabs_r_text_domain), array(&$this, 'wpsm_add_tabs_r_setting_meta_box_function'), 'tabs_responsive', 'side', 'low');
99
  }
93
  add_meta_box ('tabs_r_shortcode', __('Tabs Shortcode', wpshopmart_tabs_r_text_domain), array(&$this, 'wpsm_pic_tabs_r_shortcode'), 'tabs_responsive', 'normal', 'low');
94
  add_meta_box ('tabs_r_more_pro', __('More Pro Plugin From Wpshopmart', wpshopmart_tabs_r_text_domain), array(&$this, 'wpsm_tabs_r_pic_more_pro'), 'tabs_responsive', 'normal', 'low');
95
 
96
+ //add_meta_box('tabs_r_donate', __('Donate Us', wpshopmart_tabs_r_text_domain), array(&$this, 'wpsm_tabs_r_donate_meta_box_function'), 'tabs_responsive', 'side', 'low');
97
  add_meta_box('tabs_r_rateus', __('Rate Us If You Like This Plugin', wpshopmart_tabs_r_text_domain), array(&$this, 'wpsm_tabs_r_rateus_meta_box_function'), 'tabs_responsive', 'side', 'low');
98
  add_meta_box('tabs_r_setting', __('Tabs Settings', wpshopmart_tabs_r_text_domain), array(&$this, 'wpsm_add_tabs_r_setting_meta_box_function'), 'tabs_responsive', 'side', 'low');
99
  }
ink/admin/more-pro.php CHANGED
@@ -132,16 +132,16 @@
132
  </div>
133
 
134
  <div class="col-md-4">
135
- <a href="http://wpshopmart.com/plugins/colorbox-pro/" target="_blank" title="ColorBox Pro">
136
  <div class="wpsm-theme-container" style="">
137
- <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">
138
  <div class="wpsm_product_wrapper">
139
- <h3 style="width:70%">ColorBox Pro <span>wordpress</span></h3>
140
- <span class="price"><span class="amount">$5</span></span>
141
  <div class="wpsm-btn-block" style="">
142
 
143
- <a title="Check Detail" target="_blank" href="http://wpshopmart.com/plugins/colorbox-pro/" class="portfolio_read_more_btn pull-left">Check Detail</a>
144
- <a title="View Demo" target="_blank" href="http://demo.wpshopmart.com/colorbox-pro/" class="portfolio_demo_btn pull-right">View Demo</a>
145
  </div>
146
  </div>
147
  </div>
132
  </div>
133
 
134
  <div class="col-md-4">
135
+ <a href="https://wpshopmart.com/plugins/tabs-pro-plugin/" target="_blank" title="ColorBox Pro">
136
  <div class="wpsm-theme-container" style="">
137
+ <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">
138
  <div class="wpsm_product_wrapper">
139
+ <h3 style="width:70%">Tabs Pro <span>wordpress</span></h3>
140
+ <span class="price"><span class="amount">$6</span></span>
141
  <div class="wpsm-btn-block" style="">
142
 
143
+ <a title="Check Detail" target="_blank" href="https://wpshopmart.com/plugins/tabs-pro-plugin/" class="portfolio_read_more_btn pull-left">Check Detail</a>
144
+ <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>
145
  </div>
146
  </div>
147
  </div>
ink/admin/settings.php CHANGED
@@ -225,6 +225,8 @@ if(isset($_POST['action123']) == "default_settins_action")
225
  <img src="<?php echo wpshopmart_tabs_r_directory_url.'assets/tooltip/img/noise.png'; ?>">
226
  </div>
227
  </div>
 
 
228
  </td>
229
  </tr>
230
 
@@ -382,6 +384,8 @@ if(isset($_POST['action123']) == "default_settins_action")
382
 
383
  </div>
384
  </div>
 
 
385
  </td>
386
  </tr>
387
 
@@ -396,7 +400,40 @@ if(isset($_POST['action123']) == "default_settins_action")
396
  <option value="fadeInLeft" <?php if($tabs_animation == 'fadeInLeft' ) { echo "selected"; } ?>>Fade In Left Animation</option>
397
  <option value="fadeInRight" <?php if($tabs_animation == 'fadeInRight' ) { echo "selected"; } ?>>Fade In Right Animation</option>
398
  <option value="None" <?php if($tabs_animation == 'None' ) { echo "selected"; } ?>>No Animation</option>
399
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
400
  </select>
401
  <!-- Tooltip -->
402
  <a class="ac_tooltip" href="#help" data-tooltip="#tabs_r_animation">help</a>
@@ -405,6 +442,8 @@ if(isset($_POST['action123']) == "default_settins_action")
405
  <h2 style="color:#fff !important;">Animation your tabs content on click , select your animation form here</h2>
406
  </div>
407
  </div>
 
 
408
  </td>
409
  </tr>
410
 
@@ -527,6 +566,30 @@ if(isset($_POST['action123']) == "default_settins_action")
527
  </div>
528
  </td>
529
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
530
  <script>
531
 
532
  jQuery('.ac_tooltip').darkTooltip({
225
  <img src="<?php echo wpshopmart_tabs_r_directory_url.'assets/tooltip/img/noise.png'; ?>">
226
  </div>
227
  </div>
228
+ <div style="margin-top:10px;display:block;overflow:hidden;width:100%;"> <a style="margin-top:10px" href="http://wpshopmart.com/plugins/tabs-pro-plugin/" target="_balnk">Unlock 2 More Overlays Styles In Premium Version</a> </div>
229
+
230
  </td>
231
  </tr>
232
 
384
 
385
  </div>
386
  </div>
387
+ <div style="margin-top:10px;display:block;overflow:hidden;width:100%;"> <a style="margin-top:10px" href="http://wpshopmart.com/plugins/tabs-pro-plugin/" target="_balnk">Get 500+ Google Fonts In Premium Version</a> </div>
388
+
389
  </td>
390
  </tr>
391
 
400
  <option value="fadeInLeft" <?php if($tabs_animation == 'fadeInLeft' ) { echo "selected"; } ?>>Fade In Left Animation</option>
401
  <option value="fadeInRight" <?php if($tabs_animation == 'fadeInRight' ) { echo "selected"; } ?>>Fade In Right Animation</option>
402
  <option value="None" <?php if($tabs_animation == 'None' ) { echo "selected"; } ?>>No Animation</option>
403
+ <option value="flip" disabled <?php if($tabs_animation == 'flip' ) { echo "selected"; } ?> >flip (Available in Pro)</option>
404
+ <option value="flipInX" disabled <?php if($tabs_animation == 'flipInX' ) { echo "selected"; } ?> >flipInX (Available in Pro)</option>
405
+ <option value="flipInY" disabled <?php if($tabs_animation == 'flipInY' ) { echo "selected"; } ?> >flipInY (Available in Pro)option>
406
+ <option value="flipOutX" disabled <?php if($tabs_animation == 'flipOutX' ) { echo "selected"; } ?> >flipOutX (Available in Pro)</option>
407
+ <option value="flipOutY" disabled <?php if($tabs_animation == 'flipOutY' ) { echo "selected"; } ?> >flipOutY (Available in Pro)</option>
408
+ <option value="zoomIn" disabled <?php if($tabs_animation == 'zoomIn' ) { echo "selected"; } ?> >ZoomIn (Available in Pro)</option>
409
+ <option value="zoomInLeft" disabled <?php if($tabs_animation == 'zoomInLeft' ) { echo "selected"; } ?> >ZoomInLeft (Available in Pro)</option>
410
+ <option value="zoomInRight" disabled <?php if($tabs_animation == 'zoomInRight' ) { echo "selected"; } ?> >ZoomInRight (Available in Pro)</option>
411
+ <option value="zoomInUp" disabled <?php if($tabs_animation == 'zoomInUp' ) { echo "selected"; } ?> >ZoomInUp (Available in Pro)</option>
412
+ <option value="zoomInDown" disabled <?php if($tabs_animation == 'zoomInDown' ) { echo "selected"; } ?> >ZoomInDown (Available in Pro)</option>
413
+ <option value="bounce" disabled <?php if($tabs_animation == 'bounce' ) { echo "selected"; } ?> >bounce (Available in Pro)</option>
414
+ <option value="bounceIn" disabled <?php if($tabs_animation == 'bounceIn' ) { echo "selected"; } ?> >bounceIn (Available in Pro)</option>
415
+ <option value="bounceInLeft" disabled <?php if($tabs_animation == 'bounceInLeft' ) { echo "selected"; } ?> >bounceInLeft (Available in Pro)</option>
416
+ <option value="bounceInRight" disabled <?php if($tabs_animation == 'bounceInRight' ) { echo "selected"; } ?> >bounceInRight (Available in Pro)</option>
417
+ <option value="bounceInUp" disabled <?php if($tabs_animation == 'bounceInUp' ) { echo "selected"; } ?> >bounceInUp (Available in Pro)</option>
418
+ <option value="bounceInDown" disabled <?php if($tabs_animation == 'bounceInDown' ) { echo "selected"; } ?> >bounceInDown (Available in Pro)</option>
419
+ <option value="flash" disabled <?php if($tabs_animation == 'flash' ) { echo "selected"; } ?> >flash (Available in Pro)</option>
420
+ <option value="pulse" disabled <?php if($tabs_animation == 'pulse' ) { echo "selected"; } ?> >pulse (Available in Pro)</option>
421
+ <option value="shake" disabled <?php if($tabs_animation == 'shake' ) { echo "selected"; } ?> >shake (Available in Pro)</option>
422
+ <option value="swing" disabled <?php if($tabs_animation == 'swing' ) { echo "selected"; } ?> >swing (Available in Pro)</option>
423
+ <option value="tada" disabled <?php if($tabs_animation == 'tada' ) { echo "selected"; } ?> >tada (Available in Pro)</option>
424
+ <option value="wobble" disabled <?php if($tabs_animation == 'wobble' ) { echo "selected"; } ?> >wobble (Available in Pro)</option>
425
+ <option value="lightSpeedIn" disabled <?php if($tabs_animation == 'lightSpeedIn' ) { echo "selected"; } ?> >lightSpeedIn (Available in Pro)</option>
426
+ <option value="rollIn" disabled <?php if($tabs_animation == 'rollIn' ) { echo "selected"; } ?> >rollIn (Available in Pro)</option>
427
+ <option value="slideInDown" disabled <?php if($tabs_animation == 'slideInDown' ) { echo "selected"; } ?> >slideInDown (Available in Pro)</option>
428
+ <option value="slideInLeft" disabled <?php if($tabs_animation == 'slideInLeft' ) { echo "selected"; } ?> >slideInLeft (Available in Pro)</option>
429
+ <option value="slideInRight" disabled <?php if($tabs_animation == 'slideInRight' ) { echo "selected"; } ?> >slideInRight (Available in Pro)</option>
430
+ <option value="slideInUp" disabled <?php if($tabs_animation == 'slideInUp' ) { echo "selected"; } ?> >slideInUp (Available in Pro)</option>
431
+ <option value="rotateIn" disabled <?php if($tabs_animation == 'rotateIn' ) { echo "selected"; } ?> >rotateIn (Available in Pro)</option>
432
+ <option value="rotateInDownLeft" disabled <?php if($tabs_animation == 'rotateInDownLeft' ) { echo "selected"; } ?> >rotateInDownLeft (Available in Pro)</option>
433
+ <option value="rotateInDownRight" disabled <?php if($tabs_animation == 'rotateInDownRight' ) { echo "selected"; } ?> >rotateInDownRight (Available in Pro)</option>
434
+ <option value="rotateInUpLeft" disabled <?php if($tabs_animation == 'rotateInUpLeft' ) { echo "selected"; } ?> >rotateInUpLeft (Available in Pro)</option>
435
+ <option value="rotateInUpRight" disabled <?php if($tabs_animation == 'rotateInUpRight' ) { echo "selected"; } ?> >rotateInUpRight (Available in Pro)</option>
436
+
437
  </select>
438
  <!-- Tooltip -->
439
  <a class="ac_tooltip" href="#help" data-tooltip="#tabs_r_animation">help</a>
442
  <h2 style="color:#fff !important;">Animation your tabs content on click , select your animation form here</h2>
443
  </div>
444
  </div>
445
+ <div style="margin-top:10px;display:block;overflow:hidden;width:100%;"> <a style="margin-top:10px" href="http://wpshopmart.com/plugins/tabs-pro-plugin/" target="_balnk">Unlock 25+ MOre Animation Effect In Premium Version</a> </div>
446
+
447
  </td>
448
  </tr>
449
 
566
  </div>
567
  </td>
568
  </tr>
569
+ <tr>
570
+ <th scope="row"><label><?php _e('Tabs On Hover',wpshopmart_tabs_r_text_domain); ?></label></th>
571
+ <td>
572
+ <img style="width:100px; "class="wpsm_img_responsive" src="<?php echo wpshopmart_tabs_r_directory_url.'assets/images/snap.png'; ?>" />
573
+ <br />
574
+ <a style="margin-top:10px" href="http://wpshopmart.com/plugins/tabs-pro-plugin/" target="_balnk">Available In Premium Version</a>
575
+ </td>
576
+ </tr>
577
+ <tr>
578
+ <th scope="row"><label><?php _e('Tabs On Hover',wpshopmart_tabs_r_text_domain); ?></label></th>
579
+ <td>
580
+ <img style="width:100px; "class="wpsm_img_responsive" src="<?php echo wpshopmart_tabs_r_directory_url.'assets/images/snap.png'; ?>" />
581
+ <br />
582
+ <a style="margin-top:10px" href="http://wpshopmart.com/plugins/tabs-pro-plugin/" target="_balnk">Available In Premium Version</a>
583
+ </td>
584
+ </tr>
585
+ <tr>
586
+ <th scope="row"><label><?php _e('Tabs On Hover',wpshopmart_tabs_r_text_domain); ?></label></th>
587
+ <td>
588
+ <img class="wpsm_img_responsive" src="<?php echo wpshopmart_tabs_r_directory_url.'assets/images/more-setting.jpg'; ?>" />
589
+ <br />
590
+ <a style="margin-top:10px" href="http://wpshopmart.com/plugins/tabs-pro-plugin/" target="_balnk">Available In Premium Version</a>
591
+ </td>
592
+ </tr>
593
  <script>
594
 
595
  jQuery('.ac_tooltip').darkTooltip({
ink/install/installation.php CHANGED
@@ -181,4 +181,119 @@ function wpsm_tabs_r_dismiss_review() {
181
  update_option( 'wpsm_tabs_r_review', $review );
182
  die;
183
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
184
  ?>
181
  update_option( 'wpsm_tabs_r_review', $review );
182
  die;
183
  }
184
+
185
+
186
+ function wpsm_tabs_respnsive_header_info() {
187
+ if(get_post_type()=="tabs_responsive") {
188
+ ?>
189
+ <style>
190
+ .wpsm_ac_h_i{
191
+ background:url('<?php echo wpshopmart_tabs_r_directory_url.'assets/images/slideshow-01.jpg'; ?>') 50% 0 repeat fixed;
192
+ margin-left: -20px;
193
+ font-family: Myriad Pro ;
194
+ cursor: pointer;
195
+ text-align: center;
196
+ }
197
+ .wpsm_ac_h_i .wpsm_ac_h_b{
198
+ color: white;
199
+ font-size: 30px;
200
+ font-weight: bolder;
201
+ padding: 0 0 15px 0;
202
+ }
203
+ .wpsm_ac_h_i .wpsm_ac_h_b .dashicons{
204
+ font-size: 40px;
205
+ position: absolute;
206
+ margin-left: -45px;
207
+ margin-top: -10px;
208
+ }
209
+ .wpsm_ac_h_small{
210
+ font-weight: bolder;
211
+ color: white;
212
+ font-size: 18px;
213
+ padding: 0 0 15px 15px;
214
+ }
215
+
216
+ .wpsm_ac_h_i a{
217
+ text-decoration: none;
218
+ }
219
+ @media screen and ( max-width: 600px ) {
220
+ .wpsm_ac_h_i{ padding-top: 60px; margin-bottom: -50px; }
221
+ .wpsm_ac_h_i .WlTSmall { display: none; }
222
+ }
223
+ .texture-layer {
224
+ background: rgba(0,0,53,0.27);
225
+ padding-top: 0px;
226
+ padding: 27px 0 23px 0;
227
+ }
228
+ .wpsm_ac_h_i li {
229
+ color:#fff;
230
+ font-size: 17px;
231
+ line-height: 1.3;
232
+ font-weight: 600;
233
+ }
234
+ .wpsm_ac_h_i .btn-danger{
235
+ font-size: 29px;
236
+ background-color: #E74B42;
237
+ border-radius:1px;
238
+ margin-right:10px;
239
+
240
+ }
241
+ .wpsm_ac_h_i .btn-success{
242
+ font-size: 29px;
243
+ border-radius:1px;
244
+ }
245
+
246
+ </style>
247
+ <div class="wpsm_ac_h_i ">
248
+ <div class="texture-layer">
249
+ <a href="http://wpshopmart.com/plugins/accordion-pro/" target="_blank">
250
+ <div class="wpsm_ac_h_b"><a class="btn btn-danger btn-lg " href="https://wpshopmart.com/plugins/tabs-pro-plugin/" target="_blank">Get Tabs Pro Only In $6</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>
251
+ <div style="overflow:hidden;display:block;width:100%">
252
+ <div class="col-md-3">
253
+ <ul>
254
+ <li> 20+ Design Templates </li>
255
+ <li> 30+ Content Animations </li>
256
+ <li> Individual Color Scheme </li>
257
+ <li> 4 Overlay Effect </li>
258
+ <li> 500+ Google Fonts </li>
259
+ </ul>
260
+ </div>
261
+ <div class="col-md-3">
262
+ <ul>
263
+ <li> Customize Icon Position </li>
264
+ <li> Custom Image icon </li>
265
+ <li> Tabs on Hover </li>
266
+ <li> Widget Option </li>
267
+ <li> 500+ Glyphicon Icons Support </li>
268
+ </ul>
269
+ </div>
270
+ <div class="col-md-3">
271
+ <ul>
272
+ <li> 500+ Dashicons Icon Support </li>
273
+ <li> 1000+ Font Awesome Icon Support </li>
274
+ <li> Tabs Custom Width </li>
275
+ <li> Unlimited Shortcode </li>
276
+
277
+ <li> Drag And Drop Builder </li>
278
+
279
+ </ul>
280
+ </div>
281
+ <div class="col-md-3">
282
+ <ul>
283
+ <li> Tabs Custom Height </li>
284
+ <li> Border Color Customization </li>
285
+ <li> Unlimited Color Scheme </li>
286
+ <li> High Priority Support </li>
287
+ <li> All Browser Compatible </li>
288
+ </ul>
289
+ </div>
290
+
291
+ </div>
292
+ </a>
293
+ </div>
294
+ </div>
295
+ <?php
296
+ }
297
+ }
298
+ add_action('in_admin_header','wpsm_tabs_respnsive_header_info');
299
  ?>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: wpshopmart
3
  Donate link: http://wpshopmart.com/members/signup/tabs-responsive-donation
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.7.3
7
- Stable tag: 1.6.9
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -47,6 +47,45 @@ You can add images, video, music or another shortcode in tab description filed.
47
  * Multiple Advanced Custom Field Available
48
  * All browser compatible
49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
 
51
  = Responsive Design =
52
 
@@ -109,6 +148,9 @@ Please use WordPress support forum to ask any query regarding any issue.
109
 
110
  == Changelog ==
111
 
 
 
 
112
  = 1.6.9 =
113
  * Minor Bug Resolved
114
 
3
  Donate link: http://wpshopmart.com/members/signup/tabs-responsive-donation
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.7.4
7
+ Stable tag: 1.7.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
47
  * Multiple Advanced Custom Field Available
48
  * All browser compatible
49
 
50
+ ### Tabs Pro Features
51
+
52
+ * Responsive Design
53
+ * 20+ Design Templates
54
+ * 500+ Google Fonts
55
+ * 30+ Content Animation
56
+ * 4 types of background Overlay
57
+ * On Hover Tabs
58
+ * Individual Tabs Color
59
+ * Custom Image Icons
60
+ * Widget Option
61
+ * Limitless Tabs anywhere in the theme
62
+ * Drag and Drop builder Api integrated.
63
+ * Draggable Tabs items for easy sorting
64
+ * Use via short-codes
65
+ * Awesome input field for tabs content
66
+ * Unlimited colour option
67
+ * Bootstrap framework based
68
+ * Less for quick customization
69
+ * Font Awesome Icon Support
70
+ * Glyphicon Icon Support
71
+ * Dashicon Support
72
+ * Set Tabs Button Custom Width
73
+ * Set Custom Height
74
+ * Border Color Customization
75
+ * Font Awesome Icon Picker Integrated
76
+ * Two different styles Integrated
77
+ * Hide All tabs on page load or display all
78
+ * Gulp for instant workflow
79
+ * Highly customized for User Experience
80
+ * Slick Frontend and backend UI
81
+ * Add and remove tabs item from backend.
82
+ * Multiple Advanced Custom Field Available
83
+ * All browser compatible
84
+
85
+ ### Check Demos
86
+
87
+ * [Tab Pro - Live Demo](http://demo.wpshopmart.com/tabs-pro-plugin-demo-for-wordpress/)
88
+ * [Upgrade To Tab Pro](https://wpshopmart.com/plugins/tabs-pro-plugin/)
89
 
90
  = Responsive Design =
91
 
148
 
149
  == Changelog ==
150
 
151
+ = 1.7.0 =
152
+ * Update some comments
153
+
154
  = 1.6.9 =
155
  * Minor Bug Resolved
156
 
tabs-responsive.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Tabs Responsive
4
- * Version: 1.6.9
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: http://www.wpshopmart.com
1
  <?php
2
  /**
3
  * Plugin Name: Tabs Responsive
4
+ * Version: 1.7.0
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: http://www.wpshopmart.com