Weaver Xtreme Theme Support - Version 1.1

Version Description

  • Fixed some wording (ATW Show Posts -> Weaver Show Posts)
  • Updated WP compatibility level
  • Added new per page multi-column
Download this release

Release Info

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

Code changes from version 1.0.3 to 1.1

includes/wvrx-ts-admin-page-posts.php CHANGED
@@ -117,9 +117,9 @@ if ( function_exists( 'atw_showposts_installed' ) ) {
117
  }
118
  }
119
  echo '</select>&nbsp;' .
120
- __('Use a Filter from <em>ATW Show Posts Plugin</em> <strong>instead</strong> of above post selection options.','weaver-xtreme' /*adm*/) .
121
  '<br /> <span style="margin-left:8em;"><span>' .
122
- __('(Note: ATW Show Posts <em>Post Display</em> options and <em>Use Paging</em> option <strong>not</strong> used for posts using this filter.)','weaver-xtreme' /*adm*/) .
123
  '<br />' . '<br />';
124
  } else {
125
  _e('<strong>Want More Post Filtering Options?</strong> Install the <em>Aspen Themeworks Show Posts</em> plugin for more filtering options.','weaver-xtreme' /*adm*/); ?>
@@ -144,15 +144,33 @@ function wvrx_ts_pwp_type() {
144
  }
145
 
146
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
147
  function wvrx_ts_pwp_cols() {
148
 
149
  $opts = array( 'name' => __('Display post columns:','weaver-xtreme' /*adm*/), 'id' => '_pp_wvrx_pwp_cols',
150
  'info' => __('Display posts in this many columns - left to right, then top to bottom','weaver-xtreme' /*adm*/),
151
  'value' => array(
152
  array('val' => '', 'desc' => '&nbsp;'),
153
- array('val' => '1', 'desc' => __('One Column','weaver-xtreme' /*adm*/) ),
154
- array('val' => '2', 'desc' => __('Two Columns','weaver-xtreme' /*adm*/) ),
155
- array('val' => '3', 'desc' => __('Three Columns','weaver-xtreme' /*adm*/) ) )
156
  );
157
  wvrx_ts_pp_select_id($opts);
158
 
@@ -162,11 +180,11 @@ function wvrx_ts_pwp_cols() {
162
  'info' => __('Use <em>Masonry</em> for multi-column display','weaver-xtreme' /*adm*/),
163
  'value' => array(
164
  array('val' => '', 'desc' => '&nbsp;' ),
165
- array('val' => '1', 'desc' => __('One Column','weaver-xtreme' /*adm*/) ),
166
- array('val' => '2', 'desc' => __('Two Columns','weaver-xtreme' /*adm*/) ),
167
- array('val' => '3', 'desc' => __('Three Columns','weaver-xtreme' /*adm*/) ),
168
- array('val' => '4', 'desc' => __('Four Columns','weaver-xtreme' /*adm*/) ),
169
- array('val' => '5', 'desc' => __('Five Columns','weaver-xtreme' /*adm*/) ) )
170
  );
171
  wvrx_ts_pp_select_id($opts2);
172
 
@@ -241,11 +259,14 @@ the <em></em>&mdash; Select &mdash;</em> default value.','weaver-xtreme' /*adm*/
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();
246
  wvrx_ts_page_checkbox('_pp_hide_on_menu',__('Hide Page on the default Primary Menu','weaver-xtreme' /*adm*/),90,1);
247
 
248
 
 
249
  wvrx_ts_page_checkbox('_pp_stay_on_page',__('Menu "Placeholder" page. Useful for top-level menu item - don\'t go anywhere when menu item is clicked.','weaver-xtreme' /*adm*/),90,2);
250
 
251
  wvrx_ts_page_checkbox('_pp_hide_visual_editor',__('Disable Visual Editor for this page. Useful if you enter simple HTML or other code.','weaver-xtreme' /*adm*/),90,1);
@@ -557,7 +578,8 @@ 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', '_pp_full_browser_height'
 
561
  );
562
 
563
  if (weaverx_allow_multisite()) {
117
  }
118
  }
119
  echo '</select>&nbsp;' .
120
+ __('Use a Filter from <em>Weaver Show Posts Plugin</em> <strong>instead</strong> of above post selection options.','weaver-xtreme' /*adm*/) .
121
  '<br /> <span style="margin-left:8em;"><span>' .
122
+ __('(Note: Weaver Show Posts <em>Post Display</em> options and <em>Use Paging</em> option <strong>not</strong> used for posts using this filter.)','weaver-xtreme' /*adm*/) .
123
  '<br />' . '<br />';
124
  } else {
125
  _e('<strong>Want More Post Filtering Options?</strong> Install the <em>Aspen Themeworks Show Posts</em> plugin for more filtering options.','weaver-xtreme' /*adm*/); ?>
144
  }
145
 
146
 
