WP Logo Showcase Responsive Slider - Version 2.9.2

Version Description

(12, July 2021) = * [*] Tested up to: 5.8

Download this release

Release Info

Developer wponlinesupport
Plugin Icon 128x128 WP Logo Showcase Responsive Slider
Version 2.9.2
Comparing to
See all releases

Code changes from version 2.8.1 to 2.9.2

assets/css/logo-showcase-admin.css CHANGED
@@ -4,6 +4,14 @@
4
  .wpls-pro-feature:hover{opacity: 0.8;}
5
  .wpos-new-feature{ font-size: 10px; color: #fff; font-weight: bold; background-color: #03aa29; padding:1px 4px; font-style: normal; }
6
 
 
 
 
 
 
 
 
 
7
  /* Builder Shortcode Preview */
8
  .wpls-builder-shrt-prev{background-color: #e7e7e7; padding: 10px; border: 1px solid #ccc; font-size: 15px;text-align: center;}
9
  .wpls-builder-shrt-title span{border-bottom: 1px solid #999; display: inline-block; padding: 0 0 5px 0;}
4
  .wpls-pro-feature:hover{opacity: 0.8;}
5
  .wpos-new-feature{ font-size: 10px; color: #fff; font-weight: bold; background-color: #03aa29; padding:1px 4px; font-style: normal; }
6
 
7
+ .pro-notice{background-color: #fcecce; border: 1px dashed #f8c057; padding: 3px 10px; font-size:15px;}
8
+
9
+ #wpls-post-metabox-pro tr.wpls-pro-feature{border-bottom:1px solid #f1f1f1;}
10
+ #wpls-post-metabox-pro tr.wpls-pro-feature th,
11
+ #wpls-post-metabox-pro tr.wpls-pro-feature td{ vertical-align:top; padding:10px; }
12
+ #wpls-post-metabox-pro tr.wpls-pro-feature th:first-child,
13
+ #wpls-post-metabox-pro tr.wpls-pro-feature td:first-child{width:40%; }
14
+
15
  /* Builder Shortcode Preview */
16
  .wpls-builder-shrt-prev{background-color: #e7e7e7; padding: 10px; border: 1px solid #ccc; font-size: 15px;text-align: center;}
17
  .wpls-builder-shrt-title span{border-bottom: 1px solid #999; display: inline-block; padding: 0 0 5px 0;}
includes/admin/class-wpls-admin.php CHANGED
@@ -43,6 +43,7 @@ class Wpls_Admin {
43
  */
44
  function wpls_post_sett_metabox( $post_type, $post ) {
45
  add_meta_box( 'wpls-post-metabox', __('WP Logo Showcase Responsive Slider - Settings', 'wp-logo-showcase-responsive-slider-slider'), array($this, 'wpls_post_sett_box_callback'), WPLS_POST_TYPE, 'normal', 'high' );
 
46
  }
47
 
48
  /**
@@ -52,7 +53,17 @@ class Wpls_Admin {
52
  * @since 2.5
53
  */
54
  function wpls_post_sett_box_callback( $post ) {
55
- include_once( WPLS_DIR .'/includes/admin/metabox/wpls-post-setting-metabox.php');
 
 
 
 
 
 
 
 
 
 
56
  }
57
 
58
  /**
43
  */
44
  function wpls_post_sett_metabox( $post_type, $post ) {
45
  add_meta_box( 'wpls-post-metabox', __('WP Logo Showcase Responsive Slider - Settings', 'wp-logo-showcase-responsive-slider-slider'), array($this, 'wpls_post_sett_box_callback'), WPLS_POST_TYPE, 'normal', 'high' );
46
+ add_meta_box( 'wpls-post-metabox-pro', __('More Premium - Settings', 'wp-logo-showcase-responsive-slider-slider'), array($this, 'wpls_post_sett_box_callback_pro'), WPLS_POST_TYPE, 'normal', 'high' );
47
  }
48
 
49
  /**
53
  * @since 2.5
54
  */
55
  function wpls_post_sett_box_callback( $post ) {
56
+ include_once( WPLS_DIR .'/includes/admin/metabox/wpls-post-setting-metabox.php');
57
+ }
58
+
59
+ /**
60
+ * Function to handle 'premium ' metabox HTML
61
+ *
62
+ * @package WP Logo Showcase Responsive Slider
63
+ * @since 2.5
64
+ */
65
+ function wpls_post_sett_box_callback_pro( $post ) {
66
+ include_once( WPLS_DIR .'/includes/admin/metabox/wpls-post-setting-metabox-pro.php');
67
  }
68
 
69
  /**
includes/admin/metabox/wpls-post-setting-metabox-pro.php ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Function Custom meta box for Premium
4
+ *
5
+ * @package WP Logo Showcase Responsive Slider
6
+ * @since 1.2.8
7
+ */
8
+
9
+ if ( ! defined( 'ABSPATH' ) ) {
10
+ exit; // Exit if accessed directly
11
+ }
12
+
13
+ ?>
14
+ <div class="pro-notice"><?php echo sprintf( __( 'Upgrade to <a href="%s" target="_blank">Premium Version</a> to unlock more features.', 'wp-logo-showcase-responsive-slider-slider'), WPLS_PLUGIN_LINK); ?></div>
15
+ <table class="form-table wpls-metabox-table">
16
+ <tbody>
17
+
18
+ <tr class="wpls-pro-feature">
19
+ <th>
20
+ <?php _e('Layouts', 'wp-logo-showcase-responsive-slider-slider'); ?><span class="wpls-pro-tag"><?php _e('PRO','wp-logo-showcase-responsive-slider-slider');?></span>
21
+ </th>
22
+ <td>
23
+ <span class="description"><?php _e('6 (Grid, Slider, Center, List, Ticker and Filter ). In lite version only Slider and Center layout.', 'wp-logo-showcase-responsive-slider-slider'); ?></span>
24
+
25
+ </td>
26
+
27
+ </tr>
28
+ <tr class="wpls-pro-feature">
29
+ <th>
30
+ <?php _e('Designs', 'wp-logo-showcase-responsive-slider-slider'); ?><span class="wpls-pro-tag"><?php _e('PRO','wp-logo-showcase-responsive-slider-slider');?></span>
31
+ </th>
32
+ <td>
33
+ <span class="description"><?php _e('15+. In lite version only one design.', 'wp-logo-showcase-responsive-slider-slider'); ?></span>
34
+
35
+ </td>
36
+ </tr>
37
+ <tr class="wpls-pro-feature">
38
+ <th>
39
+ <?php _e('WP Templating Features ', 'wp-logo-showcase-responsive-slider-slider'); ?><span class="wpls-pro-tag"><?php _e('PRO','wp-logo-showcase-responsive-slider-slider');?></span>
40
+ </th>
41
+ <td>
42
+ <span class="description"><?php _e('You can modify plugin html/designs in your current theme.', 'wp-logo-showcase-responsive-slider-slider'); ?></span>
43
+
44
+ </td>
45
+ </tr>
46
+ <tr class="wpls-pro-feature">
47
+ <th>
48
+ <?php _e('Shortcode Generator ', 'wp-logo-showcase-responsive-slider-slider'); ?><span class="wpls-pro-tag"><?php _e('PRO','wp-logo-showcase-responsive-slider-slider');?></span>
49
+ </th>
50
+ <td>
51
+ <span class="description"><?php _e('Play with all shortcode parameters with preview panel. No documentation required.' , 'wp-logo-showcase-responsive-slider-slider'); ?></span>
52
+
53
+ </td>
54
+ </tr>
55
+ <tr class="wpls-pro-feature">
56
+ <th>
57
+ <?php _e('Tooltip', 'wp-logo-showcase-responsive-slider-slider'); ?><span class="wpls-pro-tag"><?php _e('PRO','wp-logo-showcase-responsive-slider-slider');?></span>
58
+ </th>
59
+ <td>
60
+ <span class="description"><?php _e('Enable tooltip on logo.', 'wp-logo-showcase-responsive-slider-slider'); ?></span>
61
+
62
+ </td>
63
+ </tr>
64
+ <tr class="wpls-pro-feature">
65
+ <th>
66
+ <?php _e('Drag & Drop Slide Order Change', 'wp-logo-showcase-responsive-slider-slider'); ?><span class="wpls-pro-tag"><?php _e('PRO','wp-logo-showcase-responsive-slider-slider');?></span>
67
+ </th>
68
+ <td>
69
+ <span class="description"><?php _e('Arrange your desired slides with your desired order and display.' , 'wp-logo-showcase-responsive-slider-slider'); ?></span>
70
+
71
+ </td>
72
+ </tr>
73
+ <tr class="wpls-pro-feature">
74
+ <th>
75
+ <?php _e('Page Builder Support', 'wp-logo-showcase-responsive-slider-slider'); ?><span class="wpls-pro-tag"><?php _e('PRO','wp-logo-showcase-responsive-slider-slider');?></span>
76
+ </th>
77
+ <td>
78
+ <span class="description"><?php _e('Gutenberg Block, Elementor, Bevear Builder, SiteOrigin, Divi, Visual Composer and Fusion Page Builder Support', 'wp-logo-showcase-responsive-slider-slider'); ?></span>
79
+
80
+ </td>
81
+ </tr>
82
+ <tr class="wpls-pro-feature">
83
+ <th>
84
+ <?php _e('Exclude Logos and Exclude Some Categories', 'wp-logo-showcase-responsive-slider-slider'); ?><span class="wpls-pro-tag"><?php _e('PRO','wp-logo-showcase-responsive-slider-slider');?></span>
85
+ </th>
86
+ <td>
87
+ <span class="description"><?php _e('Do not display the logos & Do not display the logos for particular categories.' , 'wp-logo-showcase-responsive-slider-slider'); ?></span>
88
+
89
+ </td>
90
+ </tr>
91
+
92
+ </tbody>
93
+ </table><!-- end .wpls-metabox-table -->
94
+
includes/admin/settings/how-it-work.php CHANGED
@@ -119,8 +119,8 @@ if ( ! defined( 'ABSPATH' ) ) {
119
  <tr>
120
  <td>
121
  <p><?php _e('Check plugin document for shortcode parameters and demo for designs.', 'wp-logo-showcase-responsive-slider-slider'); ?></p> <br/>
122
- <a class="button button-primary" href="http://docs.wponlinesupport.com/wp-logo-showcase-responsive-slider/" target="_blank"><?php _e('Documentation', 'wp-logo-showcase-responsive-slider-slider'); ?></a>
123
- <a class="button button-primary" href="http://demo.wponlinesupport.com/logo-slider-plugin-demo/" target="_blank"><?php _e('Demo for Designs', 'wp-logo-showcase-responsive-slider-slider'); ?></a>
124
  </td>
125
  </tr>
126
  </tbody>
@@ -178,8 +178,8 @@ if ( ! defined( 'ABSPATH' ) ) {
178
  <li><?php _e( '100% Multi language', 'wp-logo-showcase-responsive-slider-slider'); ?></li>
179
  </ul>
180
  <div class="upgrade-to-pro"><?php _e( 'Gain access to <strong>Logo Showcase Responsive Slider</strong> included in <br /><strong>Essential Plugin Bundle', 'wp-logo-showcase-responsive-slider-slider'); ?></div>
181
- <a class="button button-primary wpos-button-full" href="https://www.wponlinesupport.com/wp-plugin/wp-logo-showcase-responsive-slider/?ref=WposPratik&utm_source=WP&utm_medium=Logoshowcase&utm_campaign=Upgrade-PRO" target="_blank"><?php _e('Go Premium ', 'wp-logo-showcase-responsive-slider-slider'); ?></a>
182
- <p><a class="button button-primary wpos-button-full" href="http://demo.wponlinesupport.com/prodemo/pro-logo-showcase-responsive-slider/" target="_blank"><?php _e('View PRO Demo ', 'wp-logo-showcase-responsive-slider-slider'); ?></a></p>
183
  </div><!-- .inside -->
184
  </div><!-- #general -->
185
  </div><!-- .meta-box-sortables -->
119
  <tr>
120
  <td>
121
  <p><?php _e('Check plugin document for shortcode parameters and demo for designs.', 'wp-logo-showcase-responsive-slider-slider'); ?></p> <br/>
122
+ <a class="button button-primary" href="https://docs.wponlinesupport.com/wp-logo-showcase-responsive-slider/" target="_blank"><?php _e('Documentation', 'wp-logo-showcase-responsive-slider-slider'); ?></a>
123
+ <a class="button button-primary" href="https://demo.wponlinesupport.com/logo-slider-plugin-demo/" target="_blank"><?php _e('Demo for Designs', 'wp-logo-showcase-responsive-slider-slider'); ?></a>
124
  </td>
125
  </tr>
126
  </tbody>
178
  <li><?php _e( '100% Multi language', 'wp-logo-showcase-responsive-slider-slider'); ?></li>
179
  </ul>
180
  <div class="upgrade-to-pro"><?php _e( 'Gain access to <strong>Logo Showcase Responsive Slider</strong> included in <br /><strong>Essential Plugin Bundle', 'wp-logo-showcase-responsive-slider-slider'); ?></div>
181
+ <a class="button button-primary wpos-button-full" href="https://www.wponlinesupport.com/pricing/?utm_source=WP&utm_medium=Logoshowcase&utm_campaign=How-It-Work" target="_blank"><?php _e('Go Premium ', 'wp-logo-showcase-responsive-slider-slider'); ?></a>
182
+ <p><a class="button button-primary wpos-button-full" href="https://demo.wponlinesupport.com/prodemo/pro-logo-showcase-responsive-slider/" target="_blank"><?php _e('View PRO Demo ', 'wp-logo-showcase-responsive-slider-slider'); ?></a></p>
183
  </div><!-- .inside -->
184
  </div><!-- #general -->
185
  </div><!-- .meta-box-sortables -->
includes/admin/settings/premium.php CHANGED
@@ -10,7 +10,7 @@ if ( !defined( 'ABSPATH' ) ) {
10
  exit; // Exit if accessed directly
11
  }
12
  ?>
13
- <div class="wrap">
14
 
15
  <h2><?php _e( 'Logo Showcase Responsive Slider - Features', 'wp-logo-showcase-responsive-slider-slider' ); ?></h2><br />
16
 
@@ -19,7 +19,7 @@ if ( !defined( 'ABSPATH' ) ) {
19
  .wpos-plugin-pricing-table thead th h2{font-weight: 400; font-size: 2.4em; line-height:normal; margin:0px; color: #2ECC71;}
20
  .wpos-plugin-pricing-table thead th h2 + p{font-size: 1.25em; line-height: 1.4; color: #999; margin:5px 0 5px 0;}
21
 
22
- table.wpos-plugin-pricing-table{width:90%; text-align: left; border-spacing: 0; border-collapse: collapse; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
23
 
24
  .wpos-plugin-pricing-table th, .wpos-plugin-pricing-table td{font-size:14px; line-height:normal; color:#444; vertical-align:middle; padding:12px;}
25
 
@@ -53,180 +53,209 @@ if ( !defined( 'ABSPATH' ) ) {
53
  .wpos-plugin-pricing-table tfoot th, .wpos-plugin-pricing-table tfoot td{text-align: center; border-top: 1px solid #ccc;}
54
  .wpos-plugin-pricing-table tfoot a{font-weight: 600; color: #fff; text-decoration: none; text-transform: uppercase; display: inline-block; padding: 1em 2em; background: #ca4a1f; border-radius: .2em;}
55
 
 
 
 
 
 
 
 
 
 
 
56
  </style>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
 
58
- <table class="wpos-plugin-pricing-table">
59
- <colgroup></colgroup>
60
- <colgroup></colgroup>
61
- <colgroup></colgroup>
62
- <thead>
63
- <tr>
64
- <th></th>
65
- <th>
66
- <h2>Free</h2>
67
- <p>$0 USD</p>
68
- </th>
69
- <th>
70
- <h2>Premium</h2>
71
- <p>Gain access to <strong>Logo Showcase Responsive Slider</strong> included in <br /><strong>Essential Plugin Bundle</strong></p>
72
- <p class="promo">Our most valuable package!</p>
73
- </th>
74
- </tr>
75
- </thead>
76
-
77
- <tfoot>
78
- <tr>
79
- <th></th>
80
- <td></td>
81
- <td><p>Gain access to <strong>Logo Showcase Responsive Slider</strong> included in <strong>Essential Plugin Bundle</p>
82
- <a href="https://www.wponlinesupport.com/wp-plugin/wp-logo-showcase-responsive-slider/?ref=WposPratik&utm_source=WP&utm_medium=Logoshowcase&utm_campaign=Upgrade-PRO" target="_blank">View Buying Options</a></td>
83
- </tr>
84
- </tfoot>
85
 
86
- <tbody>
87
- <tr>
88
- <th>Designs <span>Designs that make your website better</span></th>
89
- <td>1</td>
90
- <td>15+</td>
91
- </tr>
92
- <tr>
93
- <th>Shortcodes <span>Shortcode provide output to the front-end side</span></th>
94
- <td>1 (Slider)</td>
95
- <td>3 (Grid, Slider and Filter )</td>
96
- </tr>
97
- <tr>
98
- <th>Shortcode Parameters <span>Add extra power to the shortcode</span></th>
99
- <td>20</td>
100
- <td>30+</td>
101
- </tr>
102
- <tr>
103
- <th>WP Templating Features <span class="subtext">You can modify plugin html/designs in your current theme.</span></th>
104
- <td><i class="dashicons dashicons-no-alt"> </i></td>
105
- <td><i class="dashicons dashicons-yes"> </i></td>
106
- </tr>
107
- <tr>
108
- <th>Center Mode <span>Display slider with center mode.</span></th>
109
- <td><i class="dashicons dashicons-yes"></i></td>
110
- <td><i class="dashicons dashicons-yes"></i></td>
111
- </tr>
112
- <tr>
113
- <th>Shortcode Generator <span>Play with all shortcode parameters with preview panel. No documentation required!!</span></th>
114
- <td><i class="dashicons dashicons-no-alt"></i></td>
115
- <td><i class="dashicons dashicons-yes"></i></td>
116
- </tr>
117
- <tr>
118
- <th>Option Show/Hide Title <span>Display logo title</span></th>
119
- <td><i class="dashicons dashicons-yes"></i></td>
120
- <td><i class="dashicons dashicons-yes"></i></td>
121
- </tr>
122
- <tr>
123
- <th>Tooltip <span>Enable tooltip on logo.</span></th>
124
- <td><i class="dashicons dashicons-no-alt"></i></td>
125
- <td><i class="dashicons dashicons-yes"></i></td>
126
- </tr>
127
- <tr>
128
- <th>Animation <span>Enable animation effect on logo</span></th>
129
- <td><i class="dashicons dashicons-no-alt"></i></td>
130
- <td><i class="dashicons dashicons-yes"></i></td>
131
- </tr>
132
- <tr>
133
- <th>Animation Type <span>Enable animation effect on logo</span></th>
134
- <td>0</td>
135
- <td>15</td>
136
- </tr>
137
-
138
- <tr>
139
- <th>Drag & Drop Slide Order Change <span>Arrange your desired slides with your desired order and display</span></th>
140
- <td><i class="dashicons dashicons-no-alt"></i></td>
141
- <td><i class="dashicons dashicons-yes"></i></td>
142
- </tr>
143
-
144
- <tr>
145
- <th>Loop Control for slider <span>Infinite scroll control </span></th>
146
- <td><i class="dashicons dashicons-yes"></i></td>
147
- <td><i class="dashicons dashicons-yes"></i></td>
148
- </tr>
149
- <tr>
150
- <th>Lazyload Support <span>Add lazyload support for image. </span></th>
151
- <td><i class="dashicons dashicons-yes"></i></td>
152
- <td><i class="dashicons dashicons-yes"></i></td>
153
- </tr>
154
- <tr>
155
- <th>Gutenberg Block Supports <span>Use this plugin with Gutenberg easily</span></th>
156
- <td><i class="dashicons dashicons-yes"></i></td>
157
- <td><i class="dashicons dashicons-yes"></i></td>
158
- </tr>
159
- <tr>
160
- <th>Elementor Page Builder Support <em class="wpos-new-feature">New</em> <span>Use this plugin with Elementor easily</span></th>
161
- <td><i class="dashicons dashicons-no-alt"></i></td>
162
- <td><i class="dashicons dashicons-yes"></i></td>
163
- </tr>
164
- <tr>
165
- <th>Bevear Builder Support <em class="wpos-new-feature">New</em> <span>Use this plugin with Bevear Builder easily</span></th>
166
- <td><i class="dashicons dashicons-no-alt"></i></td>
167
- <td><i class="dashicons dashicons-yes"></i></td>
168
- </tr>
169
- <tr>
170
- <th>SiteOrigin Page Builder Support <em class="wpos-new-feature">New</em> <span>Use this plugin with SiteOrigin easily</span></th>
171
- <td><i class="dashicons dashicons-no-alt"></i></td>
172
- <td><i class="dashicons dashicons-yes"></i></td>
173
- </tr>
174
- <tr>
175
- <th>Divi Page Builder Native Support <em class="wpos-new-feature">New</em> <span>Use this plugin with Divi Builder easily</span></th>
176
- <td><i class="dashicons dashicons-yes"></i></td>
177
- <td><i class="dashicons dashicons-yes"></i></td>
178
- </tr>
179
- <tr>
180
- <th>Fusion Page Builder (Avada) native support <em class="wpos-new-feature">New</em> <span>Use this plugin with Fusion( Avada ) Builder easily</span></th>
181
- <td><i class="dashicons dashicons-yes"></i></td>
182
- <td><i class="dashicons dashicons-yes"></i></td>
183
- </tr>
184
- <tr>
185
- <th>Visual Composer Page Builder Supports <span>Use this plugin with Visual Composer easily</span></th>
186
- <td><i class="dashicons dashicons-no-alt"></i></td>
187
- <td><i class="dashicons dashicons-yes"></i></td>
188
- </tr>
189
-
190
- <tr>
191
- <th>Display logos for Particular Categories <span>Display only logos with particular category</span></th>
192
- <td><i class="dashicons dashicons-yes"></i></td>
193
- <td><i class="dashicons dashicons-yes"></i></td>
194
- </tr>
195
- <tr>
196
- <th>Exclude Logos <span>Do not display the logos you want</span></th>
197
- <td><i class="dashicons dashicons-no-alt"></i></td>
198
- <td><i class="dashicons dashicons-yes"></i></td>
199
- </tr>
200
- <tr>
201
- <th>Exclude Some Categories <span>Do not display the logos for particular categories</span></th>
202
- <td><i class="dashicons dashicons-no-alt"></i></td>
203
- <td><i class="dashicons dashicons-yes"></i></td>
204
- </tr>
205
- <tr>
206
- <th>Logo Order / Order By Parameters <span>Display logo according to date, title and etc</span></th>
207
- <td><i class="dashicons dashicons-yes"></i></td>
208
- <td><i class="dashicons dashicons-yes"></i></td>
209
- </tr>
210
- <tr>
211
- <th>Multiple Slider Parameters <span>Slider parameters like autoplay, number of slide, sider dots and etc.</span></th>
212
- <td><i class="dashicons dashicons-yes"></i></td>
213
- <td><i class="dashicons dashicons-yes"></i></td>
214
- </tr>
215
- <tr>
216
- <th>Slider RTL Support <span>Slider supports for RTL website</span></th>
217
- <td><i class="dashicons dashicons-yes"></i></td>
218
- <td><i class="dashicons dashicons-yes"></i></td>
219
- </tr>
220
- <tr>
221
- <th>Automatic Update <span>Get automatic plugin updates </span></th>
222
- <td>Lifetime</td>
223
- <td>Lifetime</td>
224
- </tr>
225
- <tr>
226
- <th>Support <span>Get support for plugin</span></th>
227
- <td>Limited</td>
228
- <td>1 Year</td>
229
- </tr>
230
- </tbody>
231
- </table>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
232
  </div>
10
  exit; // Exit if accessed directly
11
  }
12
  ?>
13
+ <div class="wrap wpls-wrap">
14
 
15
  <h2><?php _e( 'Logo Showcase Responsive Slider - Features', 'wp-logo-showcase-responsive-slider-slider' ); ?></h2><br />
16
 
19
  .wpos-plugin-pricing-table thead th h2{font-weight: 400; font-size: 2.4em; line-height:normal; margin:0px; color: #2ECC71;}
20
  .wpos-plugin-pricing-table thead th h2 + p{font-size: 1.25em; line-height: 1.4; color: #999; margin:5px 0 5px 0;}
21
 
22
+ table.wpos-plugin-pricing-table{width:100%; text-align: left; border-spacing: 0; border-collapse: collapse; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
23
 
24
  .wpos-plugin-pricing-table th, .wpos-plugin-pricing-table td{font-size:14px; line-height:normal; color:#444; vertical-align:middle; padding:12px;}
25
 
53
  .wpos-plugin-pricing-table tfoot th, .wpos-plugin-pricing-table tfoot td{text-align: center; border-top: 1px solid #ccc;}
54
  .wpos-plugin-pricing-table tfoot a{font-weight: 600; color: #fff; text-decoration: none; text-transform: uppercase; display: inline-block; padding: 1em 2em; background: #ca4a1f; border-radius: .2em;}
55
 
56
+ /* SideBar */
57
+ .wpos-sidebar .wpos-epb-wrap{background:#0055fb; color:#fff; padding:15px;}
58
+ .wpos-sidebar .wpos-epb-wrap h2{font-size:24px !important; color:#fff; margin:0 0 15px 0; padding:0px !important;}
59
+ .wpos-sidebar .wpos-epb-wrap h2 span{font-size:20px !important; color:#ffff00 !important;}
60
+ .wpos-sidebar .wpos-epb-wrap ul li{font-size:16px; margin-bottom:8px;}
61
+ .wpos-sidebar .wpos-epb-wrap ul li span{color:#ffff00 !important;}
62
+ .wpos-sidebar .wpos-epb-wrap ul{list-style: decimal inside none;}
63
+ .wpos-sidebar .wpos-epb-wrap b{font-weight:bold !important;}
64
+ .wpos-sidebar .wpos-epb-wrap p{font-size:16px;}
65
+ .wpos-sidebar .wpos-epb-wrap .button-yellow{font-weight: 600;color: #000; text-align:center;text-decoration: none;display:block;padding: 1em 2em;background: #ffff00;border-radius: .2em;}
66
  </style>
67
+
68
+ <div id="poststuff">
69
+ <div id="post-body" class="metabox-holder columns-2">
70
+ <div id="post-body-content">
71
+ <table class="wpos-plugin-pricing-table">
72
+ <colgroup></colgroup>
73
+ <colgroup></colgroup>
74
+ <colgroup></colgroup>
75
+ <thead>
76
+ <tr>
77
+ <th></th>
78
+ <th>
79
+ <h2>Free</h2>
80
+ <p>$0 USD</p>
81
+ </th>
82
+ <th>
83
+ <h2>Premium</h2>
84
+ <p>Gain access to <strong>Logo Showcase Responsive Slider</strong> included in <br /><strong>Essential Plugin Bundle</strong></p>
85
+ <p class="promo">Our most valuable package!</p>
86
+ </th>
87
+ </tr>
88
+ </thead>
89
 
90
+ <tfoot>
91
+ <tr>
92
+ <th></th>
93
+ <td></td>
94
+ <td><p>Gain access to <strong>Logo Showcase Responsive Slider</strong> included in <strong>Essential Plugin Bundle</p>
95
+ <a href="https://www.wponlinesupport.com/pricing/?utm_source=WP&utm_medium=Logoshowcase&utm_campaign=Upgrade-PRO" target="_blank">View Buying Options</a></td>
96
+ </tr>
97
+ </tfoot>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
98
 
99
+ <tbody>
100
+ <tr>
101
+ <th>Designs <span>Designs that make your website better</span></th>
102
+ <td>1</td>
103
+ <td>15+</td>
104
+ </tr>
105
+ <tr>
106
+ <th>Shortcodes <span>Shortcode provide output to the front-end side</span></th>
107
+ <td>2 (Slider, Center)</td>
108
+ <td>6 (Grid, Slider, Center, List, Ticker and Filter )</td>
109
+ </tr>
110
+ <tr>
111
+ <th>Shortcode Parameters <span>Add extra power to the shortcode</span></th>
112
+ <td>20</td>
113
+ <td>30+</td>
114
+ </tr>
115
+ <tr>
116
+ <th>WP Templating Features <span class="subtext">You can modify plugin html/designs in your current theme.</span></th>
117
+ <td><i class="dashicons dashicons-no-alt"> </i></td>
118
+ <td><i class="dashicons dashicons-yes"> </i></td>
119
+ </tr>
120
+ <tr>
121
+ <th>Center Mode <span>Display slider with center mode.</span></th>
122
+ <td><i class="dashicons dashicons-yes"></i></td>
123
+ <td><i class="dashicons dashicons-yes"></i></td>
124
+ </tr>
125
+ <tr>
126
+ <th>Shortcode Generator <span>Play with all shortcode parameters with preview panel. No documentation required!!</span></th>
127
+ <td><i class="dashicons dashicons-no-alt"></i></td>
128
+ <td><i class="dashicons dashicons-yes"></i></td>
129
+ </tr>
130
+ <tr>
131
+ <th>Option Show/Hide Title <span>Display logo title</span></th>
132
+ <td><i class="dashicons dashicons-yes"></i></td>
133
+ <td><i class="dashicons dashicons-yes"></i></td>
134
+ </tr>
135
+ <tr>
136
+ <th>Tooltip <span>Enable tooltip on logo.</span></th>
137
+ <td><i class="dashicons dashicons-no-alt"></i></td>
138
+ <td><i class="dashicons dashicons-yes"></i></td>
139
+ </tr>
140
+ <tr>
141
+ <th>Animation <span>Enable animation effect on logo</span></th>
142
+ <td><i class="dashicons dashicons-no-alt"></i></td>
143
+ <td><i class="dashicons dashicons-yes"></i></td>
144
+ </tr>
145
+ <tr>
146
+ <th>Animation Type <span>Enable animation effect on logo</span></th>
147
+ <td>0</td>
148
+ <td>15</td>
149
+ </tr>
150
+
151
+ <tr>
152
+ <th>Drag & Drop Slide Order Change <span>Arrange your desired slides with your desired order and display</span></th>
153
+ <td><i class="dashicons dashicons-no-alt"></i></td>
154
+ <td><i class="dashicons dashicons-yes"></i></td>
155
+ </tr>
156
+
157
+ <tr>
158
+ <th>Loop Control for slider <span>Infinite scroll control </span></th>
159
+ <td><i class="dashicons dashicons-yes"></i></td>
160
+ <td><i class="dashicons dashicons-yes"></i></td>
161
+ </tr>
162
+ <tr>
163
+ <th>Lazyload Support <span>Add lazyload support for image. </span></th>
164
+ <td><i class="dashicons dashicons-yes"></i></td>
165
+ <td><i class="dashicons dashicons-yes"></i></td>
166
+ </tr>
167
+ <tr>
168
+ <th>Gutenberg Block Supports <span>Use this plugin with Gutenberg easily</span></th>
169
+ <td><i class="dashicons dashicons-yes"></i></td>
170
+ <td><i class="dashicons dashicons-yes"></i></td>
171
+ </tr>
172
+ <tr>
173
+ <th>Elementor Page Builder Support <em class="wpos-new-feature">New</em> <span>Use this plugin with Elementor easily</span></th>
174
+ <td><i class="dashicons dashicons-no-alt"></i></td>
175
+ <td><i class="dashicons dashicons-yes"></i></td>
176
+ </tr>
177
+ <tr>
178
+ <th>Bevear Builder Support <em class="wpos-new-feature">New</em> <span>Use this plugin with Bevear Builder easily</span></th>
179
+ <td><i class="dashicons dashicons-no-alt"></i></td>
180
+ <td><i class="dashicons dashicons-yes"></i></td>
181
+ </tr>
182
+ <tr>
183
+ <th>SiteOrigin Page Builder Support <em class="wpos-new-feature">New</em> <span>Use this plugin with SiteOrigin easily</span></th>
184
+ <td><i class="dashicons dashicons-no-alt"></i></td>
185
+ <td><i class="dashicons dashicons-yes"></i></td>
186
+ </tr>
187
+ <tr>
188
+ <th>Divi Page Builder Native Support <em class="wpos-new-feature">New</em> <span>Use this plugin with Divi Builder easily</span></th>
189
+ <td><i class="dashicons dashicons-yes"></i></td>
190
+ <td><i class="dashicons dashicons-yes"></i></td>
191
+ </tr>
192
+ <tr>
193
+ <th>Fusion Page Builder (Avada) native support <em class="wpos-new-feature">New</em> <span>Use this plugin with Fusion( Avada ) Builder easily</span></th>
194
+ <td><i class="dashicons dashicons-yes"></i></td>
195
+ <td><i class="dashicons dashicons-yes"></i></td>
196
+ </tr>
197
+ <tr>
198
+ <th>Visual Composer Page Builder Supports <span>Use this plugin with Visual Composer easily</span></th>
199
+ <td><i class="dashicons dashicons-no-alt"></i></td>
200
+ <td><i class="dashicons dashicons-yes"></i></td>
201
+ </tr>
202
+
203
+ <tr>
204
+ <th>Display logos for Particular Categories <span>Display only logos with particular category</span></th>
205
+ <td><i class="dashicons dashicons-yes"></i></td>
206
+ <td><i class="dashicons dashicons-yes"></i></td>
207
+ </tr>
208
+ <tr>
209
+ <th>Exclude Logos <span>Do not display the logos you want</span></th>
210
+ <td><i class="dashicons dashicons-no-alt"></i></td>
211
+ <td><i class="dashicons dashicons-yes"></i></td>
212
+ </tr>
213
+ <tr>
214
+ <th>Exclude Some Categories <span>Do not display the logos for particular categories</span></th>
215
+ <td><i class="dashicons dashicons-no-alt"></i></td>
216
+ <td><i class="dashicons dashicons-yes"></i></td>
217
+ </tr>
218
+ <tr>
219
+ <th>Logo Order / Order By Parameters <span>Display logo according to date, title and etc</span></th>
220
+ <td><i class="dashicons dashicons-yes"></i></td>
221
+ <td><i class="dashicons dashicons-yes"></i></td>
222
+ </tr>
223
+ <tr>
224
+ <th>Multiple Slider Parameters <span>Slider parameters like autoplay, number of slide, sider dots and etc.</span></th>
225
+ <td><i class="dashicons dashicons-yes"></i></td>
226
+ <td><i class="dashicons dashicons-yes"></i></td>
227
+ </tr>
228
+ <tr>
229
+ <th>Slider RTL Support <span>Slider supports for RTL website</span></th>
230
+ <td><i class="dashicons dashicons-yes"></i></td>
231
+ <td><i class="dashicons dashicons-yes"></i></td>
232
+ </tr>
233
+ <tr>
234
+ <th>Automatic Update <span>Get automatic plugin updates </span></th>
235
+ <td>Lifetime</td>
236
+ <td>Lifetime</td>
237
+ </tr>
238
+ <tr>
239
+ <th>Support <span>Get support for plugin</span></th>
240
+ <td>Limited</td>
241
+ <td>1 Year</td>
242
+ </tr>
243
+ </tbody>
244
+ </table>
245
+ </div>
246
+ <!--Upgrad to Pro HTML -->
247
+ <div id="postbox-container-1" class="postbox-container wpos-sidebar">
248
+ <div class="wpos-epb-wrap">
249
+ <h2><span>Well, What's inside our</span> Essential Plugin Bundle?</h2>
250
+ <ul>
251
+ <li><b>40+ Utility Plugins</b> including <span><?php echo WPLS_NAME; ?> premium </span> version.</li>
252
+ <li><b>Inbound Marketing</b> tools that makes your visitors engage.</li>
253
+ <li><b>10+ Sliderspack</b> for the best post, image &amp; logo sliders.</li>
254
+ </ul>
255
+ <p>with the best &amp; <b>leading page builder</b> and <b>themes compatibility</b> &amp; at the most <b>competitive price</b> ever the <b>ultimate bundle</b> with all our premium <b>essential plugins</b> all in one single bundle.</p>
256
+ <a class="button-yellow" style="margin-bottom:0px;" href="https://www.wponlinesupport.com/pricing/?utm_source=WP&utm_medium=Logoshowcase&utm_campaign=Upgrade-PRO" target="_blank">Know More</a>
257
+ </div>
258
+ </div><!-- #post-container-1 -->
259
+ </div>
260
+ </div>
261
  </div>
logo-showcase.php CHANGED
@@ -6,7 +6,7 @@
6
  * Author: WP OnlineSupport
7
  * Text Domain: wp-logo-showcase-responsive-slider-slider
8
  * Domain Path: /languages/
9
- * Version: 2.8.1
10
  * Author URI: https://www.wponlinesupport.com/
11
  *
12
  * @package WordPress
@@ -18,7 +18,10 @@ if ( ! defined( 'ABSPATH' ) ) {
18
  }
19
 
20
  if( !defined( 'WPLS_VERSION' ) ) {
21
- define( 'WPLS_VERSION', '2.8.1' ); // Version of plugin
 
 
 
22
  }
23
  if( !defined( 'WPLS_DIR' ) ) {
24
  define( 'WPLS_DIR', dirname( __FILE__ ) ); // Plugin dir
6
  * Author: WP OnlineSupport
7
  * Text Domain: wp-logo-showcase-responsive-slider-slider
8
  * Domain Path: /languages/
9
+ * Version: 2.9.2
10
  * Author URI: https://www.wponlinesupport.com/
11
  *
12
  * @package WordPress
18
  }
19
 
20
  if( !defined( 'WPLS_VERSION' ) ) {
21
+ define( 'WPLS_VERSION', '2.9.2' ); // Version of plugin
22
+ }
23
+ if( !defined( 'WPLS_NAME' ) ) {
24
+ define( 'WPLS_NAME', 'Logo Showcase Responsive Slider' ); // Plugin name
25
  }
26
  if( !defined( 'WPLS_DIR' ) ) {
27
  define( 'WPLS_DIR', dirname( __FILE__ ) ); // Plugin dir
readme.txt CHANGED
@@ -1,8 +1,8 @@
1
  === WP Logo Showcase Responsive Slider ===
2
  Contributors: wponlinesupport, anoopranawat, pratik-jain
3
- Tags: logo slider, widget, client logo carousel, client logo slider, client, customer, image carousel, carousel, logo showcase, Responsive logo slider, Responsive logo carousel, WordPress logo slider, WordPress logo carousel, slick carousel, Best logo showcase, easy logo slider, logo carousel wordpress, logo slider wordpress, sponsors, sponsors slider, sponsors carousel
4
  Requires at least: 4.0
5
- Tested up to: 5.7
6
  Stable tag: trunk
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
@@ -22,7 +22,7 @@ Features included in our plugin
22
  * Logo Carousel for Brands & Affiliate logos
23
  * Logo ticker for Sponsors logos
24
 
25
- Check [Features and Demo](https://www.wponlinesupport.com/wp-plugin/wp-logo-showcase-responsive-slider/) for additional information.
26
 
27
  Display responsive logo slideshow (logo slider / logo carousel) on your/client website.
28
 
@@ -171,7 +171,18 @@ WP Logo Showcase Responsive Slider is highly customisable, responsive, user-frie
171
  6. Gutenberg block.
172
  7. Gutenberg block preview and options.
173
 
174
- == Changelog ==
 
 
 
 
 
 
 
 
 
 
 
175
 
176
  = 2.8.1 (22, April 2021) =
177
  * [+] New - Added Fusion page builder native support.
1
  === WP Logo Showcase Responsive Slider ===
2
  Contributors: wponlinesupport, anoopranawat, pratik-jain
3
+ Tags: logo slider, logo, client logo carousel, client logo slider, client, customer, image carousel, carousel, logo showcase, Responsive logo slider, Responsive logo carousel, WordPress logo slider, WordPress logo carousel, slick carousel, Best logo showcase, easy logo slider, logo carousel wordpress, logo slider wordpress, sponsors, sponsors slider, sponsors carousel
4
  Requires at least: 4.0
5
+ Tested up to: 5.8
6
  Stable tag: trunk
7
  License: GPLv2 or later
8
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
22
  * Logo Carousel for Brands & Affiliate logos
23
  * Logo ticker for Sponsors logos
24
 
25
+ Check [Features and Demo](https://www.wponlinesupport.com/pricing/) for additional information.
26
 
27
  Display responsive logo slideshow (logo slider / logo carousel) on your/client website.
28
 
171
  6. Gutenberg block.
172
  7. Gutenberg block preview and options.
173
 
174
+ == Changelog ==
175
+
176
+ = 2.9.2 (12, July 2021) =
177
+ * [*] Tested up to: 5.8
178
+
179
+ = 2.9.1 (31, May 2021) =
180
+ * [*] Tested up to: 5.7.2
181
+ * [*] Added - https link in our analytics code to avoid browser security warning.
182
+
183
+ = 2.9 (14, May 2021) =
184
+ * [*] Tested up to: 5.7.2
185
+ * [*] Tweak - Code optimization and performance improvements.
186
 
187
  = 2.8.1 (22, April 2021) =
188
  * [+] New - Added Fusion page builder native support.
wpos-analytics/templates/analytic.php CHANGED
@@ -22,7 +22,7 @@ if ( !defined( 'ABSPATH' ) ) {
22
  </div>
23
  <?php } ?>
24
 
25
- <form method="POST" action="http://analytics.wponlinesupport.com">
26
  <div class="wpos-anylc-optin-wrap">
27
  <div class="wpos-anylc-optin-icon-wrap">
28
  <div class="wpos-anylc-optin-icon wpos-anylc-wp-badge"><i class="dashicons dashicons-wordpress"></i></div>
22
  </div>
23
  <?php } ?>
24
 
25
+ <form method="POST" action="https://analytics.wponlinesupport.com">
26
  <div class="wpos-anylc-optin-wrap">
27
  <div class="wpos-anylc-optin-icon-wrap">
28
  <div class="wpos-anylc-optin-icon wpos-anylc-wp-badge"><i class="dashicons dashicons-wordpress"></i></div>
wpos-analytics/templates/optout-popup.php CHANGED
@@ -21,7 +21,7 @@ if ( !defined( 'ABSPATH' ) ) {
21
  <p>By clicking "Opt Out", we will no longer be sending any data from <b><?php echo $module['name']; ?></b> to <a href="https://www.wponlinesupport.com/" target="_blank">wponlinesupport.com</a>.</p>
22
  </div>
23
  <div class="wpos-anylc-popup-footer">
24
- <form method="POST" action="http://analytics.wponlinesupport.com">
25
  <?php
26
  if( ! empty( $optin_form_data ) ) {
27
  foreach ($optin_form_data as $data_key => $data_value) {
21
  <p>By clicking "Opt Out", we will no longer be sending any data from <b><?php echo $module['name']; ?></b> to <a href="https://www.wponlinesupport.com/" target="_blank">wponlinesupport.com</a>.</p>
22
  </div>
23
  <div class="wpos-anylc-popup-footer">
24
+ <form method="POST" action="https://analytics.wponlinesupport.com">
25
  <?php
26
  if( ! empty( $optin_form_data ) ) {
27
  foreach ($optin_form_data as $data_key => $data_value) {