Weaver Xtreme Theme Support - Version 1.0.3

Version Description

  • Fix: extra " in [ youtube ]
Download this release

Release Info

Developer wpweaver
Plugin Icon 128x128 Weaver Xtreme Theme Support
Version 1.0.3
Comparing to
See all releases

Code changes from version 1.0.1 to 1.0.3

includes/wvrx-ts-admin-page-posts.php CHANGED
@@ -238,8 +238,8 @@ the <em></em>&mdash; Select &mdash;</em> default value.','weaver-xtreme' /*adm*/
238
  wvrx_ts_page_checkbox('_pp_hide_page_infobar',__('Hide Info Bar on this page','weaver-xtreme' /*adm*/));
239
  wvrx_ts_page_checkbox('_pp_hide_footer',__('Hide Entire Footer','weaver-xtreme' /*adm*/),33,1);
240
 
241
-
242
- wvrx_ts_page_checkbox('_pp_hide_page_title',__('Hide Page Title','weaver-xtreme' /*adm*/),33,2);
243
 
244
  _e('<em>Note:</em> the following options work with the default menu - not custom menus.','weaver-xtreme' /*adm*/);
245
  weaverx_html_br();
@@ -557,7 +557,7 @@ function wvrx_ts_save_post_fields($post_id) {
557
  '_pp_wvrx_pwp_cols', '_pp_post_filter', '_pp_header-widget-area' ,'_pp_footer-widget-area',
558
  '_pp_hide_page_infobar', '_pp_hide_n_posts','_pp_fullposts', '_pp_pwp_masonry','_pp_pwp_compact','_pp_pwp_compact_posts',
559
  '_primary-widget-area', '_secondary-widget-area', '_header-widget-area', '_footer-widget-area', '_sitewide-top-widget-area',
560
- '_sitewide-bottom-widget-area', '_page-top-widget-area', '_page-bottom-widget-area'
561
  );
562
 
563
  if (weaverx_allow_multisite()) {
238
  wvrx_ts_page_checkbox('_pp_hide_page_infobar',__('Hide Info Bar on this page','weaver-xtreme' /*adm*/));
239
  wvrx_ts_page_checkbox('_pp_hide_footer',__('Hide Entire Footer','weaver-xtreme' /*adm*/),33,1);
240
 
241
+ wvrx_ts_page_checkbox('_pp_hide_page_title',__('Hide Page Title','weaver-xtreme' /*adm*/));
242
+ wvrx_ts_page_checkbox('_pp_full_browser_height',__('Force full browser height','weaver-xtreme' /*adm*/),33,2);
243
 
244
  _e('<em>Note:</em> the following options work with the default menu - not custom menus.','weaver-xtreme' /*adm*/);
245
  weaverx_html_br();
557
  '_pp_wvrx_pwp_cols', '_pp_post_filter', '_pp_header-widget-area' ,'_pp_footer-widget-area',
558
  '_pp_hide_page_infobar', '_pp_hide_n_posts','_pp_fullposts', '_pp_pwp_masonry','_pp_pwp_compact','_pp_pwp_compact_posts',
559
  '_primary-widget-area', '_secondary-widget-area', '_header-widget-area', '_footer-widget-area', '_sitewide-top-widget-area',
560
+ '_sitewide-bottom-widget-area', '_page-top-widget-area', '_page-bottom-widget-area', '_pp_full_browser_height'
561
  );
562
 
563
  if (weaverx_allow_multisite()) {
includes/wvrx-ts-shortcodes.php CHANGED
@@ -485,7 +485,7 @@ function wvrx_ts_sc_youtube($args = '') {
485
  }
486
 
487
  $ret ="\n" . $cntr1 . '<iframe src="' . $url
488
- . '" frameborder="0" width="'.$w.'" height="' . $h . '" frameborder="0" ' . $allowfull . '"></iframe>'
489
  . $cntr2 . "\n";
490
 
491
  return $ret;
485
  }
486
 
487
  $ret ="\n" . $cntr1 . '<iframe src="' . $url
