Coming soon and Maintenance mode - Version 2.7.6

Version Description

Download this release

Release Info

Developer wpdevart
Plugin Icon 128x128 Coming soon and Maintenance mode
Version 2.7.6
Comparing to
See all releases

Code changes from version 2.7.5 to 2.7.6

coming_soon.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Coming soon and Maintenance mode WpDevArt
4
  * Plugin URI: http://wpdevart.com/wordpress-coming-soon-plugin
5
  * Description: Coming soon and Maintenance mode plugin is awesome tool to show your users that you are working on your website to make it better. Our coming soon plugin is the best way to create better coming soon page.
6
- * Version: 2.7.5
7
  * Author: maintenance mode GG, wpdevart, big ben keeper
8
  * License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
3
  * Plugin Name: Coming soon and Maintenance mode WpDevArt
4
  * Plugin URI: http://wpdevart.com/wordpress-coming-soon-plugin
5
  * Description: Coming soon and Maintenance mode plugin is awesome tool to show your users that you are working on your website to make it better. Our coming soon plugin is the best way to create better coming soon page.
6
+ * Version: 2.7.6
7
  * Author: maintenance mode GG, wpdevart, big ben keeper
8
  * License: GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
9
  */
includes/front_end.php CHANGED
@@ -52,7 +52,7 @@ class coming_soon_front_end{
52
  }
53
 
54
  }
55
- /*############################### Front-End Generating Part ################################*/
56
  public function generete_front_end_html(){
57
  ?><!DOCTYPE html>
58
  <html>
52
  }
53
 
54
  }
55
+ /*############################### Generating Front-end ################################*/
56
  public function generete_front_end_html(){
57
  ?><!DOCTYPE html>
58
  <html>
includes/style/admin-style.css CHANGED
@@ -171,6 +171,7 @@
171
  .section_parametrs_table > tbody > tr>td:nth-child(1){
172
  width:42%;
173
  }
 
174
  .desription_class{
175
  float: right;
176
  cursor: default;
@@ -250,6 +251,7 @@ button{
250
  background-image: url(../../images/remove_element.png);
251
  background-size:100% 100%;
252
  }
 
253
  .error_massage{
254
  color: #BB1E1E;
255
  font-size: 18px;
@@ -291,6 +293,7 @@ button{
291
  padding-left:3px;
292
  cursor:move;
293
  }
 
294
  .live_previev{
295
  float:left;
296
  padding:0px;
171
  .section_parametrs_table > tbody > tr>td:nth-child(1){
172
  width:42%;
173
  }
174
+ /*Coming Soon description style*/
175
  .desription_class{
176
  float: right;
177
  cursor: default;
251
  background-image: url(../../images/remove_element.png);
252
  background-size:100% 100%;
253
  }
254
+ /*Coming Soon error message style*/
255
  .error_massage{
256
  color: #BB1E1E;
257
  font-size: 18px;
293
  padding-left:3px;
294
  cursor:move;
295
  }
296
+ /*Coming Soon live preview style*/
297
  .live_previev{
298
  float:left;
299
  padding:0px;
includes/style/jquery-ui-style.css CHANGED
@@ -214,6 +214,7 @@ button.ui-button::-moz-focus-inner {
214
  border: 0;
215
  padding: 0;
216
  }
 
217
  .ui-datepicker {
218
  width: 17em;
219
  padding: .2em .2em 0;
214
  border: 0;
215
  padding: 0;
216
  }
217
+ /*Coming Soon date picker style*/
218
  .ui-datepicker {
219
  width: 17em;
220
  padding: .2em .2em 0;
includes/style/style.css CHANGED
@@ -15,6 +15,7 @@ body{
15
  #descrip{
16
  margin: 5px 0px 5px 0px;
17
  }
 
18
  .soc_icon_coneiner{
19
  display:inline-block;
20
  margin-top:2%;
15
  #descrip{
16
  margin: 5px 0px 5px 0px;
17
  }
18
+ /*Coming Soon social icons style*/
19
  .soc_icon_coneiner{
20
  display:inline-block;
21
  margin-top:2%;
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://wpdevart.com/wordpress-coming-soon-plugin/
4
  Tags: widget, Post, plugin, admin, coming soon, coming soon page, construction, landing page, launch page, maintenance, maintenance mode, offline, unavailable, under construction, wordpress coming soon, wordpress maintenance mode, wordpress under construction, landing page, underconstruction, squeeze page, countdown, maintenance page, site offline, wordpress maintenance plugin, wordpress maintenance mode. wordpress under constructio, preview, subscriber, user, under maintenance, site maintenance, schedule maintenance, admin maintenance, mode, custom maintenence mode, responsive, video background, under construction page, backgound slideshow, under construction plugin
5
  Requires at least: 3.4.0
6
  Tested up to: 4.7.0
7
- Stable tag: 2.7.5
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
4
  Tags: widget, Post, plugin, admin, coming soon, coming soon page, construction, landing page, launch page, maintenance, maintenance mode, offline, unavailable, under construction, wordpress coming soon, wordpress maintenance mode, wordpress under construction, landing page, underconstruction, squeeze page, countdown, maintenance page, site offline, wordpress maintenance plugin, wordpress maintenance mode. wordpress under constructio, preview, subscriber, user, under maintenance, site maintenance, schedule maintenance, admin maintenance, mode, custom maintenence mode, responsive, video background, under construction page, backgound slideshow, under construction plugin
5
  Requires at least: 3.4.0
6
  Tested up to: 4.7.0
7
+ Stable tag: 2.7.6
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10