Admin Custom Login - Version 2.9.1

Version Description

  • login_headertitle issue fixed
  • version update + Compatible with wordpress 5.2
Download this release

Release Info

Developer weblizar
Plugin Icon 128x128 Admin Custom Login
Version 2.9.1
Comparing to
See all releases

Code changes from version 2.9.0 to 2.9.1

admin-custom-login.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
- * Version: 2.9.0
5
  * Description: Customize Your WordPress Login Screen Amazingly - Add Own Logo, Add Social Profiles, Login Form Positions, Background Image Slide Show
6
  * Author: Weblizar
7
  * Author URI: https://weblizar.com/plugins/
1
  <?php
2
  /**
3
  * Plugin Name: Admin Custom Login
4
+ * Version: 2.9.1
5
  * Description: Customize Your WordPress Login Screen Amazingly - Add Own Logo, Add Social Profiles, Login Form Positions, Background Image Slide Show
6
  * Author: Weblizar
7
  * Author URI: https://weblizar.com/plugins/
css/acl-custom.css CHANGED
@@ -88,4 +88,9 @@ body.login div#login h1 a,#login_error{
88
  margin-left: 1px;
89
  }
90
  }
91
- .pro-features-list{ margin-bottom:30px !important; }
 
 
 
 
 
88
  margin-left: 1px;
89
  }
90
  }
91
+ .pro-features-list{ margin-bottom:30px !important; }
92
+
93
+ #login form p.submit {
94
+ margin: 10px 0 20px;
95
+ padding: 5px;
96
+ }
images/Admin-Custom-Login-Pro.jpg ADDED
Binary file
images/Advanced-Google-Maps.jpg ADDED
Binary file
images/Twitter-Tweets-Pro.jpg ADDED
Binary file
images/construction-pro.jpg ADDED
Binary file
images/institute-management-pro.jpg ADDED
Binary file
images/nineteen-premium.jpg ADDED
Binary file
includes/banner.php CHANGED
@@ -28,11 +28,11 @@ $acl_bg_imgpath = WEBLIZAR_NALF_PLUGIN_URL."images/bg.jpg";
28
  <li> <?php _e('Google reCpatcha', WEBLIZAR_ACL)?></li>
29
 
30
  </ul>
31
- <div class="wp_btn-grup">
32
- <a class="wb_button-primary" href="http://demo.weblizar.com/admin-custom-login-pro/wp-login.php" target="_blank">View Demo</a>
33
- <a class="wb_button-primary" href="https://weblizar.com/plugins/admin-custom-login-pro/" target="_blank">Buy Now $25</a>
34
- </div>
35
- <div class="plugin_vrsion"> <span> <b> 5.8 </b> Version </span> </div>
36
  </div>
37
  </div>
38
  </div>
28
  <li> <?php _e('Google reCpatcha', WEBLIZAR_ACL)?></li>
29
 
30
  </ul>
31
+ <div class="wp_btn-grup">
32
+ <a class="wb_button-primary" href="http://demo.weblizar.com/admin-custom-login-pro/wp-login.php" target="_blank">View Demo</a>
33
+ <a class="wb_button-primary" href="https://weblizar.com/plugins/admin-custom-login-pro/" target="_blank">Buy Now $25</a>
34
+ </div>
35
+ <div class="plugin_vrsion"> <span> <b> 5.8 </b> Version </span> </div>
36
  </div>
37
  </div>
38
  </div>
includes/content.php CHANGED
@@ -33,13 +33,11 @@ Fonts
33
  <a class="sidebar-toggle hidden-xs" href="javascript:void(0);"><i class="fa fa-bars fa-2x"></i></a>
34
  <a class="navbar-brand coming-soon-admin-title" href="index.html" style="color:#fff;"><?php _e('Admin Custom Login', WEBLIZAR_ACL); ?></a>
35
  </div>
36
-
37
  <!-- /.navbar-header -->
38
  <ul class="nav navbar-top-links navbar-right coming-soon-top">
39
  <!-- Code for prev Login page-->
40
  <?php add_thickbox(); ?>
41
-
42
-
43
  <!-- /.dropdown -->
44
  <li class="dropdown" style="display:none">
45
  <a class="dropdown-toggle" data-toggle="dropdown" href="#">
@@ -53,10 +51,8 @@ Fonts
53
  <i class="fa fa-info fa-fw"></i>
54
  </a>
55
  </li>
56
- <!-- /.dropdown -->
57
-
58
  </ul>
59
-
60
  <!-- /.navbar-top-links -->
61
  <div class="navbar-default sidebar" role="navigation">
62
  <div class="sidebar-nav navbar-collapse">
@@ -73,8 +69,7 @@ Fonts
73
  <span class="dashicons dashicons-star-filled"></span>
74
  <span class="dashicons dashicons-star-filled"></span>
75
  <span class="dashicons dashicons-star-filled"></span>
76
- </a>
77
-
78
  </li>
79
 
80
  <li>
33
  <a class="sidebar-toggle hidden-xs" href="javascript:void(0);"><i class="fa fa-bars fa-2x"></i></a>
34
  <a class="navbar-brand coming-soon-admin-title" href="index.html" style="color:#fff;"><?php _e('Admin Custom Login', WEBLIZAR_ACL); ?></a>
35
  </div>
 
36
  <!-- /.navbar-header -->
37
  <ul class="nav navbar-top-links navbar-right coming-soon-top">
38
  <!-- Code for prev Login page-->
39
  <?php add_thickbox(); ?>
40
+
 
41
  <!-- /.dropdown -->
42
  <li class="dropdown" style="display:none">
43
  <a class="dropdown-toggle" data-toggle="dropdown" href="#">
51
  <i class="fa fa-info fa-fw"></i>
52
  </a>
53
  </li>
54
+ <!-- /.dropdown -->
 
55
  </ul>
 
56
  <!-- /.navbar-top-links -->
57
  <div class="navbar-default sidebar" role="navigation">
58
  <div class="sidebar-nav navbar-collapse">
69
  <span class="dashicons dashicons-star-filled"></span>
70
  <span class="dashicons dashicons-star-filled"></span>
71
  <span class="dashicons dashicons-star-filled"></span>
72
+ </a>
 
73
  </li>
74
 
75
  <li>
includes/dashboard/dashboard.php CHANGED
@@ -22,8 +22,6 @@ if ( ! defined( 'ABSPATH' ) ) exit;
22
  </div>
23
  </div>
24
 
25
-
26
-
27
  <div class="panel panel-primary panel-default content-panel">
28
  <div class="panel-body">
29
  <table class="form-table">
22
  </div>
23
  </div>
24
 
 
 
25
  <div class="panel panel-primary panel-default content-panel">
26
  <div class="panel-body">
27
  <table class="form-table">
includes/design/background.php CHANGED
@@ -143,7 +143,6 @@ function set_slideshow(){
143
  <div class="bg-color">
144
  <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'/images/background-color1.png'; ?>" class="img-responsive" alt="" >
145
  </div>
146
-
147
  <div class="panel panel-primary panel-default content-panel">
148
  <div class="panel-body">
149
  <table class="form-table">
@@ -165,7 +164,6 @@ function set_slideshow(){
165
  <div class="bg-color">
166
  <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'/images/background-image.png'; ?>" class="img-responsive">
167
  </div>
168
-
169
  <div class="panel panel-primary panel-default content-panel">
170
  <div class="panel-body">
171
  <table class="form-table">
@@ -299,7 +297,6 @@ function set_slideshow(){
299
  <div class="bg-color">
300
  <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'/images/background-slideshow.png'; ?>" class="img-responsive">
301
  </div>
302
-
303
  <div class="panel panel-primary panel-default content-panel">
304
  <div class="panel-body">
305
  <table class="form-table">
143
  <div class="bg-color">
144
  <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'/images/background-color1.png'; ?>" class="img-responsive" alt="" >
145
  </div>
 
146
  <div class="panel panel-primary panel-default content-panel">
147
  <div class="panel-body">
148
  <table class="form-table">
164
  <div class="bg-color">
165
  <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'/images/background-image.png'; ?>" class="img-responsive">
166
  </div>
 
167
  <div class="panel panel-primary panel-default content-panel">
168
  <div class="panel-body">
169
  <table class="form-table">
297
  <div class="bg-color">
298
  <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'/images/background-slideshow.png'; ?>" class="img-responsive">
299
  </div>
 
300
  <div class="panel panel-primary panel-default content-panel">
301
  <div class="panel-body">
302
  <table class="form-table">
includes/offers.php CHANGED
@@ -16,7 +16,7 @@
16
  </div>
17
  </div>
18
  </div>
19
- <div class="col-md-10 product-main-cont">
20
  <ul class="nav nav-tabs product-tbs">
21
  <li class="active"><a data-toggle="tab" href="#themesd"> Themes </a></li>
22
  <li><a data-toggle="tab" href="#pluginsd">Plugins</a></li>
@@ -35,116 +35,113 @@
35
  <div class="row p_plugin blog_gallery">
36
  <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
37
  <div class="img-thumbnail">
38
- <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'/images/BeautySpa.jpg'; ?>" class="img-responsive" alt="img"/>
39
-
40
  </div>
41
  </div>
42
  <div class="col-xs-12 col-sm-5 col-md-5 p_plugin_desc">
43
  <div class="row p-box">
44
- <h2><a href="">BeautySpa- Beauty Salon Theme</a></h2>
45
- <p><strong>Tags: </strong>Customize Front Page, Multilingual, Complete Documentation, Theme Option Panel, Unlimited Color Skins, Multiple Background Patterns, Multiple Theme Templates, 5 Portfolio Layout, 3 Page Layout and many more.</p>
46
  <div>
47
- <p><strong>Description: </strong> BeautySpa is versatile health care business WordPress theme suitable for spa, spa salon, sauna, massage , medical business, massage center, beauty center, eCommerce and beauty salon websites.</p>
48
  </div>
49
  </div>
50
  </div>
51
  <div class="col-xs-12 col-sm-3 col-md-2 p_plugin_pic">
52
  <div class="price">
53
  <span class="currency">USD</span>
54
- <span class="price-number">$<span>39</span></span>
55
  </div>
56
  <div class="btn-group-vertical">
57
- <a class="btn btn-primary btn-lg" href="https://weblizar.com/themes/beautyspa-premium/">Demo</a>
58
- <a class="btn btn-success btn-lg" href="https://weblizar.com/themes/beautyspa-premium/">Buy Now</a>
59
  </div>
60
  </div>
61
  </div>
62
-
63
-
64
-
65
-
66
  <div class="row p_plugin blog_gallery">
67
  <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
68
  <div class="img-thumbnail">
69
- <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'/images/personal.jpg'; ?>" class="img-responsive" alt="img"/>
70
  </div>
71
  </div>
72
  <div class="col-xs-12 col-sm-5 col-md-5 p_plugin_desc">
73
  <div class="row p-box">
74
- <h2><a href="">Personal Premium Theme </a></h2>
75
- <p><strong>Tags: </strong>clean, responsive, portfolio, blog, e-commerce, Business, WordPress, dark, real estate, shop, restaurant, ele…</p>
76
  <div>
77
- <p><strong>Description: </strong> Personal Premium is a powerful and flexible, customizable and extensively developed, wonderfully lightweight and mobile friendly, easy to use and intuitively structured. Personal Premium is a highly customizable and SEO friendly responsive WordPress theme you have access to unlimited color variations, multiple different layout options, shortcode modules, and much more. </div>
 
78
  </div>
79
  </div>
80
  <div class="col-xs-12 col-sm-3 col-md-2 p_plugin_pic">
81
  <div class="price">
82
  <span class="currency">USD</span>
83
- <span class="price-number">$<span>17</span></span>
84
  </div>
85
  <div class="btn-group-vertical">
86
- <a class="btn btn-primary btn-lg" href="https://weblizar.com/themes/personal-premium/">Demo</a>
87
- <a class="btn btn-success btn-lg" href="https://weblizar.com/themes/personal-premium">Buy Now</a>
88
  </div>
89
  </div>
90
  </div>
 
91
  <div class="row p_plugin blog_gallery">
92
  <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
93
  <div class="img-thumbnail">
94
- <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'/images/explora.jpg'; ?>" class="img-responsive" alt="img"/>
 
95
  </div>
96
  </div>
97
  <div class="col-xs-12 col-sm-5 col-md-5 p_plugin_desc">
98
  <div class="row p-box">
99
- <h2><a href="">Explora- Ultimate Multi-Purpose WordPress Theme</a></h2>
100
- <p><strong>Tags: </strong>clean, responsive, portfolio, blog, e-commerce, Business, WordPress, Corporate, dark, real estate, shop, restaurant, ele…</p>
101
  <div>
102
- <p><strong>Description: </strong> Explora Premium is a multi-purpose responsive theme coded & designed with a lot of care and love. You can use it for your business, portfolio, blogging or any type of site. </div>
 
103
  </div>
104
  </div>
105
  <div class="col-xs-12 col-sm-3 col-md-2 p_plugin_pic">
106
  <div class="price">
107
  <span class="currency">USD</span>
108
- <span class="price-number">$<span>25</span></span>
109
  </div>
110
  <div class="btn-group-vertical">
111
- <a class="btn btn-primary btn-lg" href="https://weblizar.com/explora-premium/">Demo</a>
112
- <a class="btn btn-success btn-lg" href="https://weblizar.com/explora-premium/">Buy Now</a>
113
  </div>
114
  </div>
115
  </div>
116
  <div class="row p_plugin blog_gallery">
117
  <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
118
  <div class="img-thumbnail">
119
- <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'/images/Guardian.jpg'; ?>" class="img-responsive" alt="img"/>
120
-
121
  </div>
122
  </div>
123
  <div class="col-xs-12 col-sm-5 col-md-5 p_plugin_desc">
124
  <div class="row p-box">
125
- <h2><a href="">Guardian- Corporate Business Theme</a></h2>
126
- <p><strong>Tags: </strong>Multiple Background Patterns, Rich color changer, Boxed/wide layout styles, Additional Page, WPML & Woo Commerce.</p>
127
  <div>
128
- <p><strong>Description: </strong> Guardian Premium Theme is a super professional one page WordPress theme for modern businesses. Ideal for creative agencies, startups, small businesses, and freelancers and best of all it is so easy to use that you can have your website up in minutes.</p>
129
- </div>
130
  </div>
131
  </div>
132
  <div class="col-xs-12 col-sm-3 col-md-2 p_plugin_pic">
133
  <div class="price">
134
  <span class="currency">USD</span>
135
- <span class="price-number">$<span>39</span></span>
136
  </div>
137
  <div class="btn-group-vertical">
138
- <a class="btn btn-primary btn-lg" href="https://weblizar.com/themes/guardian-premium-theme/">Detail</a>
139
- <a class="btn btn-success btn-lg" href="https://weblizar.com/themes/guardian-premium-theme/">Buy Now</a>
140
  </div>
141
  </div>
142
  </div>
143
  <div class="row p_plugin blog_gallery">
144
  <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
145
  <div class="img-thumbnail">
146
- <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'/images/Enigma.jpg'; ?>" class="img-responsive" alt="img"/>
147
-
148
  </div>
149
  </div>
150
  <div class="col-xs-12 col-sm-5 col-md-5 p_plugin_desc">
@@ -168,22 +165,52 @@
168
  </div>
169
  </div>
170
  </div>
171
-
172
  </div>
173
 
174
  <!----Plugin----->
175
 
176
  <div id="pluginsd" class="tab-pane fade">
177
- <div class="p_head theme">
178
-
179
- <h1 class="section-title">WordPress Plugins</h1>
180
-
181
  </div>
182
  <div class="row p_plugin blog_gallery">
183
  <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
184
  <div class="img-thumbnail">
185
- <img src="https://weblizar.com/wp-content/uploads/2018/10/Twitter-Tweets-Pro.jpg" class="img-responsive" alt="img"/>
186
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
187
  </div>
188
  </div>
189
  <div class="col-xs-12 col-sm-5 col-md-5 p_plugin_desc">
@@ -192,12 +219,12 @@
192
  <p><strong>Features: </strong>
193
  <ul>
194
  <li>Twitter Tweets Widget</li>
195
- <li>Multiple Twitter feeds with no limitations</li>
196
  <li>Feeds of multiple users, hashtags or search terms</li>
197
  <li>Display Tweets in Slider</li>
198
- <li>Configurable number of tweets to display</li>
199
- <li>Leave Management Module</li>
200
- <li>Load more Tweets...etc many more.</li>
 
201
  </ul>
202
  </p>
203
  </div>
@@ -208,15 +235,15 @@
208
  <span class="price-number"><span>$19</span></span>
209
  </div>
210
  <div class="btn-group-vertical">
211
- <a target="_blank" class="btn btn-primary btn-lg" href="https://weblizar.com/plugins/twitter-tweets-pro/">Demo</a>
212
  <a class="btn btn-success btn-lg" href="https://weblizar.com/plugins/twitter-tweets-pro/">Buy Now</a>
213
  </div>
214
  </div>
215
  </div>
216
- <div class="row p_plugin blog_gallery">
217
  <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
218
  <div class="img-thumbnail">
219
- <img src="https://weblizar.com/wp-content/uploads/2018/09/Advanced-Google-Maps.jpg" class="img-responsive" alt="img"/>
220
 
221
  </div>
222
  </div>
@@ -230,8 +257,8 @@
230
  <li>Interactive Map</li>
231
  <li>Route Direction Maps</li>
232
  <li>Custom Markers</li>
233
- <li>Map Theme</li>
234
- <li>Google Map Widget...etc many more.</li>
235
  </ul>
236
  </p>
237
  </div>
@@ -242,30 +269,31 @@
242
  <span class="price-number"><span>$11</span></span>
243
  </div>
244
  <div class="btn-group-vertical">
245
- <a target="_blank" class="btn btn-primary btn-lg" href="https://weblizar.com/plugins/advanced-google-maps/">Demo</a>
246
  <a class="btn btn-success btn-lg" href="https://weblizar.com/plugins/advanced-google-maps/">Buy Now</a>
247
  </div>
248
  </div>
249
  </div>
250
- <div class="row p_plugin blog_gallery">
 
251
  <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
252
  <div class="img-thumbnail">
253
- <img src="https://weblizar.com/wp-content/uploads/2018/08/institute-management-pro-details.jpg" class="img-responsive" alt="img"/>
254
 
255
  </div>
256
  </div>
257
  <div class="col-xs-12 col-sm-5 col-md-5 p_plugin_desc">
258
  <div class="row p-box">
259
- <h2><a href="">Institute Management Pro</a></h2>
260
  <p><strong>Features: </strong>
261
  <ul>
262
- <li>Course Management</li>
263
- <li>Batch Management</li>
264
- <li>Enquiry Management</li>
265
- <li>Student Management</li>
266
- <li>Fee Management</li>
267
- <li>Staff Management</li>
268
- <li>Access Control...etc many more.</li>
269
  </ul>
270
  </p>
271
  </div>
@@ -273,19 +301,20 @@
273
  <div class="col-xs-12 col-sm-3 col-md-2 p_plugin_pic">
274
  <div class="price">
275
  <span class="currency">USD</span>
276
- <span class="price-number"><span>$15</span></span>
277
  </div>
278
  <div class="btn-group-vertical">
279
- <a target="_blank" class="btn btn-primary btn-lg" href="https://weblizar.com/plugins/institute-management-pro/">Demo</a>
280
- <a class="btn btn-success btn-lg" href="https://weblizar.com/plugins/institute-management-pro/">Buy Now</a>
281
  </div>
282
  </div>
283
  </div>
284
-
285
- <div class="row p_plugin blog_gallery">
 
286
  <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
287
  <div class="img-thumbnail">
288
- <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'/images/Clockin-Pro.jpg'; ?>" class="img-responsive" alt="img"/>
289
 
290
  </div>
291
  </div>
@@ -300,7 +329,7 @@
300
  <li>Shift Management</li>
301
  <li>Holiday Listing</li>
302
  <li>Leave Management Module</li>
303
- <li>Event Management Module....etc many more.</li>
304
  </ul>
305
  </p>
306
  </div>
@@ -321,7 +350,7 @@
321
  <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
322
  <div class="img-thumbnail">
323
  <div class="img-thumbnail">
324
- <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'/images/facebook-feed.jpg'; ?>" class="img-responsive" alt="img"/>
325
  </div>
326
  </div>
327
  </div>
@@ -351,192 +380,18 @@
351
  </div>
352
  </div>
353
  </div>
354
- <div class="row p_plugin blog_gallery">
355
- <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
356
- <div class="img-thumbnail">
357
- <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'/images/Pinterest-Feed.jpg'; ?>" class="img-responsive" alt="img"/>
358
- </div>
359
- </div>
360
- <div class="col-xs-12 col-sm-5 col-md-5 p_plugin_desc">
361
- <div class="row p-box">
362
- <h2><a href="">Pinterest Feed Pro</a></h2>
363
- <p><strong>Features: </strong>
364
- <ul>
365
- <li>Pinterest Feed Shortcode</li>
366
- <li>Responsive Pinterest Plugin</li>
367
- <li>Pinterest Feed Widget</li>
368
- <li>Pinterest Profile</li>
369
- <li>Pinterest Pin Slider</li>
370
- <li>Setting Panel</li>
371
- </ul>
372
- </p>
373
- </div>
374
- </div>
375
- <div class="col-xs-12 col-sm-3 col-md-2 p_plugin_pic">
376
- <div class="price">
377
- <span class="currency">USD</span>
378
- <span class="price-number"><span>$18</span></span>
379
- </div>
380
- <div class="btn-group-vertical">
381
- <a target="_blank" class="btn btn-primary btn-lg" href="https://weblizar.com/plugins/pinterest-feed-pro/">Demo</a>
382
- <a class="btn btn-success btn-lg" href="https://weblizar.com/plugins/pinterest-feed-pro/">Buy Now</a>
383
- </div>
384
- </div>
385
- </div>
386
- <div class="row p_plugin blog_gallery">
387
- <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
388
- <div class="img-thumbnail">
389
- <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'/images/Search-Engine-Optimizer-new.jpg'; ?>" class="img-responsive" alt="img"/>
390
- </div>
391
- </div>
392
- <div class="col-xs-12 col-sm-5 col-md-5 p_plugin_desc">
393
- <div class="row p-box">
394
- <h2><a href="">SEO Image Optimizer Pro </a></h2>
395
- <p><strong>Features: </strong>
396
- <ul>
397
- <li>WooCommerce Product Images SEO</li>
398
- <li>Auto Fill Title & Alt Tag</li>
399
- <li>Custom Title & Alt Tag</li>
400
- <li>Featured Images SEO</li>
401
- <li>Magical Reset</li>
402
- <li>Delimiter Removal</li>
403
- <li>Image Compression</li>
404
- <li>Site Speed Up</li>
405
- </ul>
406
- </p>
407
- </div>
408
- </div>
409
- <div class="col-xs-12 col-sm-3 col-md-2 p_plugin_pic">
410
- <div class="price">
411
- <span class="currency">USD</span>
412
- <span class="price-number"><span>$11</span></span>
413
- </div>
414
- <div class="btn-group-vertical">
415
- <a target="_blank" class="btn btn-primary btn-lg" href="https://weblizar.com/seo-image-optimizer-pro">Demo</a>
416
- <a class="btn btn-success btn-lg" href="https://weblizar.com/seo-image-optimizer-pro/">Buy Now</a>
417
- </div>
418
- </div>
419
- </div>
420
-
421
- <div class="row p_plugin blog_gallery">
422
- <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
423
- <div class="img-thumbnail">
424
- <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'/images/newsletter.png'; ?>" class="img-responsive" alt="img"/>
425
- </div>
426
- </div>
427
- <div class="col-xs-12 col-sm-5 col-md-5 p_plugin_desc">
428
- <div class="row p-box">
429
- <h2><a href="">Newsletter Subscription Form Pro </a></h2>
430
- <p><strong>Features: </strong>
431
- <ul>
432
- <li>Multiple Pro Template</li>
433
- <li>News Letter Subscription</li>
434
- <li>Download Subscriber List</li>
435
- <li>Auto & Manual Notification</li>
436
- <li>Major Browser Compatible</li>
437
- <li>Multi Site and Multilingual</li>
438
- <li>Customized Form</li>
439
- <li>Forms shotcode</li>
440
- </ul>
441
- </p>
442
- </div>
443
- </div>
444
- <div class="col-xs-12 col-sm-3 col-md-2 p_plugin_pic">
445
- <div class="price">
446
- <span class="currency">USD</span>
447
- <span class="price-number"><span>$7</span></span>
448
- </div>
449
- <div class="btn-group-vertical">
450
- <a target="_blank" class="btn btn-primary btn-lg" href="https://weblizar.com/newsletter-subscription-form-pro/">Demo</a>
451
- <a class="btn btn-success btn-lg" href="https://weblizar.com/newsletter-subscription-form-pro/">Buy Now</a>
452
- </div>
453
- </div>
454
- </div>
455
-
456
- <div class="row p_plugin blog_gallery">
457
- <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
458
- <div class="img-thumbnail">
459
- <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'/images/Comingsoon.jpg'; ?>" class="img-responsive" alt="img"/>
460
- </div>
461
- </div>
462
- <div class="col-xs-12 col-sm-5 col-md-5 p_plugin_desc">
463
- <div class="row p-box">
464
- <h2><a href="">Coming Soon Page & Maintenance Mode Pro </a></h2>
465
- <p><strong>Features: </strong>
466
- <ul>
467
- <li>Coming Soon Mode</li>
468
- <li>Under Construction Mode</li>
469
- <li>Pro Templates</li>
470
- <li>News Letter Subscriptions</li>
471
- <li>Automatic Website Launch</li>
472
- <li>News Letter Subscriber Forms</li>
473
- <li>Auto & Manual Notification</li>
474
- <li>Google Analytic Tracking</li>
475
- </ul>
476
- </p>
477
- </div>
478
- </div>
479
- <div class="col-xs-12 col-sm-3 col-md-2 p_plugin_pic">
480
- <div class="price">
481
- <span class="currency">USD</span>
482
- <span class="price-number"><span>$24</span></span>
483
- </div>
484
- <div class="btn-group-vertical">
485
- <a target="_blank" class="btn btn-primary btn-lg" href="https://weblizar.com/plugins/coming-soon-page-maintenance-mode-pro/">Demo</a>
486
- <a class="btn btn-success btn-lg" href="https://weblizar.com/plugins/coming-soon-page-maintenance-mode-pro/">Buy Now</a>
487
- </div>
488
- </div>
489
- </div>
490
- <div class="row p_plugin blog_gallery">
491
- <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
492
- <div class="img-thumbnail">
493
- <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'/images/responsive-pro.jpg'; ?>" class="img-responsive" alt="img"/>
494
- </div>
495
- </div>
496
- <div class="col-xs-12 col-sm-5 col-md-5 p_plugin_desc">
497
- <div class="row p-box">
498
- <h2><a href="">Responsive Portfolio Pro</a></h2>
499
- <p><strong>Features: </strong>
500
- <ul>
501
- <li>Image Hover Animation</li>
502
- <li>Number of Hover Color</li>
503
- <li>Number of Font Style</li>
504
- <li>Number of Lightbox Styles</li>
505
- <li>Drag and Drop image Position</li>
506
- <li>Multiple Image uploader and so on..
507
- <li>
508
- </ul>
509
- </p>
510
- </div>
511
- </div>
512
- <div class="col-xs-12 col-sm-3 col-md-2 p_plugin_pic">
513
- <div class="price">
514
- <span class="currency">USD</span>
515
- <span class="price-number">$<span>19</span></span>
516
- </div>
517
- <div class="btn-group-vertical">
518
- <a class="btn btn-primary btn-lg" href="https://weblizar.com/plugins/responsive-portfolio-pro/">Demo</a>
519
- <a class="btn btn-success btn-lg" href="https://weblizar.com/plugins/responsive-portfolio-pro/">Buy Now</a>
520
- </div>
521
- </div>
522
- </div>
523
-
524
  </div>
525
 
526
  <!--offers-->
527
  <div id="offers" class="tab-pane fade">
528
  <div class="space theme active">
529
-
530
  <div class=" p_head theme">
531
  <h1 class="section-title">Weblizar Offers</h1>
532
-
533
  </div>
534
-
535
  <div class="row p_plugin blog_gallery">
536
  <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
537
  <div class="img-thumbnail">
538
- <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'/images/offer.jpg'; ?>" class="img-responsive" alt="img"/>
539
-
540
  </div>
541
  </div>
542
  <div class="col-xs-12 col-sm-5 col-md-5 p_plugin_desc">
@@ -545,21 +400,17 @@
545
  </div>
546
  </div>
547
  <div class="col-xs-12 col-sm-3 col-md-2 p_plugin_pic">
548
-
549
  <div class="btn-group-vertical">
550
  <a class="btn btn-primary btn-lg title_offers" href="https://weblizar.com/offers/">Visit Here</a>
551
  </div>
552
  </div>
553
  </div>
554
- </div>
555
-
556
- </div>
557
-
558
-
559
  </div>
560
  </div>
561
  </div>
562
- <style>
563
  .setting_page {padding: 0;margin-top: 25px;}
564
 
565
  a.button.button-primary.thickbox.eswhortcode {
16
  </div>
17
  </div>
18
  </div>
19
+ <div class="col-md-12 product-main-cont">
20
  <ul class="nav nav-tabs product-tbs">
21
  <li class="active"><a data-toggle="tab" href="#themesd"> Themes </a></li>
22
  <li><a data-toggle="tab" href="#pluginsd">Plugins</a></li>
35
  <div class="row p_plugin blog_gallery">
36
  <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
37
  <div class="img-thumbnail">
38
+ <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'images/nineteen-premium.jpg'; ?>" class="img-responsive" alt="img"/>
 
39
  </div>
40
  </div>
41
  <div class="col-xs-12 col-sm-5 col-md-5 p_plugin_desc">
42
  <div class="row p-box">
43
+ <h2><a href="">Nineteen Premium Theme</a></h2>
44
+ <p><strong>Tags: </strong>Customize Front Page, Multilingual, Complete Documentation, Theme Option Panel, Unlimited Color Skins, Multiple Background Patterns, Multiple Theme Templates, Portfolio Layout, Page Layout and many more.</p>
45
  <div>
46
+ <p><strong>Description: </strong> Whether you’re new to running a business or a seasoned business owner, a mentor can help you refine your business strategy, map out the direction that your business should be taking and assist in setting goals for your business to succeed.</p>
47
  </div>
48
  </div>
49
  </div>
50
  <div class="col-xs-12 col-sm-3 col-md-2 p_plugin_pic">
51
  <div class="price">
52
  <span class="currency">USD</span>
53
+ <span class="price-number">$<span>20</span></span>
54
  </div>
55
  <div class="btn-group-vertical">
56
+ <a class="btn btn-primary btn-lg" href="https://weblizar.com/themes/nineteen-premium-theme-for-business/">Demo</a>
57
+ <a class="btn btn-success btn-lg" href="https://weblizar.com/themes/nineteen-premium-theme-for-business/">Buy Now</a>
58
  </div>
59
  </div>
60
  </div>
61
+
 
 
 
62
  <div class="row p_plugin blog_gallery">
63
  <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
64
  <div class="img-thumbnail">
65
+ <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'images/construction-pro.jpg'; ?>" class="img-responsive" alt="img"/>
66
  </div>
67
  </div>
68
  <div class="col-xs-12 col-sm-5 col-md-5 p_plugin_desc">
69
  <div class="row p-box">
70
+ <h2><a href="">Construction Premium Theme</a></h2>
71
+ <p><strong>Tags: </strong>Customize Front Page, Multilingual, Complete Documentation, Theme Option Panel, Unlimited Color Skins, Multiple Background Patterns, Multiple Theme Templates, Portfolio Layout, Page Layout and many more.</p>
72
  <div>
73
+ <p><strong>Description: </strong> Construction is a WordPress theme specially style for construction agency, real state agency, design house and overall construction and assets sites. For a construction company, it’s extremely important that they showcase their service during a very pleasant and distinct thanks to letting their current shoppers be updated and attract additional valuable customers.</p>
74
+ </div>
75
  </div>
76
  </div>
77
  <div class="col-xs-12 col-sm-3 col-md-2 p_plugin_pic">
78
  <div class="price">
79
  <span class="currency">USD</span>
80
+ <span class="price-number">$<span>19</span></span>
81
  </div>
82
  <div class="btn-group-vertical">
83
+ <a class="btn btn-primary btn-lg" href="http://demo.weblizar.com/construction-pro/">Demo</a>
84
+ <a class="btn btn-success btn-lg" href="https://weblizar.com/themes/construction-premium-wordpress-theme/">Buy Now</a>
85
  </div>
86
  </div>
87
  </div>
88
+
89
  <div class="row p_plugin blog_gallery">
90
  <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
91
  <div class="img-thumbnail">
92
+ <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'images/BeautySpa.jpg'; ?>" class="img-responsive" alt="img"/>
93
+
94
  </div>
95
  </div>
96
  <div class="col-xs-12 col-sm-5 col-md-5 p_plugin_desc">
97
  <div class="row p-box">
98
+ <h2><a href="">BeautySpa- Beauty Salon Theme</a></h2>
99
+ <p><strong>Tags: </strong>Customize Front Page, Multilingual, Complete Documentation, Theme Option Panel, Unlimited Color Skins, Multiple Background Patterns, Multiple Theme Templates, 5 Portfolio Layout, 3 Page Layout and many more.</p>
100
  <div>
101
+ <p><strong>Description: </strong> BeautySpa is versatile health care business WordPress theme suitable for spa, spa salon, sauna, massage , medical business, massage center, beauty center, eCommerce and beauty salon websites.</p>
102
+ </div>
103
  </div>
104
  </div>
105
  <div class="col-xs-12 col-sm-3 col-md-2 p_plugin_pic">
106
  <div class="price">
107
  <span class="currency">USD</span>
108
+ <span class="price-number">$<span>39</span></span>
109
  </div>
110
  <div class="btn-group-vertical">
111
+ <a class="btn btn-primary btn-lg" href="https://weblizar.com/themes/beautyspa-premium/">Demo</a>
112
+ <a class="btn btn-success btn-lg" href="https://weblizar.com/themes/beautyspa-premium/">Buy Now</a>
113
  </div>
114
  </div>
115
  </div>
116
  <div class="row p_plugin blog_gallery">
117
  <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
118
  <div class="img-thumbnail">
119
+ <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'images/explora.jpg'; ?>" class="img-responsive" alt="img"/>
 
120
  </div>
121
  </div>
122
  <div class="col-xs-12 col-sm-5 col-md-5 p_plugin_desc">
123
  <div class="row p-box">
124
+ <h2><a href="">Explora- Ultimate Multi-Purpose WordPress Theme</a></h2>
125
+ <p><strong>Tags: </strong>clean, responsive, portfolio, blog, e-commerce, Business, WordPress, Corporate, dark, real estate, shop, restaurant, ele…</p>
126
  <div>
127
+ <p><strong>Description: </strong> Explora Premium is a multi-purpose responsive theme coded & designed with a lot of care and love. You can use it for your business, portfolio, blogging or any type of site. </div>
 
128
  </div>
129
  </div>
130
  <div class="col-xs-12 col-sm-3 col-md-2 p_plugin_pic">
131
  <div class="price">
132
  <span class="currency">USD</span>
133
+ <span class="price-number">$<span>25</span></span>
134
  </div>
135
  <div class="btn-group-vertical">
136
+ <a class="btn btn-primary btn-lg" href="https://weblizar.com/explora-premium/">Demo</a>
137
+ <a class="btn btn-success btn-lg" href="https://weblizar.com/explora-premium/">Buy Now</a>
138
  </div>
139
  </div>
140
  </div>
141
  <div class="row p_plugin blog_gallery">
142
  <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
143
  <div class="img-thumbnail">
144
+ <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'images/Enigma.jpg'; ?>" class="img-responsive" alt="img"/>
 
145
  </div>
146
  </div>
147
  <div class="col-xs-12 col-sm-5 col-md-5 p_plugin_desc">
165
  </div>
166
  </div>
167
  </div>
 
168
  </div>
169
 
170
  <!----Plugin----->
171
 
172
  <div id="pluginsd" class="tab-pane fade">
173
+ <div class="p_head theme">
174
+ <h1 class="section-title">WordPress Plugins</h1>
 
 
175
  </div>
176
  <div class="row p_plugin blog_gallery">
177
  <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
178
  <div class="img-thumbnail">
179
+ <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'images/institute-management-pro.jpg'; ?>" class="img-responsive" alt="img"/>
180
+ </div>
181
+ </div>
182
+ <div class="col-xs-12 col-sm-5 col-md-5 p_plugin_desc">
183
+ <div class="row p-box">
184
+ <h2><a href="">Multi-Institute Management Pro</a></h2>
185
+ <p><strong>Features: </strong>
186
+ <ul type="1">
187
+ <li>Multi-Institute Management</li>
188
+ <li>Course, Batch,Inquiry, Management</li>
189
+ <li> Attendance Management</li>
190
+ <li> Study Material </li>
191
+ <li>Fee Management</li>
192
+ <li>Staff Management</li>
193
+ <li>Student Dashboard</li>
194
+ <li>Export records to excel....etc many more.</li>
195
+ </ul>
196
+ </p>
197
+ </div>
198
+ </div>
199
+ <div class="col-xs-12 col-sm-3 col-md-2 p_plugin_pic">
200
+ <div class="price">
201
+ <span class="currency">USD</span>
202
+ <span class="price-number"><span>$15</span></span>
203
+ </div>
204
+ <div class="btn-group-vertical">
205
+ <a target="_blank" class="btn btn-primary btn-lg" href="http://demo.weblizar.com/institute-management-pro">Demo</a>
206
+ <a class="btn btn-success btn-lg" href="https://weblizar.com/plugins/institute-management-pro/">Buy Now</a>
207
+ </div>
208
+ </div>
209
+ </div>
210
+ <div class="row p_plugin blog_gallery">
211
+ <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
212
+ <div class="img-thumbnail">
213
+ <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'images/Twitter-Tweets-Pro.jpg'; ?>" class="img-responsive" alt="img"/>
214
  </div>
215
  </div>
216
  <div class="col-xs-12 col-sm-5 col-md-5 p_plugin_desc">
219
  <p><strong>Features: </strong>
220
  <ul>
221
  <li>Twitter Tweets Widget</li>
 
222
  <li>Feeds of multiple users, hashtags or search terms</li>
223
  <li>Display Tweets in Slider</li>
224
+ <li>Load more Tweets</li>
225
+ <li>Style Settings</li>
226
+ <li>SGoogle Fonts</li>
227
+ <li>Tweet Actions (reply, retweet, like)....etc many more.</li>
228
  </ul>
229
  </p>
230
  </div>
235
  <span class="price-number"><span>$19</span></span>
236
  </div>
237
  <div class="btn-group-vertical">
238
+ <a target="_blank" class="btn btn-primary btn-lg" href="http://demo.weblizar.com/twitter-tweets-pro/">Demo</a>
239
  <a class="btn btn-success btn-lg" href="https://weblizar.com/plugins/twitter-tweets-pro/">Buy Now</a>
240
  </div>
241
  </div>
242
  </div>
243
+ <div class="row p_plugin blog_gallery">
244
  <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
245
  <div class="img-thumbnail">
246
+ <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'images/Advanced-Google-Maps.jpg'; ?>" class="img-responsive" alt="img"/>
247
 
248
  </div>
249
  </div>
257
  <li>Interactive Map</li>
258
  <li>Route Direction Maps</li>
259
  <li>Custom Markers</li>
260
+ <li>Google Map Widget</li>
261
+ <li>Centralized Dashboard....etc many more.</li>
262
  </ul>
263
  </p>
264
  </div>
269
  <span class="price-number"><span>$11</span></span>
270
  </div>
271
  <div class="btn-group-vertical">
272
+ <a target="_blank" class="btn btn-primary btn-lg" href="http://demo.weblizar.com/advanced-google-maps/">Demo</a>
273
  <a class="btn btn-success btn-lg" href="https://weblizar.com/plugins/advanced-google-maps/">Buy Now</a>
274
  </div>
275
  </div>
276
  </div>
277
+
278
+ <div class="row p_plugin blog_gallery">
279
  <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
280
  <div class="img-thumbnail">
281
+ <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'images/Admin-Custom-Login-Pro.jpg'; ?>" class="img-responsive" alt="img"/>
282
 
283
  </div>
284
  </div>
285
  <div class="col-xs-12 col-sm-5 col-md-5 p_plugin_desc">
286
  <div class="row p-box">
287
+ <h2><a href="">Admin Custom Login Pro</a></h2>
288
  <p><strong>Features: </strong>
289
  <ul>
290
+ <li>Best Admin Page Customizer</li>
291
+ <li>Max Login Retry</li>
292
+ <li>Social Media Login</li>
293
+ <li>Login Restriction By User Roles</li>
294
+ <li>Ban User(s) Login Access</li>
295
+ <li>Max User Access Management</li>
296
+ <li>Google Fonts....etc many more.</li>
297
  </ul>
298
  </p>
299
  </div>
301
  <div class="col-xs-12 col-sm-3 col-md-2 p_plugin_pic">
302
  <div class="price">
303
  <span class="currency">USD</span>
304
+ <span class="price-number"><span>$25</span></span>
305
  </div>
306
  <div class="btn-group-vertical">
307
+ <a target="_blank" class="btn btn-primary btn-lg" href="http://demo.weblizar.com/admin-custom-login-pro/wp-login.php">Demo</a>
308
+ <a class="btn btn-success btn-lg" href="https://weblizar.com/plugins/admin-custom-login-pro/">Buy Now</a>
309
  </div>
310
  </div>
311
  </div>
312
+
313
+
314
+ <div class="row p_plugin blog_gallery">
315
  <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
316
  <div class="img-thumbnail">
317
+ <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'images/Clockin-Pro.jpg'; ?>" class="img-responsive" alt="img"/>
318
 
319
  </div>
320
  </div>
329
  <li>Shift Management</li>
330
  <li>Holiday Listing</li>
331
  <li>Leave Management Module</li>
332
+ <li>Event Management Module....etc many more.</li>
333
  </ul>
334
  </p>
335
  </div>
350
  <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
351
  <div class="img-thumbnail">
352
  <div class="img-thumbnail">
353
+ <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'images/facebook-feed.jpg'; ?>" class="img-responsive" alt="img"/>
354
  </div>
355
  </div>
356
  </div>
380
  </div>
381
  </div>
382
  </div>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
383
  </div>
384
 
385
  <!--offers-->
386
  <div id="offers" class="tab-pane fade">
387
  <div class="space theme active">
 
388
  <div class=" p_head theme">
389
  <h1 class="section-title">Weblizar Offers</h1>
 
390
  </div>
 
391
  <div class="row p_plugin blog_gallery">
392
  <div class="col-xs-12 col-sm-4 col-md-5 p_plugin_pic">
393
  <div class="img-thumbnail">
394
+ <img src="<?php echo WEBLIZAR_NALF_PLUGIN_URL.'/images/offer.jpg'; ?>" class="img-responsive" alt="img"/>
 
395
  </div>
396
  </div>
397
  <div class="col-xs-12 col-sm-5 col-md-5 p_plugin_desc">
400
  </div>
401
  </div>
402
  <div class="col-xs-12 col-sm-3 col-md-2 p_plugin_pic">
 
403
  <div class="btn-group-vertical">
404
  <a class="btn btn-primary btn-lg title_offers" href="https://weblizar.com/offers/">Visit Here</a>
405
  </div>
406
  </div>
407
  </div>
408
+ </div>
409
+ </div>
 
 
 
410
  </div>
411
  </div>
412
  </div>
413
+ <style>
414
  .setting_page {padding: 0;margin-top: 25px;}
415
 
416
  a.button.button-primary.thickbox.eswhortcode {
includes/recommendations/recommendations.php CHANGED
@@ -90,8 +90,9 @@ if ( ! defined( 'ABSPATH' ) ) exit;
90
  <div id="postbox-container-2" class="postbox-container">
91
  <div id="advanced" class="meta-box-sortables">
92
  <div id="gallery_bank_get_started" class="postbox" >
93
- <div class="handlediv" data-target="ux_recommendation" title="Click to toggle" data-toggle="collapse"><br></div>
94
- <h2 class="hndle"><span>Get More Free WordPess Plguins From Weblizar</span></h3>
 
95
  <div class="inside">
96
  <div id="ux_recommendation" class="gallery_bank_layout">
97
 
@@ -297,13 +298,10 @@ if ( ! defined( 'ABSPATH' ) ) exit;
297
  </div>
298
  </div>
299
  </form>
300
- </td>
301
- </tr>
302
- </table>
303
- </div>
304
- </div>
305
-
306
-
307
-
308
  </div>
309
  <!-- /row -->
90
  <div id="postbox-container-2" class="postbox-container">
91
  <div id="advanced" class="meta-box-sortables">
92
  <div id="gallery_bank_get_started" class="postbox" >
93
+ <div class="handlediv" data-target="ux_recommendation" title="Click to toggle" data-toggle="collapse"><br>
94
+ </div>
95
+ <h2 class="hndle"><span>Get More Free WordPess Plguins From Weblizar</span></h2>
96
  <div class="inside">
97
  <div id="ux_recommendation" class="gallery_bank_layout">
98
 
298
  </div>
299
  </div>
300
  </form>
301
+ </td>
302
+ </tr>
303
+ </table>
304
+ </div>
305
+ </div>
 
 
 
306
  </div>
307
  <!-- /row -->
login-form-screen.php CHANGED
@@ -125,7 +125,7 @@ function acl_er_login_logo() {
125
  // create default variables and use
126
  }
127
  }
128
- add_filter( 'login_headertitle', 'my_login_logo_url_title' );
129
  ?>
130
  <style type="text/css">
131
  <?php echo $login_custom_css; ?>
125
  // create default variables and use
126
  }
127
  }
128
+ add_filter( 'login_headertext', 'my_login_logo_url_title' );
129
  ?>
130
  <style type="text/css">
131
  <?php echo $login_custom_css; ?>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: weblizar
3
  Donate link: https://www.weblizar.com/
4
  Tags: custom login page, custom admin login, custom login, customize wordpress login page, design wordpress login
5
  Requires at least: 4.0
6
- Tested up to: 5.1.1
7
- Stable tag: 2.9.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -129,7 +129,6 @@ Guys please send us your login screenshots at `lizarweb[at]gmail[dot]com`.
129
  * **Username:** userdemo
130
  * **Password:** userdemo
131
 
132
-
133
  ### Translations By Our Plugin Users:
134
 
135
  * Italian Translation(it_IT) by [Giovanni Caputo](http://giovannicaputo.netsons.org)
@@ -172,6 +171,10 @@ If you have any question contact us at here: [Plugin Support Forum ](http://word
172
 
173
  For more information, see [Weblizar](http://www.weblizar.com/)
174
 
 
 
 
 
175
  = 2.9.0 =
176
  * Minor issue fixed
177
  * header already send issue fixed
3
  Donate link: https://www.weblizar.com/
4
  Tags: custom login page, custom admin login, custom login, customize wordpress login page, design wordpress login
5
  Requires at least: 4.0
6
+ Tested up to: 5.2
7
+ Stable tag: 2.9.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
129
  * **Username:** userdemo
130
  * **Password:** userdemo
131
 
 
132
  ### Translations By Our Plugin Users:
133
 
134
  * Italian Translation(it_IT) by [Giovanni Caputo](http://giovannicaputo.netsons.org)
171
 
172
  For more information, see [Weblizar](http://www.weblizar.com/)
173
 
174
+ = 2.9.1 =
175
+ * login_headertitle issue fixed
176
+ * version update + Compatible with wordpress 5.2
177
+
178
  = 2.9.0 =
179
  * Minor issue fixed
180
  * header already send issue fixed