Version Description
- Changed: Featured plugins page
Download this release
Release Info
Developer | webdorado |
Plugin | Contact Form Builder – a plugin for creating contact and feedback forms |
Version | 1.0.53 |
Comparing to | |
See all releases |
Code changes from version 1.0.52 to 1.0.53
- contact-form-builder.php +2 -2
- featured/featured.php +176 -170
- featured/images/mailchimp.png +0 -0
- featured/style.css +202 -201
- readme.txt +5 -2
contact-form-builder.php
CHANGED
@@ -3,14 +3,14 @@
|
|
3 |
* Plugin Name: Contact Form Builder
|
4 |
* Plugin URI: http://web-dorado.com/products/wordpress-contact-form-builder.html
|
5 |
* Description: Contact Form Builder is an advanced plugin to add contact forms into your website. It comes along with multiple default templates which can be customized.
|
6 |
-
* Version: 1.0.
|
7 |
* Author: WebDorado
|
8 |
* Author URI: http://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
11 |
define('WD_CFM_DIR', WP_PLUGIN_DIR . "/" . plugin_basename(dirname(__FILE__)));
|
12 |
define('WD_CFM_URL', plugins_url(plugin_basename(dirname(__FILE__))));
|
13 |
-
define('WD_CFM_VERSION', '1.0.
|
14 |
|
15 |
// Plugin menu.
|
16 |
function contact_form_maker_options_panel() {
|
3 |
* Plugin Name: Contact Form Builder
|
4 |
* Plugin URI: http://web-dorado.com/products/wordpress-contact-form-builder.html
|
5 |
* Description: Contact Form Builder is an advanced plugin to add contact forms into your website. It comes along with multiple default templates which can be customized.
|
6 |
+
* Version: 1.0.53
|
7 |
* Author: WebDorado
|
8 |
* Author URI: http://web-dorado.com/
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
*/
|
11 |
define('WD_CFM_DIR', WP_PLUGIN_DIR . "/" . plugin_basename(dirname(__FILE__)));
|
12 |
define('WD_CFM_URL', plugins_url(plugin_basename(dirname(__FILE__))));
|
13 |
+
define('WD_CFM_VERSION', '1.0.53');
|
14 |
|
15 |
// Plugin menu.
|
16 |
function contact_form_maker_options_panel() {
|
featured/featured.php
CHANGED
@@ -1,171 +1,177 @@
|
|
1 |
-
<?php
|
2 |
-
function spider_featured($current_plugin = '') {
|
3 |
-
$plugins = array(
|
4 |
-
"ecommerce-wd" => array(
|
5 |
-
'title' => 'Ecommerce',
|
6 |
-
'text' => 'Wordpress ecommerce plugin',
|
7 |
-
'content' => 'Ecommerce WD is a highly-functional, user friendly WordPress Ecommerce plugin, which is perfect for developing online stores for any level of complexity.',
|
8 |
-
'href' => 'https://web-dorado.com/products/wordpress-ecommerce.html'
|
9 |
-
),
|
10 |
-
"form-maker" => array(
|
11 |
-
'title' => 'Form Maker',
|
12 |
-
'text' => 'Wordpress form builder plugin',
|
13 |
-
'content' => 'Form Maker is a modern and advanced tool for creating WordPress forms easily and fast.',
|
14 |
-
'href' => 'https://web-dorado.com/products/wordpress-form.html'
|
15 |
-
),
|
16 |
-
|
17 |
-
'title' => '
|
18 |
-
'text' => '
|
19 |
-
'content' => '
|
20 |
-
'href' => 'https://web-dorado.com/products/wordpress-
|
21 |
-
),
|
22 |
-
"
|
23 |
-
'title' => '
|
24 |
-
'text' => 'WordPress
|
25 |
-
'content' => '
|
26 |
-
'href' => 'https://web-dorado.com/products/wordpress-
|
27 |
-
),
|
28 |
-
"
|
29 |
-
'title' => '
|
30 |
-
'text' => 'WordPress
|
31 |
-
'content' => '
|
32 |
-
'href' => 'https://web-dorado.com/products/wordpress-
|
33 |
-
),
|
34 |
-
"
|
35 |
-
'title' => '
|
36 |
-
'text' => 'WordPress
|
37 |
-
'content' => '
|
38 |
-
'href' => 'https://web-dorado.com/products/wordpress-
|
39 |
-
),
|
40 |
-
"
|
41 |
-
'title' => '
|
42 |
-
'text' => 'WordPress
|
43 |
-
'content' => '
|
44 |
-
'href' => 'https://web-dorado.com/products/wordpress-
|
45 |
-
),
|
46 |
-
"
|
47 |
-
'title' => '
|
48 |
-
'text' => 'WordPress
|
49 |
-
'content' => '
|
50 |
-
'href' => 'https://web-dorado.com/products/wordpress-
|
51 |
-
),
|
52 |
-
"
|
53 |
-
'title' => 'Spider
|
54 |
-
'text' => 'WordPress
|
55 |
-
'content' => 'Spider
|
56 |
-
'href' => 'https://web-dorado.com/products/wordpress-
|
57 |
-
),
|
58 |
-
"
|
59 |
-
'title' => '
|
60 |
-
'text' => 'WordPress
|
61 |
-
'content' => 'Spider
|
62 |
-
'href' => 'https://web-dorado.com/products/wordpress-
|
63 |
-
),
|
64 |
-
"
|
65 |
-
'title' => '
|
66 |
-
'text' => '
|
67 |
-
'content' => 'Spider
|
68 |
-
'href' => 'https://web-dorado.com/products/wordpress-
|
69 |
-
),
|
70 |
-
"
|
71 |
-
'title' => 'Spider
|
72 |
-
'text' => '
|
73 |
-
'content' => 'Spider
|
74 |
-
'href' => 'https://web-dorado.com/products/wordpress-
|
75 |
-
),
|
76 |
-
"
|
77 |
-
'title' => '
|
78 |
-
'text' => 'WordPress
|
79 |
-
'content' => '
|
80 |
-
'href' => 'https://web-dorado.com/products/wordpress-
|
81 |
-
),
|
82 |
-
"
|
83 |
-
'title' => '
|
84 |
-
'text' => 'WordPress
|
85 |
-
'content' => 'The
|
86 |
-
'href' => 'https://web-dorado.com/products/wordpress-
|
87 |
-
),
|
88 |
-
"
|
89 |
-
'title' => '
|
90 |
-
'text' => 'WordPress
|
91 |
-
'content' => '
|
92 |
-
'href' => 'https://web-dorado.com/products/wordpress-
|
93 |
-
),
|
94 |
-
"
|
95 |
-
'title' => '
|
96 |
-
'text' => 'WordPress
|
97 |
-
'content' => '
|
98 |
-
'href' => 'https://web-dorado.com/products/wordpress-
|
99 |
-
),
|
100 |
-
"
|
101 |
-
'title' => '
|
102 |
-
'text' => 'WordPress
|
103 |
-
'content' => '
|
104 |
-
'href' => 'https://web-dorado.com/products/wordpress-
|
105 |
-
),
|
106 |
-
"
|
107 |
-
'title' => '
|
108 |
-
'text' => 'WordPress
|
109 |
-
'content' => '
|
110 |
-
'href' => 'https://web-dorado.com/products/wordpress-
|
111 |
-
),
|
112 |
-
"
|
113 |
-
'title' => '
|
114 |
-
'text' => 'WordPress
|
115 |
-
'content' => '
|
116 |
-
'href' => 'https://web-dorado.com/products/wordpress-
|
117 |
-
),
|
118 |
-
"
|
119 |
-
'title' => '
|
120 |
-
'text' => 'WordPress
|
121 |
-
'content' => '
|
122 |
-
'href' => 'https://web-dorado.com/products/wordpress-
|
123 |
-
),
|
124 |
-
"
|
125 |
-
'title' => '
|
126 |
-
'text' => 'WordPress
|
127 |
-
'content' => '
|
128 |
-
'href' => 'https://web-dorado.com/products/wordpress-
|
129 |
-
),
|
130 |
-
"
|
131 |
-
'title' => '
|
132 |
-
'text' => 'WordPress
|
133 |
-
'content' => '
|
134 |
-
'href' => 'https://web-dorado.com/products/wordpress-
|
135 |
-
),
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
<
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
171 |
}
|
1 |
+
<?php
|
2 |
+
function spider_featured($current_plugin = '') {
|
3 |
+
$plugins = array(
|
4 |
+
"ecommerce-wd" => array(
|
5 |
+
'title' => 'Ecommerce',
|
6 |
+
'text' => 'Wordpress ecommerce plugin',
|
7 |
+
'content' => 'Ecommerce WD is a highly-functional, user friendly WordPress Ecommerce plugin, which is perfect for developing online stores for any level of complexity.',
|
8 |
+
'href' => 'https://web-dorado.com/products/wordpress-ecommerce.html'
|
9 |
+
),
|
10 |
+
"form-maker" => array(
|
11 |
+
'title' => 'Form Maker',
|
12 |
+
'text' => 'Wordpress form builder plugin',
|
13 |
+
'content' => 'Form Maker is a modern and advanced tool for creating WordPress forms easily and fast.',
|
14 |
+
'href' => 'https://web-dorado.com/products/wordpress-form.html'
|
15 |
+
),
|
16 |
+
"mailchimp" => array(
|
17 |
+
'title' => 'MailChimp WD',
|
18 |
+
'text' => 'MailChimp WD plugin',
|
19 |
+
'content' => 'MailChimp WD is a functional plugin developed to create MailChimp subscribe/unsubscribe forms and manage lists from your WordPress site.',
|
20 |
+
'href' => 'https://web-dorado.com/products/wordpress-mailchimp-wd.html'
|
21 |
+
),
|
22 |
+
"photo-gallery" => array(
|
23 |
+
'title' => 'Photo Gallery',
|
24 |
+
'text' => 'WordPress Photo Gallery plugin',
|
25 |
+
'content' => 'Photo Gallery is a fully responsive WordPress Gallery plugin with advanced functionality.',
|
26 |
+
'href' => 'https://web-dorado.com/products/wordpress-photo-gallery-plugin.html'
|
27 |
+
),
|
28 |
+
"contact_form_builder" => array(
|
29 |
+
'title' => 'Contact Form Builder',
|
30 |
+
'text' => 'WordPress contact form builder plugin',
|
31 |
+
'content' => 'Contact Form Builder is the best tool for quickly arranging a contact form for your clients and visitors.',
|
32 |
+
'href' => 'https://web-dorado.com/products/wordpress-contact-form-builder.html'
|
33 |
+
),
|
34 |
+
"slider_wd" => array(
|
35 |
+
'title' => 'Slider WD',
|
36 |
+
'text' => 'WordPress slider plugin',
|
37 |
+
'content' => 'Create responsive, highly configurable sliders with various effects for your WordPress site.',
|
38 |
+
'href' => 'https://web-dorado.com/products/wordpress-slider-plugin.html'
|
39 |
+
),
|
40 |
+
"events-wd" => array(
|
41 |
+
'title' => 'Event Calendar WD',
|
42 |
+
'text' => 'WordPress calendar plugin',
|
43 |
+
'content' => 'Organize and publish your events in an easy and elegant way using Event Calendar WD.',
|
44 |
+
'href' => 'https://web-dorado.com/products/wordpress-event-calendar-wd.html'
|
45 |
+
),
|
46 |
+
"contact-maker" => array(
|
47 |
+
'title' => 'Contact Form Maker',
|
48 |
+
'text' => 'WordPress contact form maker plugin',
|
49 |
+
'content' => 'WordPress Contact Form Maker is an advanced and easy-to-use tool for creating forms.',
|
50 |
+
'href' => 'https://web-dorado.com/products/wordpress-contact-form-maker-plugin.html'
|
51 |
+
),
|
52 |
+
"spider-calendar" => array(
|
53 |
+
'title' => 'Spider Calendar',
|
54 |
+
'text' => 'WordPress event calendar plugin',
|
55 |
+
'content' => 'Spider Event Calendar is a highly configurable product which allows you to have multiple organized events.',
|
56 |
+
'href' => 'https://web-dorado.com/products/wordpress-calendar.html'
|
57 |
+
),
|
58 |
+
"catalog" => array(
|
59 |
+
'title' => 'Spider Catalog',
|
60 |
+
'text' => 'WordPress product catalog plugin',
|
61 |
+
'content' => 'Spider Catalog for WordPress is a convenient tool for organizing the products represented on your website into catalogs.',
|
62 |
+
'href' => 'https://web-dorado.com/products/wordpress-catalog.html'
|
63 |
+
),
|
64 |
+
"player" => array(
|
65 |
+
'title' => 'Video Player',
|
66 |
+
'text' => 'WordPress Video player plugin',
|
67 |
+
'content' => 'Spider Video Player for WordPress is a Flash & HTML5 video player plugin that allows you to easily add videos to your website with the possibility.',
|
68 |
+
'href' => 'https://web-dorado.com/products/wordpress-player.html'
|
69 |
+
),
|
70 |
+
"contacts" => array(
|
71 |
+
'title' => 'Spider Contacts',
|
72 |
+
'text' => 'Wordpress staff list plugin',
|
73 |
+
'content' => 'Spider Contacts helps you to display information about the group of people more intelligible, effective and convenient.',
|
74 |
+
'href' => 'https://web-dorado.com/products/wordpress-contacts-plugin.html'
|
75 |
+
),
|
76 |
+
"facebook" => array(
|
77 |
+
'title' => 'Spider Facebook',
|
78 |
+
'text' => 'WordPress Facebook plugin',
|
79 |
+
'content' => 'Spider Facebook is a WordPress integration tool for Facebook.It includes all the available Facebook social plugins and widgets.',
|
80 |
+
'href' => 'https://web-dorado.com/products/wordpress-facebook.html'
|
81 |
+
),
|
82 |
+
"twitter-widget" => array(
|
83 |
+
'title' => 'Widget Twitter',
|
84 |
+
'text' => 'WordPress Widget Twitter plugin',
|
85 |
+
'content' => 'The Widget Twitter plugin lets you to fully integrate your WordPress site with your Twitter account.',
|
86 |
+
'href' => 'https://web-dorado.com/products/wordpress-twitter-integration-plugin.html'
|
87 |
+
),
|
88 |
+
"faq" => array(
|
89 |
+
'title' => 'Spider FAQ',
|
90 |
+
'text' => 'WordPress FAQ Plugin',
|
91 |
+
'content' => 'The Spider FAQ WordPress plugin is for creating an FAQ (Frequently Asked Questions) section for your website.',
|
92 |
+
'href' => 'https://web-dorado.com/products/wordpress-faq-plugin.html'
|
93 |
+
),
|
94 |
+
"zoom" => array(
|
95 |
+
'title' => 'Zoom',
|
96 |
+
'text' => 'WordPress text zoom plugin',
|
97 |
+
'content' => 'Zoom enables site users to resize the predefined areas of the web site.',
|
98 |
+
'href' => 'https://web-dorado.com/products/wordpress-zoom.html'
|
99 |
+
),
|
100 |
+
"flash-calendar" => array(
|
101 |
+
'title' => 'Flash Calendar',
|
102 |
+
'text' => 'WordPress flash calendar plugin',
|
103 |
+
'content' => 'Spider Flash Calendar is a highly configurable Flash calendar plugin which allows you to have multiple organized events.',
|
104 |
+
'href' => 'https://web-dorado.com/products/wordpress-events-calendar.html'
|
105 |
+
),
|
106 |
+
"folder_menu" => array(
|
107 |
+
'title' => 'Folder Menu',
|
108 |
+
'text' => 'WordPress folder menu plugin',
|
109 |
+
'content' => 'Folder Menu Vertical is a WordPress Flash menu module for your website, designed to meet your needs and preferences.',
|
110 |
+
'href' => 'https://web-dorado.com/products/wordpress-menu-vertical.html'
|
111 |
+
),
|
112 |
+
"random_post" => array(
|
113 |
+
'title' => 'Random post',
|
114 |
+
'text' => 'WordPress random post plugin',
|
115 |
+
'content' => 'Spider Random Post is a small but very smart solution for your WordPress web site.',
|
116 |
+
'href' => 'https://web-dorado.com/products/wordpress-random-post.html'
|
117 |
+
),
|
118 |
+
"faq_wd" => array(
|
119 |
+
'title' => 'FAQ WD',
|
120 |
+
'text' => 'WordPress FAQ plugin',
|
121 |
+
'content' => 'Organize and publish your FAQs in an easy and elegant way using FAQ WD.',
|
122 |
+
'href' => 'https://web-dorado.com/products/wordpress-faq-wd.html'
|
123 |
+
),
|
124 |
+
"instagram_feed" => array(
|
125 |
+
'title' => 'Instagram Feed WD',
|
126 |
+
'text' => 'WordPress Instagram Feed plugin',
|
127 |
+
'content' => 'WD Instagram Feed is a user-friendly tool for displaying user or hashtag-based feeds on your website.',
|
128 |
+
'href' => 'https://web-dorado.com/products/wordpress-instagram-feed-wd.html'
|
129 |
+
),
|
130 |
+
"post-slider" => array(
|
131 |
+
'title' => 'Post Slider',
|
132 |
+
'text' => 'WordPress Post Slider plugin',
|
133 |
+
'content' => 'Post Slider WD is designed to show off the selected posts of your website in a slider.',
|
134 |
+
'href' => 'https://web-dorado.com/products/wordpress-post-slider-plugin.html'
|
135 |
+
),
|
136 |
+
"google-maps" => array(
|
137 |
+
'title' => 'Google Map',
|
138 |
+
'text' => 'WordPress Google Maps Plugin',
|
139 |
+
'content' => 'Google Maps WD is an intuitive tool for creating Google maps with advanced markers, custom layers and overlays for your website.',
|
140 |
+
'href' => 'https://web-dorado.com/products/wordpress-google-maps-plugin.html'
|
141 |
+
),
|
142 |
+
);
|
143 |
+
?>
|
144 |
+
<div id="main_featured_plugins_page">
|
145 |
+
<h3>Featured Plugins</h3>
|
146 |
+
<div class="featured_header">
|
147 |
+
<a target="_blank" href="https://web-dorado.com/wordpress-plugins.html?source=<?php echo $current_plugin; ?>">
|
148 |
+
<h1>GET <?php echo $plugins[$current_plugin]["title"]; ?> +22 PLUGINS</h1>
|
149 |
+
<h1 class="get_plugins">FOR $100 ONLY <span>- SAVE 70%</span></h1>
|
150 |
+
<div class="try-now">
|
151 |
+
<span>TRY NOW</span>
|
152 |
+
</div>
|
153 |
+
</a>
|
154 |
+
</div>
|
155 |
+
<ul id="featured-plugins-list">
|
156 |
+
<?php
|
157 |
+
foreach ($plugins as $key => $plugins) {
|
158 |
+
if ($current_plugin != $key) {
|
159 |
+
?>
|
160 |
+
<li class="<?php echo $key; ?>">
|
161 |
+
<div class="product"></div>
|
162 |
+
<div class="title">
|
163 |
+
<strong class="heading"><?php echo $plugins['title']; ?></strong>
|
164 |
+
</div>
|
165 |
+
<div class="description">
|
166 |
+
<p><?php echo $plugins['content']; ?></p>
|
167 |
+
</div>
|
168 |
+
<a target="_blank" href="<?php echo $plugins['href']; ?>?source=<?php echo $current_plugin; ?>" class="download">Download Plugin ►</a>
|
169 |
+
</li>
|
170 |
+
<?php
|
171 |
+
}
|
172 |
+
}
|
173 |
+
?>
|
174 |
+
</ul>
|
175 |
+
</div>
|
176 |
+
<?php
|
177 |
}
|
featured/images/mailchimp.png
ADDED
Binary file
|
featured/style.css
CHANGED
@@ -1,202 +1,203 @@
|
|
1 |
-
@import url(http://fonts.googleapis.com/css?family=Oswald);
|
2 |
-
#main_featured_plugins_page {
|
3 |
-
font-family: Oswald;
|
4 |
-
width: 90%;
|
5 |
-
margin: 15px auto 0px auto;
|
6 |
-
}
|
7 |
-
|
8 |
-
#main_featured_plugins_page h3 {
|
9 |
-
border-bottom: 2px solid #CECECE;
|
10 |
-
color: rgb(111, 111, 111);
|
11 |
-
font-family: Segoe UI;
|
12 |
-
font-size: 18px;
|
13 |
-
margin: 0px auto 15px auto;
|
14 |
-
padding: 20px 0;
|
15 |
-
}
|
16 |
-
|
17 |
-
#main_featured_plugins_page #featured-plugins-list {
|
18 |
-
position:relative;
|
19 |
-
margin:0px auto;
|
20 |
-
height:auto;
|
21 |
-
display:table;
|
22 |
-
list-style:none;
|
23 |
-
text-align: center;
|
24 |
-
width: 100%;
|
25 |
-
}
|
26 |
-
|
27 |
-
#main_featured_plugins_page #featured-plugins-list li {
|
28 |
-
display: inline-table;
|
29 |
-
width: 200px;
|
30 |
-
margin: 20px 10px 0px 10px;
|
31 |
-
background: #FFFFFF;
|
32 |
-
border-right: 3px solid #E5E5E5;
|
33 |
-
height: 335px;
|
34 |
-
border-bottom: 3px solid #E5E5E5;
|
35 |
-
position: relative;
|
36 |
-
}
|
37 |
-
|
38 |
-
#main_featured_plugins_page #featured-plugins-list li .product {
|
39 |
-
position:relative;
|
40 |
-
height:113px;
|
41 |
-
background-color: transparent !important;
|
42 |
-
background-position-x: 50% !important;
|
43 |
-
margin: 7px;
|
44 |
-
border-radius: 3px;
|
45 |
-
background-size: 115px !important;
|
46 |
-
}
|
47 |
-
|
48 |
-
#main_featured_plugins_page #featured-plugins-list li .title {
|
49 |
-
width: 90%;
|
50 |
-
text-align: center;
|
51 |
-
margin: 0 auto;
|
52 |
-
}
|
53 |
-
|
54 |
-
#main_featured_plugins_page #featured-plugins-list li.ecommerce-wd .product {background:url("images/ecommerce.png") center center no-repeat;}
|
55 |
-
#main_featured_plugins_page #featured-plugins-list li.form-maker .product {background:url("images/form.png") center center no-repeat;}
|
56 |
-
#main_featured_plugins_page #featured-plugins-list li.catalog .product {background:url("images/catalog.png") center center no-repeat;}
|
57 |
-
#main_featured_plugins_page #featured-plugins-list li.contact-maker .product {background:url("images/contact.maker.png") center center no-repeat;}
|
58 |
-
#main_featured_plugins_page #featured-plugins-list li.contacts .product {background:url("images/contacts.png") center center no-repeat;}
|
59 |
-
#main_featured_plugins_page #featured-plugins-list li.facebook .product {background:url("images/facebook.png") center center no-repeat;}
|
60 |
-
#main_featured_plugins_page #featured-plugins-list li.faq .product {background:url("images/faq.png") center center no-repeat;}
|
61 |
-
#main_featured_plugins_page #featured-plugins-list li.flash-calendar .product {background:url("images/flash.calendar.png") center center no-repeat;}
|
62 |
-
#main_featured_plugins_page #featured-plugins-list li.player .product {background:url("images/player.png") center center no-repeat; }
|
63 |
-
#main_featured_plugins_page #featured-plugins-list li.spider-calendar .product {background:url("images/spider.calendar.png") center center no-repeat;}
|
64 |
-
#main_featured_plugins_page #featured-plugins-list li.contact_form_builder .product {background:url("images/contact.builder.png") center center no-repeat;}
|
65 |
-
#main_featured_plugins_page #featured-plugins-list li.random_post .product {background:url("images/random.post.png") center center no-repeat;}
|
66 |
-
#main_featured_plugins_page #featured-plugins-list li.slider_wd .product {background:url("images/slider.png") center center no-repeat;}
|
67 |
-
#main_featured_plugins_page #featured-plugins-list li.folder_menu .product {background:url("images/folder.menu.png") center center no-repeat;}
|
68 |
-
#main_featured_plugins_page #featured-plugins-list li.zoom .product {background:url("images/zoom.png") center center no-repeat;}
|
69 |
-
#main_featured_plugins_page #featured-plugins-list li.fm-import .product {background:url("images/fm-import.png") center center no-repeat;}
|
70 |
-
#main_featured_plugins_page #featured-plugins-list li.photo-gallery .product {background:url("images/photo-gallery.png") center center no-repeat;}
|
71 |
-
#main_featured_plugins_page #featured-plugins-list li.twitter-widget .product {background:url("images/twittertools.png") center center no-repeat;}
|
72 |
-
#main_featured_plugins_page #featured-plugins-list li.events-wd .product {background:url("images/events-wd.png") center center no-repeat;}
|
73 |
-
#main_featured_plugins_page #featured-plugins-list li.faq_wd .product {background:url("images/faq_wd.png") center center no-repeat;}
|
74 |
-
#main_featured_plugins_page #featured-plugins-list li.instagram_feed .product {background:url("images/instagram_feed.png") center center no-repeat;}
|
75 |
-
#main_featured_plugins_page #featured-plugins-list li.post-slider .product {background:url("images/post-slider.png") center center no-repeat;}
|
76 |
-
#main_featured_plugins_page #featured-plugins-list li.google-maps .product {background:url("images/google-maps.png") center center no-repeat;}
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
border-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
background-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
}
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
}
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
}
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
|
|
202 |
}
|
1 |
+
@import url(http://fonts.googleapis.com/css?family=Oswald);
|
2 |
+
#main_featured_plugins_page {
|
3 |
+
font-family: Oswald;
|
4 |
+
width: 90%;
|
5 |
+
margin: 15px auto 0px auto;
|
6 |
+
}
|
7 |
+
|
8 |
+
#main_featured_plugins_page h3 {
|
9 |
+
border-bottom: 2px solid #CECECE;
|
10 |
+
color: rgb(111, 111, 111);
|
11 |
+
font-family: Segoe UI;
|
12 |
+
font-size: 18px;
|
13 |
+
margin: 0px auto 15px auto;
|
14 |
+
padding: 20px 0;
|
15 |
+
}
|
16 |
+
|
17 |
+
#main_featured_plugins_page #featured-plugins-list {
|
18 |
+
position:relative;
|
19 |
+
margin:0px auto;
|
20 |
+
height:auto;
|
21 |
+
display:table;
|
22 |
+
list-style:none;
|
23 |
+
text-align: center;
|
24 |
+
width: 100%;
|
25 |
+
}
|
26 |
+
|
27 |
+
#main_featured_plugins_page #featured-plugins-list li {
|
28 |
+
display: inline-table;
|
29 |
+
width: 200px;
|
30 |
+
margin: 20px 10px 0px 10px;
|
31 |
+
background: #FFFFFF;
|
32 |
+
border-right: 3px solid #E5E5E5;
|
33 |
+
height: 335px;
|
34 |
+
border-bottom: 3px solid #E5E5E5;
|
35 |
+
position: relative;
|
36 |
+
}
|
37 |
+
|
38 |
+
#main_featured_plugins_page #featured-plugins-list li .product {
|
39 |
+
position:relative;
|
40 |
+
height:113px;
|
41 |
+
background-color: transparent !important;
|
42 |
+
background-position-x: 50% !important;
|
43 |
+
margin: 7px;
|
44 |
+
border-radius: 3px;
|
45 |
+
background-size: 115px !important;
|
46 |
+
}
|
47 |
+
|
48 |
+
#main_featured_plugins_page #featured-plugins-list li .title {
|
49 |
+
width: 90%;
|
50 |
+
text-align: center;
|
51 |
+
margin: 0 auto;
|
52 |
+
}
|
53 |
+
|
54 |
+
#main_featured_plugins_page #featured-plugins-list li.ecommerce-wd .product {background:url("images/ecommerce.png") center center no-repeat;}
|
55 |
+
#main_featured_plugins_page #featured-plugins-list li.form-maker .product {background:url("images/form.png") center center no-repeat;}
|
56 |
+
#main_featured_plugins_page #featured-plugins-list li.catalog .product {background:url("images/catalog.png") center center no-repeat;}
|
57 |
+
#main_featured_plugins_page #featured-plugins-list li.contact-maker .product {background:url("images/contact.maker.png") center center no-repeat;}
|
58 |
+
#main_featured_plugins_page #featured-plugins-list li.contacts .product {background:url("images/contacts.png") center center no-repeat;}
|
59 |
+
#main_featured_plugins_page #featured-plugins-list li.facebook .product {background:url("images/facebook.png") center center no-repeat;}
|
60 |
+
#main_featured_plugins_page #featured-plugins-list li.faq .product {background:url("images/faq.png") center center no-repeat;}
|
61 |
+
#main_featured_plugins_page #featured-plugins-list li.flash-calendar .product {background:url("images/flash.calendar.png") center center no-repeat;}
|
62 |
+
#main_featured_plugins_page #featured-plugins-list li.player .product {background:url("images/player.png") center center no-repeat; }
|
63 |
+
#main_featured_plugins_page #featured-plugins-list li.spider-calendar .product {background:url("images/spider.calendar.png") center center no-repeat;}
|
64 |
+
#main_featured_plugins_page #featured-plugins-list li.contact_form_builder .product {background:url("images/contact.builder.png") center center no-repeat;}
|
65 |
+
#main_featured_plugins_page #featured-plugins-list li.random_post .product {background:url("images/random.post.png") center center no-repeat;}
|
66 |
+
#main_featured_plugins_page #featured-plugins-list li.slider_wd .product {background:url("images/slider.png") center center no-repeat;}
|
67 |
+
#main_featured_plugins_page #featured-plugins-list li.folder_menu .product {background:url("images/folder.menu.png") center center no-repeat;}
|
68 |
+
#main_featured_plugins_page #featured-plugins-list li.zoom .product {background:url("images/zoom.png") center center no-repeat;}
|
69 |
+
#main_featured_plugins_page #featured-plugins-list li.fm-import .product {background:url("images/fm-import.png") center center no-repeat;}
|
70 |
+
#main_featured_plugins_page #featured-plugins-list li.photo-gallery .product {background:url("images/photo-gallery.png") center center no-repeat;}
|
71 |
+
#main_featured_plugins_page #featured-plugins-list li.twitter-widget .product {background:url("images/twittertools.png") center center no-repeat;}
|
72 |
+
#main_featured_plugins_page #featured-plugins-list li.events-wd .product {background:url("images/events-wd.png") center center no-repeat;}
|
73 |
+
#main_featured_plugins_page #featured-plugins-list li.faq_wd .product {background:url("images/faq_wd.png") center center no-repeat;}
|
74 |
+
#main_featured_plugins_page #featured-plugins-list li.instagram_feed .product {background:url("images/instagram_feed.png") center center no-repeat;}
|
75 |
+
#main_featured_plugins_page #featured-plugins-list li.post-slider .product {background:url("images/post-slider.png") center center no-repeat;}
|
76 |
+
#main_featured_plugins_page #featured-plugins-list li.google-maps .product {background:url("images/google-maps.png") center center no-repeat;}
|
77 |
+
#main_featured_plugins_page #featured-plugins-list li.mailchimp .product {background:url("images/mailchimp.png") center center no-repeat;}
|
78 |
+
|
79 |
+
#main_featured_plugins_page #featured-plugins-list li .title .heading {
|
80 |
+
display: block;
|
81 |
+
position: relative;
|
82 |
+
font-size: 17px;
|
83 |
+
color: #767676;
|
84 |
+
margin: 13px 0px 13px 0px;
|
85 |
+
text-transform: uppercase;
|
86 |
+
}
|
87 |
+
|
88 |
+
#main_featured_plugins_page #featured-plugins-list li .title p {
|
89 |
+
font-size:14px;
|
90 |
+
color:#444;
|
91 |
+
margin-left:20px;
|
92 |
+
}
|
93 |
+
|
94 |
+
#main_featured_plugins_page #featured-plugins-list li .description {
|
95 |
+
height: 127px;
|
96 |
+
width: 90%;
|
97 |
+
margin: 0 auto;
|
98 |
+
}
|
99 |
+
|
100 |
+
#main_featured_plugins_page #featured-plugins-list li .description p {
|
101 |
+
text-align: center;
|
102 |
+
width: 100%;
|
103 |
+
color: #9A9A9A;
|
104 |
+
font-family: Segoe UI Light;
|
105 |
+
}
|
106 |
+
|
107 |
+
#featured-plugins-list li a.download {
|
108 |
+
display: block;
|
109 |
+
border-top: 1px solid #CACACA;
|
110 |
+
outline: none;
|
111 |
+
width: 90%;
|
112 |
+
margin: 0 auto;
|
113 |
+
font-size: 14px;
|
114 |
+
line-height: 40px;
|
115 |
+
text-decoration: none;
|
116 |
+
font-weight: bolder;
|
117 |
+
text-align: center;
|
118 |
+
color: #134D68;
|
119 |
+
position: absolute;
|
120 |
+
text-transform: uppercase;
|
121 |
+
bottom: 0;
|
122 |
+
left: 10px;
|
123 |
+
font-family: Segoe UI Black;
|
124 |
+
text-shadow: 1px 0;
|
125 |
+
}
|
126 |
+
|
127 |
+
#featured-plugins-list li a.download:hover {
|
128 |
+
color: #F47629;
|
129 |
+
}
|
130 |
+
|
131 |
+
.featured_header {
|
132 |
+
background: #11465F;
|
133 |
+
border-right: 3px solid #E5E5E5;
|
134 |
+
border-bottom: 3px solid #E5E5E5;
|
135 |
+
position: relative;
|
136 |
+
padding: 20px 0;
|
137 |
+
}
|
138 |
+
|
139 |
+
.featured_header .old_price {
|
140 |
+
color: rgba(180, 180, 180, 0.3);
|
141 |
+
text-decoration: line-through;
|
142 |
+
font-family: Oswald;
|
143 |
+
}
|
144 |
+
|
145 |
+
.featured_header h1.get_plugins {
|
146 |
+
color: #FFFFFF;
|
147 |
+
height: 85px;
|
148 |
+
margin: 0;
|
149 |
+
background-size: 85% 100%;
|
150 |
+
background-position: center;
|
151 |
+
line-height: 60px;
|
152 |
+
}
|
153 |
+
|
154 |
+
.featured_header .try-now {
|
155 |
+
text-align: center;
|
156 |
+
}
|
157 |
+
|
158 |
+
.featured_header .try-now span {
|
159 |
+
display: inline-block;
|
160 |
+
padding: 7px 16px;
|
161 |
+
background: #F47629;
|
162 |
+
border-radius: 10px;
|
163 |
+
color: #ffffff;
|
164 |
+
font-size: 23px;
|
165 |
+
}
|
166 |
+
|
167 |
+
.featured_header h1 {
|
168 |
+
font-size: 50px;
|
169 |
+
text-align: center;
|
170 |
+
color: #FFFFFF;
|
171 |
+
letter-spacing: 3px;
|
172 |
+
text-transform: uppercase;
|
173 |
+
}
|
174 |
+
|
175 |
+
.featured_header a {
|
176 |
+
text-decoration: none;
|
177 |
+
}
|
178 |
+
|
179 |
+
@media screen and (max-width: 1105px) {
|
180 |
+
.featured_header h1 {
|
181 |
+
font-size: 37px;
|
182 |
+
line-height: 0;
|
183 |
+
}
|
184 |
+
}
|
185 |
+
|
186 |
+
@media screen and (max-width: 835px) {
|
187 |
+
.get_plugins span {
|
188 |
+
display: none;
|
189 |
+
}
|
190 |
+
}
|
191 |
+
|
192 |
+
@media screen and (max-width: 700px) {
|
193 |
+
.featured_header h1 {
|
194 |
+
line-height: 40px;
|
195 |
+
}
|
196 |
+
}
|
197 |
+
|
198 |
+
@media screen and (max-width: 435px) {
|
199 |
+
.featured_header h1 {
|
200 |
+
font-size: 20px;
|
201 |
+
line-height: 25px;
|
202 |
+
}
|
203 |
}
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: webdorado
|
|
3 |
Donate link: http://web-dorado.com/products/wordpress-contact-form-builder.html
|
4 |
Tags: captcha, contact, contact form, contact forms, custom form, email, feedback, form, form builder, form manager, forms, survey
|
5 |
Requires at least: 3.0.0
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -137,6 +137,9 @@ After downloading the ZIP file,
|
|
137 |
|
138 |
|
139 |
== Changelog ==
|
|
|
|
|
|
|
140 |
= 1.0.52 =
|
141 |
* Added: Autofill with user name
|
142 |
* Added: Autofill with user email
|
3 |
Donate link: http://web-dorado.com/products/wordpress-contact-form-builder.html
|
4 |
Tags: captcha, contact, contact form, contact forms, custom form, email, feedback, form, form builder, form manager, forms, survey
|
5 |
Requires at least: 3.0.0
|
6 |
+
Tested up to: 4.7
|
7 |
+
Stable tag: 1.0.53
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
137 |
|
138 |
|
139 |
== Changelog ==
|
140 |
+
= 1.0.53 =
|
141 |
+
* Changed: Featured plugins page
|
142 |
+
|
143 |
= 1.0.52 =
|
144 |
* Added: Autofill with user name
|
145 |
* Added: Autofill with user email
|