488
+ . '" frameborder="0" width="'.$w.'" height="' . $h . '" frameborder="0" ' . $allowfull . '></iframe>'
489
  . $cntr2 . "\n";
490
 
491
  return $ret;
readme.txt CHANGED
@@ -1,6 +1,6 @@
1
- === Weaver X Theme Support ===
2
- Plugin Name: Weaver X Theme Support
3
- Plugin URI: http://aspentheme.com/plugins/
4
  Tags: weaver x theme, shortcodes, widgets
5
  Author URI: http://weavertheme.com/about/
6
  Contributors: wpweaver
@@ -9,7 +9,7 @@ License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
  Requires at least: 3.9
11
  Tested up to: 4.1
12
- Stable tag: 1.0.1
13
 
14
  A useful shortcode and widget collection for Weaver Xtreme
15
 
@@ -74,6 +74,11 @@ Support for this plugin can best be found at our forum - http://forum.weaverthem
74
  This is the initial release of this plugin.
75
 
76
  == ChangeLog ==
 
 
 
 
 
77
 
78
  = 1.0.1 =
79
  * New - Per Page/Post Report from Add-ons menu
1
+ === Weaver Xtreme Theme Support ===
2
+ Plugin Name: Weaver Xtreme Theme Support
3
+ Plugin URI: http://weavertheme.com/plugins/
4
  Tags: weaver x theme, shortcodes, widgets
5
  Author URI: http://weavertheme.com/about/
6
  Contributors: wpweaver
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
  Requires at least: 3.9
11
  Tested up to: 4.1
12
+ Stable tag: 1.0.3
13
 
14
  A useful shortcode and widget collection for Weaver Xtreme
15
 
74
  This is the initial release of this plugin.
75
 
76
  == ChangeLog ==
77
+ = 1.0.3 =
78
+ * Fix: extra " in [ youtube ]
79
+
80
+ = 1.0.2 =
81
+ * Fix: z-index rule for tab shortcode
82
 
83
  = 1.0.1 =
84
  * New - Per Page/Post Report from Add-ons menu
weaverx-ts-style.css CHANGED
@@ -104,3 +104,7 @@ without modifying theme or plugin .css files.
104
  position:relative;
105
  z-index:2;
106
  }
 
 
 
 
104
  position:relative;
105
  z-index:2;
106
  }
