Version Description
Changed: Featured Plugins, Featured Themes pages design.
Download this release
Release Info
Developer | webdorado |
Plugin | Form Maker by WD – user-friendly drag & drop Form Builder plugin |
Version | 1.8.29 |
Comparing to | |
See all releases |
Code changes from version 1.8.28 to 1.8.29
- admin/views/FMViewUninstall_fm.php +6 -1
- css/form_maker_tables.css +11 -0
- featured/featured.php +4 -1
- featured/featured_themes.css +51 -22
- featured/featured_themes.php +22 -28
- featured/style.css +27 -10
- form-maker.php +2 -2
- readme.txt +4 -1
admin/views/FMViewUninstall_fm.php
CHANGED
@@ -33,7 +33,12 @@ class FMViewUninstall_fm {
|
|
33 |
<div class="uninstall_icon">
|
34 |
</div>
|
35 |
<div class="fm-logo-title">Uninstall Form Maker</div>
|
36 |
-
</div>
|
|
|
|
|
|
|
|
|
|
|
37 |
<p>
|
38 |
Deactivating Form Maker plugin does not remove any data that may have been created, such as the Forms and the Submissions. To completely remove this plugin, you can uninstall it here.
|
39 |
</p>
|
33 |
<div class="uninstall_icon">
|
34 |
</div>
|
35 |
<div class="fm-logo-title">Uninstall Form Maker</div>
|
36 |
+
</div>
|
37 |
+
<br />
|
38 |
+
<div class="goodbye-text">
|
39 |
+
Before uninstalling the plugin, please Contact our <a href="https://web-dorado.com/support/contact-us.html" target= '_blank'>support team</a>. We'll do our best to help you out with your issue. We value each and every user and value what’s right for our users in everything we do.<br>
|
40 |
+
However, if anyway you have made a decision to uninstall the plugin, please take a minute to <a href="https://web-dorado.com/support/contact-us.html" target= '_blank'>Contact us</a> and tell what you didn't like for our plugins further improvement and development. Thank you !!!
|
41 |
+
</div>
|
42 |
<p>
|
43 |
Deactivating Form Maker plugin does not remove any data that may have been created, such as the Forms and the Submissions. To completely remove this plugin, you can uninstall it here.
|
44 |
</p>
|
css/form_maker_tables.css
CHANGED
@@ -1143,3 +1143,14 @@ button:focus {
|
|
1143 |
div.error_fm {
|
1144 |
border-left: 4px solid #dd3d36;
|
1145 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1143 |
div.error_fm {
|
1144 |
border-left: 4px solid #dd3d36;
|
1145 |
}
|
1146 |
+
|
1147 |
+
.goodbye-text{
|
1148 |
+
font-size: 15px;
|
1149 |
+
background: #fff;
|
1150 |
+
padding: 15px;
|
1151 |
+
line-height: 22px;
|
1152 |
+
}
|
1153 |
+
|
1154 |
+
.goodbye-text a{
|
1155 |
+
font-size: 15px;
|
1156 |
+
}
|
featured/featured.php
CHANGED
@@ -123,6 +123,9 @@ function fm_featured_page($current_plugin = '') {
|
|
123 |
<a href="https://web-dorado.com/wordpress-plugins.html?source=formmaker" target="_blank">
|
124 |
<h1>GET <?php echo $plugins[$current_plugin]["title"]; ?> +18 PLUGINS</h1>
|
125 |
<h1 class="get_plugins">FOR $100 ONLY <span>- SAVE 70%</span></h1>
|
|
|
|
|
|
|
126 |
</a>
|
127 |
</div>
|
128 |
<ul id="featured-plugins-list">
|
@@ -138,7 +141,7 @@ function fm_featured_page($current_plugin = '') {
|
|
138 |
<div class="description">
|
139 |
<p><?php echo $plugins['content']; ?></p>
|
140 |
</div>
|
141 |
-
<a target="_blank" href="<?php echo $plugins['href'];
|
142 |
</li>
|
143 |
<?php
|
144 |
}
|
123 |
<a href="https://web-dorado.com/wordpress-plugins.html?source=formmaker" target="_blank">
|
124 |
<h1>GET <?php echo $plugins[$current_plugin]["title"]; ?> +18 PLUGINS</h1>
|
125 |
<h1 class="get_plugins">FOR $100 ONLY <span>- SAVE 70%</span></h1>
|
126 |
+
<div class="try-now">
|
127 |
+
<span>TRY NOW</span>
|
128 |
+
</div>
|
129 |
</a>
|
130 |
</div>
|
131 |
<ul id="featured-plugins-list">
|
141 |
<div class="description">
|
142 |
<p><?php echo $plugins['content']; ?></p>
|
143 |
</div>
|
144 |
+
<a target="_blank" href="<?php echo $plugins['href']; ?>?source=formmaker" class="download">Download Plugin ►</a>
|
145 |
</li>
|
146 |
<?php
|
147 |
}
|
featured/featured_themes.css
CHANGED
@@ -35,9 +35,20 @@
|
|
35 |
}
|
36 |
|
37 |
#main_featured_themes_page {
|
38 |
-
|
|
|
|
|
39 |
}
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
#main_featured_themes_page #featured-plugins-list li.sauron .product {background:url("images/sauron.png") left center no-repeat;}
|
42 |
#main_featured_themes_page #featured-plugins-list li.portfolio .product {background:url("images/portfolio.png") left center no-repeat;}
|
43 |
#main_featured_themes_page #featured-plugins-list li.business_elite .product {background:url("images/business_elite.png") left center no-repeat;}
|
@@ -102,48 +113,60 @@
|
|
102 |
color: #F47629;
|
103 |
}
|
104 |
|
105 |
-
.featured_header
|
106 |
-
|
107 |
border-right: 3px solid #E5E5E5;
|
108 |
border-bottom: 3px solid #E5E5E5;
|
109 |
-
padding: 20px 0;
|
110 |
-
}
|
111 |
-
|
112 |
-
.featured_header {
|
113 |
position: relative;
|
114 |
-
|
115 |
-
margin: 15px auto 0px auto;
|
116 |
}
|
117 |
|
118 |
.featured_header .old_price {
|
119 |
-
|
120 |
text-decoration: line-through;
|
121 |
font-family: Oswald;
|
122 |
}
|
123 |
|
124 |
.featured_header h1.get_plugins {
|
125 |
-
|
126 |
-
|
127 |
-
height: 85px;
|
128 |
margin: 0;
|
129 |
-
background-size:
|
130 |
background-position: center;
|
131 |
line-height: 60px;
|
132 |
}
|
133 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
.featured_header h1 {
|
135 |
-
font-size:
|
136 |
-
|
137 |
-
color: #
|
138 |
letter-spacing: 3px;
|
139 |
-
|
140 |
}
|
141 |
|
142 |
.featured_header a {
|
143 |
text-decoration: none;
|
144 |
}
|
145 |
|
146 |
-
|
|
|
|
|
|
|
|
|
|
|
147 |
.featured_header h1 {
|
148 |
font-size: 37px;
|
149 |
line-height: 0;
|
@@ -156,9 +179,15 @@
|
|
156 |
}
|
157 |
}
|
158 |
|
159 |
-
@media screen and (max-width:
|
160 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
161 |
font-size: 20px;
|
162 |
-
line-height:
|
163 |
}
|
164 |
}
|
35 |
}
|
36 |
|
37 |
#main_featured_themes_page {
|
38 |
+
font-family: Oswald;
|
39 |
+
width: 90%;
|
40 |
+
margin: 15px auto 0px auto;
|
41 |
}
|
42 |
|
43 |
+
#main_featured_themes_page h3 {
|
44 |
+
border-bottom: 2px solid #CECECE;
|
45 |
+
color: rgb(111, 111, 111);
|
46 |
+
font-family: Segoe UI;
|
47 |
+
font-size: 18pt;
|
48 |
+
margin: 0px auto 15px auto;
|
49 |
+
padding: 20px 0;
|
50 |
+
}
|
51 |
+
|
52 |
#main_featured_themes_page #featured-plugins-list li.sauron .product {background:url("images/sauron.png") left center no-repeat;}
|
53 |
#main_featured_themes_page #featured-plugins-list li.portfolio .product {background:url("images/portfolio.png") left center no-repeat;}
|
54 |
#main_featured_themes_page #featured-plugins-list li.business_elite .product {background:url("images/business_elite.png") left center no-repeat;}
|
113 |
color: #F47629;
|
114 |
}
|
115 |
|
116 |
+
.featured_header{
|
117 |
+
background: #11465F;
|
118 |
border-right: 3px solid #E5E5E5;
|
119 |
border-bottom: 3px solid #E5E5E5;
|
|
|
|
|
|
|
|
|
120 |
position: relative;
|
121 |
+
padding: 20px 0;
|
|
|
122 |
}
|
123 |
|
124 |
.featured_header .old_price {
|
125 |
+
color: rgba(180, 180, 180, 0.3);
|
126 |
text-decoration: line-through;
|
127 |
font-family: Oswald;
|
128 |
}
|
129 |
|
130 |
.featured_header h1.get_plugins {
|
131 |
+
color: #FFFFFF;
|
132 |
+
height: 85px;
|
|
|
133 |
margin: 0;
|
134 |
+
background-size: 85% 100%;
|
135 |
background-position: center;
|
136 |
line-height: 60px;
|
137 |
}
|
138 |
|
139 |
+
.featured_header .try-now{
|
140 |
+
text-align: center;
|
141 |
+
}
|
142 |
+
|
143 |
+
.featured_header .try-now span {
|
144 |
+
display: inline-block;
|
145 |
+
padding: 7px 16px;
|
146 |
+
background: #F47629;
|
147 |
+
border-radius: 10px;
|
148 |
+
color: #ffffff;
|
149 |
+
font-size: 23px;
|
150 |
+
}
|
151 |
+
|
152 |
.featured_header h1 {
|
153 |
+
font-size: 50px;
|
154 |
+
text-align: center;
|
155 |
+
color: #FFFFFF;
|
156 |
letter-spacing: 3px;
|
157 |
+
text-transform: uppercase;
|
158 |
}
|
159 |
|
160 |
.featured_header a {
|
161 |
text-decoration: none;
|
162 |
}
|
163 |
|
164 |
+
.featured_header .old-price {
|
165 |
+
color: #889CA8;
|
166 |
+
text-decoration: line-through;
|
167 |
+
}
|
168 |
+
|
169 |
+
@media screen and (max-width: 1105px) {
|
170 |
.featured_header h1 {
|
171 |
font-size: 37px;
|
172 |
line-height: 0;
|
179 |
}
|
180 |
}
|
181 |
|
182 |
+
@media screen and (max-width: 700px) {
|
183 |
+
.featured_header h1 {
|
184 |
+
line-height: 40px;
|
185 |
+
}
|
186 |
+
}
|
187 |
+
|
188 |
+
@media screen and (max-width: 435px) {
|
189 |
+
.featured_header h1 {
|
190 |
font-size: 20px;
|
191 |
+
line-height: 25px;
|
192 |
}
|
193 |
}
|
featured/featured_themes.php
CHANGED
@@ -1,22 +1,17 @@
|
|
1 |
<?php
|
2 |
function fm_featured_themes_page() { ?>
|
3 |
<div id="main_featured_themes_page">
|
4 |
-
|
5 |
-
<
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
<a href="https://web-dorado.com/wordpress-themes.html?source=formmaker" target="_blank">
|
15 |
-
<h1>WORDPRESS THEMES</h1>
|
16 |
-
<h1 class="get_plugins">ALL FOR $40 ONLY <span>- SAVE 80%</span></h1>
|
17 |
-
</a>
|
18 |
</div>
|
19 |
-
<form method="post">
|
20 |
<ul id="featured-plugins-list">
|
21 |
<li class="portfolio">
|
22 |
<div class="product"></div>
|
@@ -26,7 +21,7 @@ function fm_featured_themes_page() { ?>
|
|
26 |
<div class="description">
|
27 |
<p>Portfolio Gallery helps to display images using various color schemes and layouts combined with elegant fonts and content parts.</p>
|
28 |
</div>
|
29 |
-
<a target="_blank" href="https://web-dorado.com/wordpress-themes/portfolio-gallery.html" class="download">Download theme ►</a>
|
30 |
</li>
|
31 |
<li class="business_elite">
|
32 |
<div class="product"></div>
|
@@ -36,7 +31,7 @@ function fm_featured_themes_page() { ?>
|
|
36 |
<div class="description">
|
37 |
<p>Business Elite is a robust parallax theme for business websites. The theme uses smooth transitions and many functional sections.</p>
|
38 |
</div>
|
39 |
-
<a target="_blank" href="https://web-dorado.com/wordpress-themes/business-elite.html" class="download">Download theme ►</a>
|
40 |
</li>
|
41 |
<li class="sauron">
|
42 |
<div class="product"></div>
|
@@ -46,7 +41,7 @@ function fm_featured_themes_page() { ?>
|
|
46 |
<div class="description">
|
47 |
<p>Sauron is a multipurpose parallax theme, which uses multiple interactive sections designed for the client-engagement.</p>
|
48 |
</div>
|
49 |
-
<a target="_blank" href="https://web-dorado.com/wordpress-themes/sauron.html" class="download">Download plugin ►</a>
|
50 |
</li>
|
51 |
<li class="mottomag">
|
52 |
<div class="product"></div>
|
@@ -56,7 +51,7 @@ function fm_featured_themes_page() { ?>
|
|
56 |
<div class="description">
|
57 |
<p>MottoMag is a vibrant, responsive theme which is a perfect choice for the combination of textual content with videos and images.</p>
|
58 |
</div>
|
59 |
-
<a target="_blank" href="https://web-dorado.com/wordpress-themes/mottomag.html" class="download">Download plugin ►</a>
|
60 |
</li>
|
61 |
<li class="business_world">
|
62 |
<div class="product"></div>
|
@@ -66,7 +61,7 @@ function fm_featured_themes_page() { ?>
|
|
66 |
<div class="description">
|
67 |
<p>Business World is an innovative WordPress theme great for Business websites.</p>
|
68 |
</div>
|
69 |
-
<a target="_blank" href="https://web-dorado.com/wordpress-themes/business-world.html" class="download">Download plugin ►</a>
|
70 |
</li>
|
71 |
<li class="best_magazine">
|
72 |
<div class="product"></div>
|
@@ -76,7 +71,7 @@ function fm_featured_themes_page() { ?>
|
|
76 |
<div class="description">
|
77 |
<p>Best Magazine is an ultimate selection when you are dealing with multi-category news websites.</p>
|
78 |
</div>
|
79 |
-
<a target="_blank" href="https://web-dorado.com/wordpress-themes/best-magazine.html" class="download">Download plugin ►</a>
|
80 |
</li>
|
81 |
<li class="wedding_style">
|
82 |
<div class="product"></div>
|
@@ -86,7 +81,7 @@ function fm_featured_themes_page() { ?>
|
|
86 |
<div class="description">
|
87 |
<p>Wedding style is a responsive theme designed for the organization and maintenance of wedding websites and blogs.</p>
|
88 |
</div>
|
89 |
-
<a target="_blank" href="https://web-dorado.com/wordpress-themes/wedding-style.html" class="download">Download plugin ►</a>
|
90 |
</li>
|
91 |
<li class="magazine">
|
92 |
<div class="product"></div>
|
@@ -96,7 +91,7 @@ function fm_featured_themes_page() { ?>
|
|
96 |
<div class="description">
|
97 |
<p>Magazine theme is a perfect solution when creating news and informational websites. It comes with a wide range of layout options.</p>
|
98 |
</div>
|
99 |
-
<a target="_blank" href="https://web-dorado.com/wordpress-themes/news-magazine.html" class="download">Download plugin ►</a>
|
100 |
</li>
|
101 |
<li class="weddings">
|
102 |
<div class="product"></div>
|
@@ -106,7 +101,7 @@ function fm_featured_themes_page() { ?>
|
|
106 |
<div class="description">
|
107 |
<p>Weddings is an elegant, responsive WordPress theme designed for wedding websites. The theme includes multiple pages, homepage slider and gallery support.</p>
|
108 |
</div>
|
109 |
-
<a target="_blank" href="https://web-dorado.com/wordpress-themes/wedding.html" class="download">Download plugin ►</a>
|
110 |
</li>
|
111 |
<li class="exclusive">
|
112 |
<div class="product"></div>
|
@@ -116,7 +111,7 @@ function fm_featured_themes_page() { ?>
|
|
116 |
<div class="description">
|
117 |
<p>Exclusive is a unique theme designed to best fit business style websites. It comes with a large list of customizable features.</p>
|
118 |
</div>
|
119 |
-
<a target="_blank" href="https://web-dorado.com/wordpress-themes/exclusive.html" class="download">Download plugin ►</a>
|
120 |
</li>
|
121 |
<li class="expert">
|
122 |
<div class="product"></div>
|
@@ -126,10 +121,9 @@ function fm_featured_themes_page() { ?>
|
|
126 |
<div class="description">
|
127 |
<p>WordPress Expert is a modern, user-friendly and stylish theme. It has a list of customizable layout, style, colors and fonts.</p>
|
128 |
</div>
|
129 |
-
<a target="_blank" href="https://web-dorado.com/wordpress-themes/business-responsive.html" class="download">Download plugin ►</a>
|
130 |
</li>
|
131 |
</ul>
|
132 |
-
</
|
133 |
-
</div >
|
134 |
<?php }
|
135 |
?>
|
1 |
<?php
|
2 |
function fm_featured_themes_page() { ?>
|
3 |
<div id="main_featured_themes_page">
|
4 |
+
|
5 |
+
<h3>Featured Themes</h3>
|
6 |
+
<div class="featured_header">
|
7 |
+
<a href="https://web-dorado.com/wordpress-themes.html?source=formmaker" target="_blank">
|
8 |
+
<h1>WORDPRESS THEMES</h1>
|
9 |
+
<h1 class="get_plugins">FOR $40 ONLY <span>- SAVE 80%</span></h1>
|
10 |
+
<div class="try-now">
|
11 |
+
<span>TRY NOW</span>
|
12 |
+
</div>
|
13 |
+
</a>
|
|
|
|
|
|
|
|
|
14 |
</div>
|
|
|
15 |
<ul id="featured-plugins-list">
|
16 |
<li class="portfolio">
|
17 |
<div class="product"></div>
|
21 |
<div class="description">
|
22 |
<p>Portfolio Gallery helps to display images using various color schemes and layouts combined with elegant fonts and content parts.</p>
|
23 |
</div>
|
24 |
+
<a target="_blank" href="https://web-dorado.com/wordpress-themes/portfolio-gallery.html?source=formmaker" class="download">Download theme ►</a>
|
25 |
</li>
|
26 |
<li class="business_elite">
|
27 |
<div class="product"></div>
|
31 |
<div class="description">
|
32 |
<p>Business Elite is a robust parallax theme for business websites. The theme uses smooth transitions and many functional sections.</p>
|
33 |
</div>
|
34 |
+
<a target="_blank" href="https://web-dorado.com/wordpress-themes/business-elite.html?source=formmaker" class="download">Download theme ►</a>
|
35 |
</li>
|
36 |
<li class="sauron">
|
37 |
<div class="product"></div>
|
41 |
<div class="description">
|
42 |
<p>Sauron is a multipurpose parallax theme, which uses multiple interactive sections designed for the client-engagement.</p>
|
43 |
</div>
|
44 |
+
<a target="_blank" href="https://web-dorado.com/wordpress-themes/sauron.html?source=formmaker" class="download">Download plugin ►</a>
|
45 |
</li>
|
46 |
<li class="mottomag">
|
47 |
<div class="product"></div>
|
51 |
<div class="description">
|
52 |
<p>MottoMag is a vibrant, responsive theme which is a perfect choice for the combination of textual content with videos and images.</p>
|
53 |
</div>
|
54 |
+
<a target="_blank" href="https://web-dorado.com/wordpress-themes/mottomag.html?source=formmaker" class="download">Download plugin ►</a>
|
55 |
</li>
|
56 |
<li class="business_world">
|
57 |
<div class="product"></div>
|
61 |
<div class="description">
|
62 |
<p>Business World is an innovative WordPress theme great for Business websites.</p>
|
63 |
</div>
|
64 |
+
<a target="_blank" href="https://web-dorado.com/wordpress-themes/business-world.html?source=formmaker" class="download">Download plugin ►</a>
|
65 |
</li>
|
66 |
<li class="best_magazine">
|
67 |
<div class="product"></div>
|
71 |
<div class="description">
|
72 |
<p>Best Magazine is an ultimate selection when you are dealing with multi-category news websites.</p>
|
73 |
</div>
|
74 |
+
<a target="_blank" href="https://web-dorado.com/wordpress-themes/best-magazine.html?source=formmaker" class="download">Download plugin ►</a>
|
75 |
</li>
|
76 |
<li class="wedding_style">
|
77 |
<div class="product"></div>
|
81 |
<div class="description">
|
82 |
<p>Wedding style is a responsive theme designed for the organization and maintenance of wedding websites and blogs.</p>
|
83 |
</div>
|
84 |
+
<a target="_blank" href="https://web-dorado.com/wordpress-themes/wedding-style.html?source=formmaker" class="download">Download plugin ►</a>
|
85 |
</li>
|
86 |
<li class="magazine">
|
87 |
<div class="product"></div>
|
91 |
<div class="description">
|
92 |
<p>Magazine theme is a perfect solution when creating news and informational websites. It comes with a wide range of layout options.</p>
|
93 |
</div>
|
94 |
+
<a target="_blank" href="https://web-dorado.com/wordpress-themes/news-magazine.html?source=formmaker" class="download">Download plugin ►</a>
|
95 |
</li>
|
96 |
<li class="weddings">
|
97 |
<div class="product"></div>
|
101 |
<div class="description">
|
102 |
<p>Weddings is an elegant, responsive WordPress theme designed for wedding websites. The theme includes multiple pages, homepage slider and gallery support.</p>
|
103 |
</div>
|
104 |
+
<a target="_blank" href="https://web-dorado.com/wordpress-themes/wedding.html?source=formmaker" class="download">Download plugin ►</a>
|
105 |
</li>
|
106 |
<li class="exclusive">
|
107 |
<div class="product"></div>
|
111 |
<div class="description">
|
112 |
<p>Exclusive is a unique theme designed to best fit business style websites. It comes with a large list of customizable features.</p>
|
113 |
</div>
|
114 |
+
<a target="_blank" href="https://web-dorado.com/wordpress-themes/exclusive.html?source=formmaker" class="download">Download plugin ►</a>
|
115 |
</li>
|
116 |
<li class="expert">
|
117 |
<div class="product"></div>
|
121 |
<div class="description">
|
122 |
<p>WordPress Expert is a modern, user-friendly and stylish theme. It has a list of customizable layout, style, colors and fonts.</p>
|
123 |
</div>
|
124 |
+
<a target="_blank" href="https://web-dorado.com/wordpress-themes/business-responsive.html?source=formmaker" class="download">Download plugin ►</a>
|
125 |
</li>
|
126 |
</ul>
|
127 |
+
</div>
|
|
|
128 |
<?php }
|
129 |
?>
|
featured/style.css
CHANGED
@@ -8,11 +8,11 @@
|
|
8 |
|
9 |
#main_featured_plugins_page h3 {
|
10 |
border-bottom: 2px solid #CECECE;
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
}
|
17 |
|
18 |
#main_featured_plugins_page #featured-plugins-list {
|
@@ -126,7 +126,7 @@
|
|
126 |
}
|
127 |
|
128 |
.featured_header{
|
129 |
-
background: #
|
130 |
border-right: 3px solid #E5E5E5;
|
131 |
border-bottom: 3px solid #E5E5E5;
|
132 |
position: relative;
|
@@ -141,26 +141,43 @@
|
|
141 |
|
142 |
.featured_header h1.get_plugins {
|
143 |
color: #FFFFFF;
|
144 |
-
background:url("images/featured_plugins_bg.png") no-repeat;
|
145 |
height: 85px;
|
146 |
margin: 0;
|
147 |
background-size: 85% 100%;
|
148 |
background-position: center;
|
149 |
line-height: 60px;
|
150 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
151 |
|
152 |
.featured_header h1 {
|
153 |
font-size: 50px;
|
154 |
-
|
155 |
-
color: #
|
156 |
letter-spacing: 3px;
|
157 |
-
|
158 |
}
|
159 |
|
160 |
.featured_header a {
|
161 |
text-decoration: none;
|
162 |
}
|
163 |
|
|
|
|
|
|
|
|
|
|
|
164 |
@media screen and (max-width: 1105px) {
|
165 |
.featured_header h1 {
|
166 |
font-size: 37px;
|
8 |
|
9 |
#main_featured_plugins_page h3 {
|
10 |
border-bottom: 2px solid #CECECE;
|
11 |
+
color: rgb(111, 111, 111);
|
12 |
+
font-family: Segoe UI;
|
13 |
+
font-size: 18pt;
|
14 |
+
margin: 0px auto 15px auto;
|
15 |
+
padding: 20px 0;
|
16 |
}
|
17 |
|
18 |
#main_featured_plugins_page #featured-plugins-list {
|
126 |
}
|
127 |
|
128 |
.featured_header{
|
129 |
+
background: #11465F;
|
130 |
border-right: 3px solid #E5E5E5;
|
131 |
border-bottom: 3px solid #E5E5E5;
|
132 |
position: relative;
|
141 |
|
142 |
.featured_header h1.get_plugins {
|
143 |
color: #FFFFFF;
|
|
|
144 |
height: 85px;
|
145 |
margin: 0;
|
146 |
background-size: 85% 100%;
|
147 |
background-position: center;
|
148 |
line-height: 60px;
|
149 |
}
|
150 |
+
|
151 |
+
.featured_header .try-now{
|
152 |
+
text-align: center;
|
153 |
+
}
|
154 |
+
|
155 |
+
.featured_header .try-now span {
|
156 |
+
display: inline-block;
|
157 |
+
padding: 7px 16px;
|
158 |
+
background: #F47629;
|
159 |
+
border-radius: 10px;
|
160 |
+
color: #ffffff;
|
161 |
+
font-size: 23px;
|
162 |
+
}
|
163 |
|
164 |
.featured_header h1 {
|
165 |
font-size: 50px;
|
166 |
+
text-align: center;
|
167 |
+
color: #FFFFFF;
|
168 |
letter-spacing: 3px;
|
169 |
+
text-transform: uppercase;
|
170 |
}
|
171 |
|
172 |
.featured_header a {
|
173 |
text-decoration: none;
|
174 |
}
|
175 |
|
176 |
+
.featured_header .old-price {
|
177 |
+
color: #889CA8;
|
178 |
+
text-decoration: line-through;
|
179 |
+
}
|
180 |
+
|
181 |
@media screen and (max-width: 1105px) {
|
182 |
.featured_header h1 {
|
183 |
font-size: 37px;
|
form-maker.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Form Maker
|
4 |
* Plugin URI: https://web-dorado.com/products/form-maker-wordpress.html
|
5 |
* Description: This plugin is a modern and advanced tool for easy and fast creating of a WordPress Form. The backend interface is intuitive and user friendly which allows users far from scripting and programming to create WordPress Forms.
|
6 |
-
* Version: 1.8.
|
7 |
* Author: WebDorado
|
8 |
* Author URI: https://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -271,7 +271,7 @@ function register_fmemailverification_cpt(){
|
|
271 |
// Activate plugin.
|
272 |
function form_maker_activate() {
|
273 |
$version = get_option("wd_form_maker_version");
|
274 |
-
$new_version = '1.8.
|
275 |
global $wpdb;
|
276 |
if (!$version) {
|
277 |
add_option("wd_form_maker_version", $new_version, '', 'no');
|
3 |
* Plugin Name: Form Maker
|
4 |
* Plugin URI: https://web-dorado.com/products/form-maker-wordpress.html
|
5 |
* Description: This plugin is a modern and advanced tool for easy and fast creating of a WordPress Form. The backend interface is intuitive and user friendly which allows users far from scripting and programming to create WordPress Forms.
|
6 |
+
* Version: 1.8.29
|
7 |
* Author: WebDorado
|
8 |
* Author URI: https://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
271 |
// Activate plugin.
|
272 |
function form_maker_activate() {
|
273 |
$version = get_option("wd_form_maker_version");
|
274 |
+
$new_version = '1.8.29';
|
275 |
global $wpdb;
|
276 |
if (!$version) {
|
277 |
add_option("wd_form_maker_version", $new_version, '', 'no');
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-form.html
|
|
4 |
Tags: form, forms, form builder, form maker, form manager, form plugin, form with recaptcha, forms plugin, multiple forms, paypal form, survey form, feedback form, feedback forms, contact form, contact form plugin, contact form builder, form creator, email form, secure form, web form, form to email, contact forms, custom forms, form widget, captcha form, wordpress contact form ,recaptcha contact form, form creation, contact form with auto reply, widget contact form, builder, feedback, contacts form plugin , custom contact form, contact us form, admin, captcha, contact, database, email, javascript, jquery, page, plugin, survey, widget, custom form, forms creator, input, validation, send copy, form with captcha, pdf, mysql
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.4
|
7 |
-
Stable tag: 1.8.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -305,6 +305,9 @@ Unfortunately we do not have support for this feature. But we [Conditional Email
|
|
305 |
|
306 |
== Changelog ==
|
307 |
|
|
|
|
|
|
|
308 |
= 1.8.28 =
|
309 |
Fixed: Bug in Email Options
|
310 |
Fixed: Bug in Conditional Fields
|
4 |
Tags: form, forms, form builder, form maker, form manager, form plugin, form with recaptcha, forms plugin, multiple forms, paypal form, survey form, feedback form, feedback forms, contact form, contact form plugin, contact form builder, form creator, email form, secure form, web form, form to email, contact forms, custom forms, form widget, captcha form, wordpress contact form ,recaptcha contact form, form creation, contact form with auto reply, widget contact form, builder, feedback, contacts form plugin , custom contact form, contact us form, admin, captcha, contact, database, email, javascript, jquery, page, plugin, survey, widget, custom form, forms creator, input, validation, send copy, form with captcha, pdf, mysql
|
5 |
Requires at least: 3.4
|
6 |
Tested up to: 4.4
|
7 |
+
Stable tag: 1.8.29
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
305 |
|
306 |
== Changelog ==
|
307 |
|
308 |
+
= 1.8.29 =
|
309 |
+
Changed: Featured Plugins, Featured Themes pages design.
|
310 |
+
|
311 |
= 1.8.28 =
|
312 |
Fixed: Bug in Email Options
|
313 |
Fixed: Bug in Conditional Fields
|