Contact Form by WD – responsive drag & drop contact form builder tool - Version 1.8.36

Version Description

  • Changed: Featured Themes page
Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Contact Form by WD – responsive drag & drop contact form builder tool
Version 1.8.36
Comparing to
See all releases

Code changes from version 1.8.35 to 1.8.36

contact-form-maker.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Contact Form Maker
4
  * Plugin URI: http://web-dorado.com/products/form-maker-wordpress.html
5
  * Description: WordPress Contact Form Maker is a simple contact form builder, which allows the user with almost no knowledge of programming to create and edit different type of contact forms.
6
- * Version: 1.8.35
7
  * Author: WebDorado
8
  * Author URI: http://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
@@ -248,7 +248,7 @@ function register_fmcemailverification_cpt(){
248
  // Activate plugin.
249
  function form_maker_activate_cfm() {
250
  $version = get_option("wd_form_maker_version");
251
- $new_version = '1.8.35';
252
  global $wpdb;
253
  if (!$version) {
254
  add_option("wd_form_maker_version", $new_version, '', 'no');
3
  * Plugin Name: Contact Form Maker
4
  * Plugin URI: http://web-dorado.com/products/form-maker-wordpress.html
5
  * Description: WordPress Contact Form Maker is a simple contact form builder, which allows the user with almost no knowledge of programming to create and edit different type of contact forms.
6
+ * Version: 1.8.36
7
  * Author: WebDorado
8
  * Author URI: http://web-dorado.com/
9
  * License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
248
  // Activate plugin.
249
  function form_maker_activate_cfm() {
250
  $version = get_option("wd_form_maker_version");
251
+ $new_version = '1.8.36';
252
  global $wpdb;
253
  if (!$version) {
254
  add_option("wd_form_maker_version", $new_version, '', 'no');
featured/featured_themes.css CHANGED
@@ -1,80 +1,178 @@
1
- #main_featured_themes_page #featured-plugins-list {
2
- position:relative;
3
- margin:0px auto;
4
- width: 95.4%;
5
- height:auto;
6
- display:table;
7
- list-style:none;
8
- margin-left: 38px;
9
- }
10
-
11
- #main_featured_themes_page #featured-plugins-list li {
12
- float: left;
13
- width: 17%;
14
- margin: 20px 0px 0px 25px;
15
- background: #FFFFFF;
16
- border: 1px solid #B8B8B8;
17
- height: 405px;
18
- }
19
-
20
- #main_featured_themes_page #featured-plugins-list li .product {
21
- position:relative;
22
- height: 168px;
23
- background-color: #F1F1F1 !important;
24
- background-size: 100% !important;
25
- }
26
-
27
- #main_featured_themes_page #featured-plugins-list li .title {
28
- width: 90%;
29
- text-align: center;
30
- border-bottom: 1px solid #cacaca;
31
- margin: 0 auto;
32
- }
33
-
34
- #main_featured_themes_page #featured-plugins-list li.sauron .product {background:url(images/sauron.png) left center no-repeat;}
35
- #main_featured_themes_page #featured-plugins-list li.business_elite .product {background:url(images/business_elite.png) left center no-repeat;}
36
- #main_featured_themes_page #featured-plugins-list li.mottomag .product {background:url(images/mottomag.png) left center no-repeat; }
37
- #main_featured_themes_page #featured-plugins-list li.business_world .product {background:url(images/business_world.png) left center no-repeat;}
38
- #main_featured_themes_page #featured-plugins-list li.best_magazine .product {background:url(images/best_magazine.png) left center no-repeat;}
39
- #main_featured_themes_page #featured-plugins-list li.wedding_style .product {background:url(images/wedding_style.png) left center no-repeat;}
40
- #main_featured_themes_page #featured-plugins-list li.magazine .product {background:url(images/magazine.png) left center no-repeat;}
41
- #main_featured_themes_page #featured-plugins-list li.weddings .product {background:url(images/wedding.png) left center no-repeat;}
42
- #main_featured_themes_page #featured-plugins-list li.exclusive .product {background:url(images/exclusive.png) left center no-repeat;}
43
- #main_featured_themes_page #featured-plugins-list li.expert .product {background:url(images/expert.png) left center no-repeat; background-size: 80%;}
44
- #main_featured_themes_page #featured-plugins-list li.portfolio_gallery .product {background:url(images/portfolio_gallery.png) left center no-repeat;}
45
-
46
- #main_featured_themes_page #featured-plugins-list li .title .heading {
47
- display:block;
48
- position:relative;
49
- font-size: 14px;
50
- color: #23282C;
51
- margin: 13px 0px 13px 0px;
52
- }
53
-
54
- #main_featured_themes_page #featured-plugins-list li .title p {
55
- font-size:14px;
56
- color:#444;
57
- margin-left:20px;
58
- }
59
-
60
- #main_featured_themes_page #featured-plugins-list li .description {
61
- height:130px;
62
- width: 90%;
63
- margin: 0 auto;
64
- }
65
-
66
- #main_featured_themes_page #featured-plugins-list li .description p {
67
- text-align: center;
68
- width: 100%;
69
- }
70
-
71
- #featured-plugins-list li a.download {
72
- display:block;
73
- height:32px;
74
- text-indent:-9999px;
75
- background: url(images/download_themes.png) center 17px no-repeat;
76
- border-top: 1px solid #CACACA;
77
- outline: none;
78
- width: 90%;
79
- margin: 0 auto;
80
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @import url(https://fonts.googleapis.com/css?family=Oswald);
2
+
3
+ #main_featured_themes_page #featured-themes-list {
4
+ position:relative;
5
+ margin:0px auto;
6
+ height:auto;
7
+ display:table;
8
+ list-style:none;
9
+ text-align: center;
10
+ width: 100%;
11
+ }
12
+ #main_featured_themes_page #featured-themes-list li {
13
+ display: inline-table;
14
+ width: 300px;
15
+ margin: 20px 10px 0px 10px;
16
+ background: #FFFFFF;
17
+ border-right: 3px solid #E5E5E5;
18
+ border-bottom: 3px solid #E5E5E5;
19
+ position: relative;
20
+ }
21
+ @media screen and (min-width: 1600px) {
22
+ #main_featured_themes_page #featured-themes-list li {
23
+ width:400px;
24
+ }
25
+
26
+ }
27
+ #main_featured_themes_page .theme_img img {
28
+ max-width: 100%;
29
+ }
30
+ #main_featured_themes_page .theme_img {
31
+ display: inline-block;
32
+ overflow: hidden;
33
+ outline: 1px solid #D6D1D1;
34
+ position:relative;
35
+ /*height: 168px; */
36
+ }
37
+ #main_featured_themes_page #featured-themes-list li .title {
38
+ width: 91%;
39
+ text-align: center;
40
+ margin: 0 auto;
41
+ }
42
+ #main_featured_themes_page {
43
+ font-family: Oswald;
44
+ }
45
+ #main_featured_themes_page #featured-themes-list li .title .heading {
46
+ display: block;
47
+ position: relative;
48
+ font-size: 17px;
49
+ color: #666666;
50
+ margin: 13px 0px 13px 0px;
51
+ text-transform: uppercase;
52
+ }
53
+ #main_featured_themes_page #featured-themes-list li .title p {
54
+ font-size:14px;
55
+ color:#444;
56
+ margin-left:20px;
57
+ }
58
+ #main_featured_themes_page #featured-themes-list li .description {
59
+ height:130px;
60
+ width: 90%;
61
+ margin: 0 auto;
62
+ }
63
+ #main_featured_themes_page #featured-themes-list li .description p {
64
+ text-align: center;
65
+ width: 100%;
66
+ color: #666666;
67
+ font-family: "Open Sans",sans-serif;
68
+ font-size: 14px;
69
+ }
70
+ #main_featured_themes_page #featured-themes-list li .links {
71
+ border-top: 1px solid #d8d8d8;
72
+ width: 90%;
73
+ margin: 0 auto;
74
+ font-size: 14px;
75
+ line-height: 40px;
76
+ font-weight: bolder;
77
+ text-align: center;
78
+ padding-top: 9px;
79
+ padding-bottom: 12px;
80
+ }
81
+ #main_featured_themes_page .page_header h1 {
82
+ margin: 0px;
83
+ font-family: Segoe UI;
84
+ padding-bottom: 15px;
85
+ color: rgb(111, 111, 111);
86
+ font-size: 24px;
87
+ text-align:center;
88
+ }
89
+ #main_featured_themes_page .page_header {
90
+ height: 40px;
91
+ padding: 22px 0px 0px 0px;
92
+ margin-bottom: 15px;
93
+ /*border-bottom: rgb(111, 111, 111) solid 1px;*/
94
+ }
95
+ #main_featured_themes_page #featured-themes-list li a {
96
+ outline: none;
97
+ line-height: 29px;
98
+ text-decoration: none;
99
+ color: #134d68;
100
+ font-family: "Open Sans",sans-serif;
101
+ text-shadow: 1px 0;
102
+ display: inline-block;
103
+ font-size: 15px;
104
+ }
105
+ #main_featured_themes_page #featured-themes-list li a.demo {
106
+ color: #ffffff;
107
+ background: #F47629;
108
+ border-radius: 3px;
109
+ width: 76px;
110
+ text-align:center;
111
+ margin-right: 12px;
112
+ }
113
+ #main_featured_themes_page .featured_header{
114
+ background: #11465F;
115
+ border-right: 3px solid #E5E5E5;
116
+ border-bottom: 3px solid #E5E5E5;
117
+ position: relative;
118
+ padding: 20px 0;
119
+ }
120
+ #main_featured_themes_page .featured_header .try-now {
121
+ text-align: center;
122
+ }
123
+ #main_featured_themes_page .featured_header .try-now span {
124
+ display: inline-block;
125
+ padding: 7px 16px;
126
+ background: #F47629;
127
+ border-radius: 10px;
128
+ color: #ffffff;
129
+ font-size: 23px;
130
+ }
131
+ #main_featured_themes_page .featured_container {
132
+ position: relative;
133
+ width: 90%;
134
+ margin: 15px auto 0px auto;
135
+ }
136
+ #main_featured_themes_page .featured_container .old_price{
137
+ color: rgba(180, 180, 180, 0.3);
138
+ text-decoration: line-through;
139
+ font-family: Oswald;
140
+ }
141
+ #main_featured_themes_page .featured_container .get_themes{
142
+ color: #FFFFFF;
143
+ height: 85px;
144
+ margin: 0;
145
+ background-size: 95% 100%;
146
+ background-position: center;
147
+ line-height: 60px;
148
+ font-size: 45px;
149
+ text-align: center;
150
+ letter-spacing: 3px;
151
+ }
152
+ #main_featured_themes_page .featured_header h1{
153
+ font-size: 45px;
154
+ text-align: center;
155
+ color: #ffffff;
156
+ letter-spacing: 3px;
157
+ line-height: 10px;
158
+ }
159
+ #main_featured_themes_page .featured_header a{
160
+ text-decoration: none;
161
+ }
162
+ @media screen and (max-width: 1035px) {
163
+ #main_featured_themes_page .featured_header h1{
164
+ font-size: 37px;
165
+ line-height: 0;
166
+ }
167
+ }
168
+ @media screen and (max-width: 835px) {
169
+ #main_featured_themes_page .get_themes span{
170
+ display: none;
171
+ }
172
+ }
173
+ @media screen and (max-width: 435px) {
174
+ #main_featured_themes_page .featured_header h1 {
175
+ font-size: 20px;
176
+ line-height: 17px;
177
+ }
178
+ }
featured/featured_themes.php CHANGED
@@ -1,128 +1,104 @@
1
- <?php
2
- function fmc_featured_themes_page() { ?>
3
- <div id="main_featured_themes_page">
4
- <table align="center" width="90%" style="margin-top: 0px;border-bottom: rgb(111, 111, 111) solid 1px;">
5
- <tr>
6
- <td colspan="2" style="height: 40px; padding: 30px 0px 0px 0px;">
7
- <h3 style="margin: 0px;font-family:Segoe UI;padding-bottom: 15px;color: rgb(111, 111, 111); font-size:18pt;">Featured Themes</h3>
8
- </td>
9
- <td align="right" style="font-size:16px;"></td>
10
- </tr>
11
- </table>
12
- <form method="post">
13
- <ul id="featured-plugins-list">
14
- <li class="portfolio_gallery">
15
- <div class="product"></div>
16
- <div class="title">
17
- <strong class="heading">Portfolio Gallery Theme</strong>
18
- </div>
19
- <div class="description">
20
- <p>Portfolio Gallery is an elegant image and portfolio display theme.</p>
21
- </div>
22
- <a target="_blank" href="https://web-dorado.com/wordpress-themes/portfolio-gallery.html" class="download">Download plugin >></a>
23
- </li>
24
- <li class="business_elite">
25
- <div class="product"></div>
26
- <div class="title">
27
- <strong class="heading">Business Elite Theme</strong>
28
- </div>
29
- <div class="description">
30
- <p>Business Elite is a robust parallax theme for business websites. The theme uses smooth transitions and many functional sections.</p>
31
- </div>
32
- <a target="_blank" href="https://web-dorado.com/wordpress-themes/business-elite.html" class="download">Download plugin >></a>
33
- </li>
34
- <li class="sauron">
35
- <div class="product"></div>
36
- <div class="title">
37
- <strong class="heading">Sauron Theme</strong>
38
- </div>
39
- <div class="description">
40
- <p>Sauron is a multipurpose parallax theme, which uses multiple interactive sections designed for the client-engagement.</p>
41
- </div>
42
- <a target="_blank" href="https://web-dorado.com/wordpress-themes/sauron.html" class="download">Download</a>
43
- </li>
44
- <li class="mottomag">
45
- <div class="product"></div>
46
- <div class="title">
47
- <strong class="heading">MottoMag Theme</strong>
48
- </div>
49
- <div class="description">
50
- <p>MottoMag is a vibrant, responsive theme which is a perfect choice for the combination of textual content with videos and images.</p>
51
- </div>
52
- <a target="_blank" href="https://web-dorado.com/wordpress-themes/mottomag.html" class="download">Download</a>
53
- </li>
54
- <li class="business_world">
55
- <div class="product"></div>
56
- <div class="title">
57
- <strong class="heading">Business World Theme</strong>
58
- </div>
59
- <div class="description">
60
- <p>Business World is an innovative WordPress theme great for Business websites.</p>
61
- </div>
62
- <a target="_blank" href="https://web-dorado.com/wordpress-themes/business-world.html" class="download">Download</a>
63
- </li>
64
- <li class="best_magazine">
65
- <div class="product"></div>
66
- <div class="title">
67
- <strong class="heading">Best Magazine Theme</strong>
68
- </div>
69
- <div class="description">
70
- <p>Best Magazine is an ultimate selection when you are dealing with multi-category news websites.</p>
71
- </div>
72
- <a target="_blank" href="https://web-dorado.com/wordpress-themes/best-magazine.html" class="download">Download</a>
73
- </li>
74
- <li class="wedding_style">
75
- <div class="product"></div>
76
- <div class="title">
77
- <strong class="heading">Wedding Style Theme</strong>
78
- </div>
79
- <div class="description">
80
- <p>Wedding style is a responsive theme designed for the organization and maintenance of wedding websites and blogs.</p>
81
- </div>
82
- <a target="_blank" href="https://web-dorado.com/wordpress-themes/wedding-style.html" class="download">Download</a>
83
- </li>
84
- <li class="magazine">
85
- <div class="product"></div>
86
- <div class="title">
87
- <strong class="heading">Magazine Theme</strong>
88
- </div>
89
- <div class="description">
90
- <p>Magazine theme is a perfect solution when WD_FMC_URL news and informational websites. It comes with a wide range of layout options.</p>
91
- </div>
92
- <a target="_blank" href="https://web-dorado.com/wordpress-themes/news-magazine.html" class="download">Download</a>
93
- </li>
94
- <li class="weddings">
95
- <div class="product"></div>
96
- <div class="title">
97
- <strong class="heading">Weddings Theme</strong>
98
- </div>
99
- <div class="description">
100
- <p>Weddings is an elegant, responsive WordPress theme designed for wedding websites. The theme includes multiple pages, homepage slider and gallery support.</p>
101
- </div>
102
- <a target="_blank" href="https://web-dorado.com/wordpress-themes/wedding.html" class="download">Download</a>
103
- </li>
104
- <li class="exclusive">
105
- <div class="product"></div>
106
- <div class="title">
107
- <strong class="heading">Exclusive Theme</strong>
108
- </div>
109
- <div class="description">
110
- <p>Exclusive is a unique theme designed to best fit business style websites. It comes with a large list of customizable features.</p>
111
- </div>
112
- <a target="_blank" href="https://web-dorado.com/wordpress-themes/exclusive.html" class="download">Download</a>
113
- </li>
114
- <li class="expert">
115
- <div class="product"></div>
116
- <div class="title">
117
- <strong class="heading">Expert Theme</strong>
118
- </div>
119
- <div class="description">
120
- <p>WordPress Expert is a modern, user-friendly and stylish theme. It has a list of customizable layout, style, colors and fonts.</p>
121
- </div>
122
- <a target="_blank" href="https://web-dorado.com/wordpress-themes/business-responsive.html" class="download">Download</a>
123
- </li>
124
- </ul>
125
- </form>
126
- </div >
127
- <?php }
128
- ?>
1
+ <?php
2
+ function fmc_featured_themes_page() {
3
+
4
+ $slug = 'contact-form-maker';
5
+ $image_url = WD_FMC_URL . "/featured/images/";
6
+ $demo_url = 'http://themedemo.web-dorado.com/';
7
+ $site_url = 'https://web-dorado.com/wordpress-themes/';
8
+
9
+
10
+ $WDWThemes = array(
11
+ "business_elite" => array(
12
+ "title" => "Business Elite",
13
+ "description" =>"Business Elite is a robust parallax theme for business websites. The theme uses smooth transitions and many functional sections.",
14
+ "link" => "business-elite.html",
15
+ "demo" => "theme-businesselite",
16
+ "image" => "business_elite.jpg"
17
+ ),
18
+ "portfolio" => array(
19
+ "title" => "Portfolio Gallery",
20
+ "description" =>"Portfolio Gallery helps to display images using various color schemes and layouts combined with elegant fonts and content parts.",
21
+ "link" => "portfolio-gallery.html",
22
+ "demo" => "theme-portfoliogallery",
23
+ "image" => "portfolio_gallery.jpg"
24
+ ),
25
+ "sauron" => array(
26
+ "title" => "Sauron",
27
+ "description" =>"Sauron is a multipurpose parallax theme, which uses multiple interactive sections designed for the client-engagement.",
28
+ "link" => "sauron.html",
29
+ "demo" => "theme-sauron",
30
+ "image" => "sauron.jpg"
31
+ ),
32
+ "business_world" => array(
33
+ "title" => "Business World",
34
+ "description" => "Business World is an innovative WordPress theme great for Business websites.",
35
+ "link" => "business-world.html",
36
+ "demo" => "theme-businessworld",
37
+ "image" => "business_world.jpg"
38
+ ),
39
+ "best_magazine" => array(
40
+ "title" => "Best Magazine",
41
+ "description" =>"Best Magazine is an ultimate selection when you are dealing with multi-category news websites.",
42
+ "link" => "best-magazine.html",
43
+ "demo" => "theme-bestmagazine",
44
+ "image" => "best_magazine.jpg"
45
+ ),
46
+ "magazine" => array(
47
+ "title" => "News Magazine",
48
+ "description" =>"Magazine theme is a perfect solution when creating news and informational websites. It comes with a wide range of layout options.",
49
+ "link" => "news-magazine.html",
50
+ "demo" => "theme-newsmagazine",
51
+ "image" => "news_magazine.jpg"
52
+ )
53
+ );
54
+ ?>
55
+
56
+ <style>
57
+
58
+ #main_featured_themes_page #featured-themes-list li a.download {
59
+ padding-right: 30px;
60
+ background:url(<?php echo $image_url; ?>down.png) no-repeat right;
61
+ }
62
+
63
+ </style>
64
+
65
+
66
+ <div id="main_featured_themes_page">
67
+ <div class="featured_container">
68
+ <div class="page_header">
69
+ <h1><?php echo "Featured Themes"; ?></h1>
70
+ </div>
71
+ <div class="featured_header">
72
+ <a target="_blank" href="https://web-dorado.com/wordpress-themes.html?source=<?php echo $slug; ?>">
73
+ <h1><?php echo "WORDPRESS THEMES"; ?></h1>
74
+ <h2 class="get_themes"><?php echo "ALL FOR $40 ONLY "; ?><span>- <?php echo "SAVE 80%"; ?></span></h2>
75
+ <div class="try-now">
76
+ <span><?php echo "TRY NOW"; ?></span>
77
+ </div>
78
+ </a>
79
+ </div>
80
+ <ul id="featured-themes-list">
81
+ <?php foreach($WDWThemes as $key=>$WDWTheme) : ?>
82
+ <li class="<?php echo $key; ?>">
83
+ <div class="theme_img">
84
+ <img src="<?php echo $image_url . $WDWTheme["image"]; ?>">
85
+ </div>
86
+ <div class="title">
87
+ <h3 class="heading"><?php echo $WDWTheme["title"]; ?></h3>
88
+ </div>
89
+ <div class="description">
90
+ <p><?php echo $WDWTheme["description"]; ?></p>
91
+ </div>
92
+ <div class="links">
93
+ <a target="_blank" href="<?php echo $demo_url . $WDWTheme["demo"]."?source=".$slug; ?>" class="demo"><?php echo "Demo"; ?></a>
94
+ <a target="_blank" href="<?php echo $site_url . $WDWTheme["link"]."?source=".$slug; ?>" class="download"><?php echo "Free Download"; ?></a>
95
+ </div>
96
+ </li>
97
+ <?php endforeach; ?>
98
+ </ul>
99
+ </div>
100
+ </div>
101
+
102
+
103
+ <?php }
104
+ ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
featured/images/best_magazine.jpg ADDED
Binary file
featured/images/business_elite.jpg ADDED
Binary file
featured/images/business_world.jpg ADDED
Binary file
featured/images/down.png CHANGED
Binary file
featured/images/news_magazine.jpg ADDED
Binary file
featured/images/portfolio_gallery.jpg ADDED
Binary file
featured/images/sauron.jpg ADDED
Binary file
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://web-dorado.com/products/wordpress-contact-form-maker-plugin.
4
  Tags: captcha, contact, contact form, contact forms, custom form, email, feedback, form, form builder, form manager, forms, survey
5
  Requires at least: 3.4
6
  Tested up to: 4.6
7
- Stable tag: 1.8.35
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -146,6 +146,9 @@ If you want to update the plugin while preserving your existing contact forms, y
146
 
147
  == Changelog ==
148
 
 
 
 
149
  = 1.8.35 =
150
  * Fixed: Update from very old version
151
 
4
  Tags: captcha, contact, contact form, contact forms, custom form, email, feedback, form, form builder, form manager, forms, survey
5
  Requires at least: 3.4
6
  Tested up to: 4.6
7
+ Stable tag: 1.8.36
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
146
 
147
  == Changelog ==
148
 
149
+ = 1.8.36 =
150
+ * Changed: Featured Themes page
151
+
152
  = 1.8.35 =
153
  * Fixed: Update from very old version
154