107
+ .wvr-tabs-nav {
108
+ position:relative;
109
+ z-index:3;
110
+ }
weaverx-ts-style.min.css CHANGED
@@ -1,2 +1,2 @@
1
  @media screen and (min-width:768px){.wvr-hide-desktop{display:none!important}.wvr-hide-all{display:none!important}.wvr-show-phone{display:none!important}.wvr-show-mobile{display:none!important}.wvr-show-smalltablet{display:none!important}}@media screen and (min-width:581px) and (max-width:767px){.wvr-hide-smalltablet{display:none!important}.wvr-hide-mobile{display:none!important}.wvr-hide-all{display:none!important}.wvr-show-desktop{display:none!important}.wvr-show-phone{display:none!important}}@media screen and (max-width:580px){.wvr-hide-phone{display:none!important}.wvr-hide-mobile{display:none!important}.wvr-hide-all{display:none!important}.wvr-show-desktop{display:none!important}.wvr-show-smalltablet{display:none!important}}.wvr-tabs{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 1.5em 0;background:transparent}.wvr-tabs-style .wvr-tabs-nav{padding:0 20px 0 0;margin:0;height:32px;background-color:transparent}.wvr-tabs-style .wvr-tabs-nav span{display:block;float:left;padding:0 20px;height:32px;line-height:32px;margin-right:5px;cursor:pointer;border-top:1px solid #888;border-right:1px solid #888;border-left:1px solid #888;background:#ccc;border-top-left-radius:6px;border-top-right-radius:6px;position:relative;z-index:1}
2
- .wvr-tabs-style .wvr-tabs-nav span.wvr-tabs-current{position:relative;z-index:3}.wvr-tabs-style .wvr-tabs-nav span.wvr-tabs-current,.wvr-tabs-style .wvr-tabs-nav span:hover{background:#eee}.wvr-tabs-style .wvr-tabs-pane{padding:15px;border:1px solid #888;min-height:20px;background-color:transparent;position:relative;z-index:2}
1
  @media screen and (min-width:768px){.wvr-hide-desktop{display:none!important}.wvr-hide-all{display:none!important}.wvr-show-phone{display:none!important}.wvr-show-mobile{display:none!important}.wvr-show-smalltablet{display:none!important}}@media screen and (min-width:581px) and (max-width:767px){.wvr-hide-smalltablet{display:none!important}.wvr-hide-mobile{display:none!important}.wvr-hide-all{display:none!important}.wvr-show-desktop{display:none!important}.wvr-show-phone{display:none!important}}@media screen and (max-width:580px){.wvr-hide-phone{display:none!important}.wvr-hide-mobile{display:none!important}.wvr-hide-all{display:none!important}.wvr-show-desktop{display:none!important}.wvr-show-smalltablet{display:none!important}}.wvr-tabs{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 1.5em 0;background:transparent}.wvr-tabs-style .wvr-tabs-nav{padding:0 20px 0 0;margin:0;height:32px;background-color:transparent}.wvr-tabs-style .wvr-tabs-nav span{display:block;float:left;padding:0 20px;height:32px;line-height:32px;margin-right:5px;cursor:pointer;border-top:1px solid #888;border-right:1px solid #888;border-left:1px solid #888;background:#ccc;border-top-left-radius:6px;border-top-right-radius:6px;position:relative;z-index:1}
2
+ .wvr-tabs-style .wvr-tabs-nav span.wvr-tabs-current{position:relative;z-index:3}.wvr-tabs-style .wvr-tabs-nav span.wvr-tabs-current,.wvr-tabs-style .wvr-tabs-nav span:hover{background:#eee}.wvr-tabs-style .wvr-tabs-pane{padding:15px;border:1px solid #888;min-height:20px;background-color:transparent;position:relative;z-index:2}.wvr-tabs-nav{position:relative;z-index:3}
weaverx-ts.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://weavertheme.com/plugins
5
  Description: Weaver X Theme Support - a package of useful shortcodes and widgets that integrates closely with the Weaver X theme. This plugin Will also allow you to switch from Weaver X to any other theme and still be able to use the shortcodes and widgets from Weaver X with minimal effort.
6
  Author: wpweaver
7
  Author URI: http://weavertheme.com/about/
8
- Version: 1.0.1
9
  License: GPL V3
10
 
11
  Weaver Xtreme Theme Support
@@ -33,7 +33,7 @@ $theme = get_template_directory();
33
 
34
  if ( strpos( $theme, '/weaver-xtreme') !== false ) { // only load if Weaver Xtreme is the theme
35
 
36
- define ('WVRX_TS_VERSION','1.0.1');
37
  define ('WVRX_TS_MINIFY','.min'); // '' for dev, '.min' for production
38
  define ('WVRX_TS_APPEARANCE_PAGE', false );
39
 
5
  Description: Weaver X Theme Support - a package of useful shortcodes and widgets that integrates closely with the Weaver X theme. This plugin Will also allow you to switch from Weaver X to any other theme and still be able to use the shortcodes and widgets from Weaver X with minimal effort.
6
  Author: wpweaver
7
  Author URI: http://weavertheme.com/about/
8
+ Version: 1.0.3
9
  License: GPL V3
10
 
11
  Weaver Xtreme Theme Support
33
 
34
  if ( strpos( $theme, '/weaver-xtreme') !== false ) { // only load if Weaver Xtreme is the theme
35
 
36
+ define ('WVRX_TS_VERSION','1.0.3');
37
  define ('WVRX_TS_MINIFY','.min'); // '' for dev, '.min' for production
38
  define ('WVRX_TS_APPEARANCE_PAGE', false );
39