147
+ function wvrx_ts_page_cols() {
148
+
149
+ $opts = array( 'name' => '', 'id' => '_pp_page_cols',
150
+ 'info' => __('Display page content in this many columns using CSS column rules.','weaver-xtreme' /*adm*/),
151
+ 'value' => array(
152
+ array('val' => '', 'desc' => '&nbsp;'),
153
+ array('val' => '1', 'desc' => __('1 Column','weaver-xtreme' /*adm*/) ),
154
+ array('val' => '2', 'desc' => __('2 Columns','weaver-xtreme' /*adm*/) ),
155
+ array('val' => '3', 'desc' => __('3 Columns','weaver-xtreme' /*adm*/) ),
156
+ array('val' => '4', 'desc' => __('4 Columns','weaver-xtreme' /*adm*/) ))
157
+ );
158
+ wvrx_ts_pp_select_id($opts);
159
+
160
+ weaverx_html_br();
161
+ weaverx_html_br();
162
+ }
163
+
164
+
165
  function wvrx_ts_pwp_cols() {
166
 
167
  $opts = array( 'name' => __('Display post columns:','weaver-xtreme' /*adm*/), 'id' => '_pp_wvrx_pwp_cols',
168
  'info' => __('Display posts in this many columns - left to right, then top to bottom','weaver-xtreme' /*adm*/),
169
  'value' => array(
170
  array('val' => '', 'desc' => '&nbsp;'),
171
+ array('val' => '1', 'desc' => __('1 Column','weaver-xtreme' /*adm*/) ),
172
+ array('val' => '2', 'desc' => __('2 Columns','weaver-xtreme' /*adm*/) ),
173
+ array('val' => '3', 'desc' => __('3 Columns','weaver-xtreme' /*adm*/) ) )
174
  );
175
  wvrx_ts_pp_select_id($opts);
176
 
180
  'info' => __('Use <em>Masonry</em> for multi-column display','weaver-xtreme' /*adm*/),
181
  'value' => array(
182
  array('val' => '', 'desc' => '&nbsp;' ),
183
+ array('val' => '1', 'desc' => __('1 Column','weaver-xtreme' /*adm*/) ),
184
+ array('val' => '2', 'desc' => __('2 Columns','weaver-xtreme' /*adm*/) ),
185
+ array('val' => '3', 'desc' => __('3 Columns','weaver-xtreme' /*adm*/) ),
186
+ array('val' => '4', 'desc' => __('4 Columns','weaver-xtreme' /*adm*/) ),
187
+ array('val' => '5', 'desc' => __('5 Columns','weaver-xtreme' /*adm*/) ) )
188
  );
189
  wvrx_ts_pp_select_id($opts2);
190
 
259
  wvrx_ts_page_checkbox('_pp_hide_page_title',__('Hide Page Title','weaver-xtreme' /*adm*/));
260
  wvrx_ts_page_checkbox('_pp_full_browser_height',__('Force full browser height','weaver-xtreme' /*adm*/),33,2);
261
 
262
+ wvrx_ts_page_cols();
263
+
264
  _e('<em>Note:</em> the following options work with the default menu - not custom menus.','weaver-xtreme' /*adm*/);
265
  weaverx_html_br();
266
  wvrx_ts_page_checkbox('_pp_hide_on_menu',__('Hide Page on the default Primary Menu','weaver-xtreme' /*adm*/),90,1);
267
 
268
 
269
+
270
  wvrx_ts_page_checkbox('_pp_stay_on_page',__('Menu "Placeholder" page. Useful for top-level menu item - don\'t go anywhere when menu item is clicked.','weaver-xtreme' /*adm*/),90,2);
271
 
272
  wvrx_ts_page_checkbox('_pp_hide_visual_editor',__('Disable Visual Editor for this page. Useful if you enter simple HTML or other code.','weaver-xtreme' /*adm*/),90,1);
578
  '_pp_wvrx_pwp_cols', '_pp_post_filter', '_pp_header-widget-area' ,'_pp_footer-widget-area',
579
  '_pp_hide_page_infobar', '_pp_hide_n_posts','_pp_fullposts', '_pp_pwp_masonry','_pp_pwp_compact','_pp_pwp_compact_posts',
580
  '_primary-widget-area', '_secondary-widget-area', '_header-widget-area', '_footer-widget-area', '_sitewide-top-widget-area',
581
+ '_sitewide-bottom-widget-area', '_page-top-widget-area', '_page-bottom-widget-area', '_pp_full_browser_height',
582
+ '_pp_page_cols'
583
  );
584
 
585
  if (weaverx_allow_multisite()) {
readme.txt CHANGED
@@ -8,8 +8,8 @@ Author: wpweaver
8
  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.3
13
 
14
  A useful shortcode and widget collection for Weaver Xtreme
15
 
@@ -74,6 +74,14 @@ 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
  = 1.0.3 =
78
  * Fix: extra " in [ youtube ]
79
 
8
  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.2
12
+ Stable tag: 1.1
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.1 =
78
+ * Fixed some wording (ATW Show Posts -> Weaver Show Posts)
79
+ * Updated WP compatibility level
80
+ * Added new per page multi-column
81
+
82
+ = 1.0.4 =
83
+ * Fix: minor styling issue
84
+
85
  = 1.0.3 =
86
  * Fix: extra " in [ youtube ]
87
 
weaverx-ts-style.css CHANGED
@@ -104,7 +104,5 @@ without modifying theme or plugin .css files.
104
  position:relative;
105
  z-index:2;
106
  }
107
- .wvr-tabs-nav {
108
- position:relative;
109
- z-index:3;
110
- }
104
  position:relative;
105
  z-index:2;
106
  }
107
+
108
+ .wvr-tabs-panes {position:relative;z-index:2;} /* add line to tab */
 
 
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}.wvr-tabs-nav{position:relative;z-index:3}
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-panes{position:relative;z-index:2}
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.3
9
  License: GPL V3
10
 
11
  Weaver Xtreme Theme Support
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.1
9
  License: GPL V3
10
 
11
  Weaver Xtreme Theme Support