Tabs - Version 1.1

Version Description

07-mar-16 = * Resolve css conflict issue

Download this release

Release Info

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

Code changes from version 1.0 to 1.1

Files changed (3) hide show
  1. readme.txt +4 -1
  2. tabs-responsive.php +1 -1
  3. template/style.php +4 -0
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.wpshopmart.com
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.4.2
7
- Stable tag: 1.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -106,5 +106,8 @@ Please use WordPress support forum to ask any query regarding any issue.
106
 
107
  == Changelog ==
108
 
 
 
 
109
  = 1.0 =
110
  * Initial release.
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.4.2
7
+ Stable tag: 1.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
106
 
107
  == Changelog ==
108
 
109
+ = 1.1 07-mar-16 =
110
+ * Resolve css conflict issue
111
+
112
  = 1.0 =
113
  * Initial release.
tabs-responsive.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Tabs Responsive
4
- * Version: 1.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
1
  <?php
2
  /**
3
  * Plugin Name: Tabs Responsive
4
+ * Version: 1.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: http://www.wpshopmart.com
template/style.php CHANGED
@@ -216,3 +216,7 @@ overflow:hidden !important;
216
  <?php } ?>
217
  }
218
  }
 
 
 
 
216
  <?php } ?>
217
  }
218
  }
219
+
220
+ .wpsm_nav-tabs li:before{
221
+ display:none !important;
222
+ }