Contact Form Builder – a plugin for creating contact and feedback forms - Version 1.0.53

Version Description

  • Changed: Featured plugins page
Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 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 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.52
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.52');
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
- "photo-gallery" => array(
17
- 'title' => 'Photo Gallery',
18
- 'text' => 'WordPress Photo Gallery plugin',
19
- 'content' => 'Photo Gallery is a fully responsive WordPress Gallery plugin with advanced functionality.',
20
- 'href' => 'https://web-dorado.com/products/wordpress-photo-gallery-plugin.html'
21
- ),
22
- "contact_form_builder" => array(
23
- 'title' => 'Contact Form Builder',
24
- 'text' => 'WordPress contact form builder plugin',
25
- 'content' => 'Contact Form Builder is the best tool for quickly arranging a contact form for your clients and visitors.',
26
- 'href' => 'https://web-dorado.com/products/wordpress-contact-form-builder.html'
27
- ),
28
- "slider_wd" => array(
29
- 'title' => 'Slider WD',
30
- 'text' => 'WordPress slider plugin',
31
- 'content' => 'Create responsive, highly configurable sliders with various effects for your WordPress site.',
32
- 'href' => 'https://web-dorado.com/products/wordpress-slider-plugin.html'
33
- ),
34
- "events-wd" => array(
35
- 'title' => 'Event Calendar WD',
36
- 'text' => 'WordPress calendar plugin',
37
- 'content' => 'Organize and publish your events in an easy and elegant way using Event Calendar WD.',
38
- 'href' => 'https://web-dorado.com/products/wordpress-event-calendar-wd.html'
39
- ),
40
- "contact-maker" => array(
41
- 'title' => 'Contact Form Maker',
42
- 'text' => 'WordPress contact form maker plugin',
43
- 'content' => 'WordPress Contact Form Maker is an advanced and easy-to-use tool for creating forms.',
44
- 'href' => 'https://web-dorado.com/products/wordpress-contact-form-maker-plugin.html'
45
- ),
46
- "spider-calendar" => array(
47
- 'title' => 'Spider Calendar',
48
- 'text' => 'WordPress event calendar plugin',
49
- 'content' => 'Spider Event Calendar is a highly configurable product which allows you to have multiple organized events.',
50
- 'href' => 'https://web-dorado.com/products/wordpress-calendar.html'
51
- ),
52
- "catalog" => array(
53
- 'title' => 'Spider Catalog',
54
- 'text' => 'WordPress product catalog plugin',
55
- 'content' => 'Spider Catalog for WordPress is a convenient tool for organizing the products represented on your website into catalogs.',
56
- 'href' => 'https://web-dorado.com/products/wordpress-catalog.html'
57
- ),
58
- "player" => array(
59
- 'title' => 'Video Player',
60
- 'text' => 'WordPress Video player plugin',
61
- '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.',
62
- 'href' => 'https://web-dorado.com/products/wordpress-player.html'
63
- ),
64
- "contacts" => array(
65
- 'title' => 'Spider Contacts',
66
- 'text' => 'Wordpress staff list plugin',
67
- 'content' => 'Spider Contacts helps you to display information about the group of people more intelligible, effective and convenient.',
68
- 'href' => 'https://web-dorado.com/products/wordpress-contacts-plugin.html'
69
- ),
70
- "facebook" => array(
71
- 'title' => 'Spider Facebook',
72
- 'text' => 'WordPress Facebook plugin',
73
- 'content' => 'Spider Facebook is a WordPress integration tool for Facebook.It includes all the available Facebook social plugins and widgets.',
74
- 'href' => 'https://web-dorado.com/products/wordpress-facebook.html'
75
- ),
76
- "twitter-widget" => array(
77
- 'title' => 'Widget Twitter',
78
- 'text' => 'WordPress Widget Twitter plugin',
79
- 'content' => 'The Widget Twitter plugin lets you to fully integrate your WordPress site with your Twitter account.',
80
- 'href' => 'https://web-dorado.com/products/wordpress-twitter-integration-plugin.html'
81
- ),
82
- "faq" => array(
83
- 'title' => 'Spider FAQ',
84
- 'text' => 'WordPress FAQ Plugin',
85
- 'content' => 'The Spider FAQ WordPress plugin is for creating an FAQ (Frequently Asked Questions) section for your website.',
86
- 'href' => 'https://web-dorado.com/products/wordpress-faq-plugin.html'
87
- ),
88
- "zoom" => array(
89
- 'title' => 'Zoom',
90
- 'text' => 'WordPress text zoom plugin',
91
- 'content' => 'Zoom enables site users to resize the predefined areas of the web site.',
92
- 'href' => 'https://web-dorado.com/products/wordpress-zoom.html'
93
- ),
94
- "flash-calendar" => array(
95
- 'title' => 'Flash Calendar',
96
- 'text' => 'WordPress flash calendar plugin',
97
- 'content' => 'Spider Flash Calendar is a highly configurable Flash calendar plugin which allows you to have multiple organized events.',
98
- 'href' => 'https://web-dorado.com/products/wordpress-events-calendar.html'
99
- ),
100
- "folder_menu" => array(
101
- 'title' => 'Folder Menu',
102
- 'text' => 'WordPress folder menu plugin',
103
- 'content' => 'Folder Menu Vertical is a WordPress Flash menu module for your website, designed to meet your needs and preferences.',
104
- 'href' => 'https://web-dorado.com/products/wordpress-menu-vertical.html'
105
- ),
106
- "random_post" => array(
107
- 'title' => 'Random post',
108
- 'text' => 'WordPress random post plugin',
109
- 'content' => 'Spider Random Post is a small but very smart solution for your WordPress web site.',
110
- 'href' => 'https://web-dorado.com/products/wordpress-random-post.html'
111
- ),
112
- "faq_wd" => array(
113
- 'title' => 'FAQ WD',
114
- 'text' => 'WordPress FAQ plugin',
115
- 'content' => 'Organize and publish your FAQs in an easy and elegant way using FAQ WD.',
116
- 'href' => 'https://web-dorado.com/products/wordpress-faq-wd.html'
117
- ),
118
- "instagram_feed" => array(
119
- 'title' => 'Instagram Feed WD',
120
- 'text' => 'WordPress Instagram Feed plugin',
121
- 'content' => 'WD Instagram Feed is a user-friendly tool for displaying user or hashtag-based feeds on your website.',
122
- 'href' => 'https://web-dorado.com/products/wordpress-instagram-feed-wd.html'
123
- ),
124
- "post-slider" => array(
125
- 'title' => 'Post Slider',
126
- 'text' => 'WordPress Post Slider plugin',
127
- 'content' => 'Post Slider WD is designed to show off the selected posts of your website in a slider.',
128
- 'href' => 'https://web-dorado.com/products/wordpress-post-slider-plugin.html'
129
- ),
130
- "google-maps" => array(
131
- 'title' => 'Google Map',
132
- 'text' => 'WordPress Google Maps Plugin',
133
- 'content' => 'Google Maps WD is an intuitive tool for creating Google maps with advanced markers, custom layers and overlays for your website.',
134
- 'href' => 'https://web-dorado.com/products/wordpress-google-maps-plugin.html'
135
- ),
136
- );
137
- ?>
138
- <div id="main_featured_plugins_page">
139
- <h3>Featured Plugins</h3>
140
- <div class="featured_header">
141
- <a target="_blank" href="https://web-dorado.com/wordpress-plugins.html?source=<?php echo $current_plugin; ?>">
142
- <h1>GET <?php echo $plugins[$current_plugin]["title"]; ?> +18 PLUGINS</h1>
143
- <h1 class="get_plugins">FOR $100 ONLY <span>- SAVE 70%</span></h1>
144
- <div class="try-now">
145
- <span>TRY NOW</span>
146
- </div>
147
- </a>
148
- </div>
149
- <ul id="featured-plugins-list">
150
- <?php
151
- foreach ($plugins as $key => $plugins) {
152
- if ($current_plugin != $key) {
153
- ?>
154
- <li class="<?php echo $key; ?>">
155
- <div class="product"></div>
156
- <div class="title">
157
- <strong class="heading"><?php echo $plugins['title']; ?></strong>
158
- </div>
159
- <div class="description">
160
- <p><?php echo $plugins['content']; ?></p>
161
- </div>
162
- <a target="_blank" href="<?php echo $plugins['href']; ?>?source=<?php echo $current_plugin; ?>" class="download">Download Plugin &#9658;</a>
163
- </li>
164
- <?php
165
- }
166
- }
167
- ?>
168
- </ul>
169
- </div>
170
- <?php
 
 
 
 
 
 
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 &#9658;</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
- #main_featured_plugins_page #featured-plugins-list li .title .heading {
79
- display: block;
80
- position: relative;
81
- font-size: 17px;
82
- color: #767676;
83
- margin: 13px 0px 13px 0px;
84
- text-transform: uppercase;
85
- }
86
-
87
- #main_featured_plugins_page #featured-plugins-list li .title p {
88
- font-size:14px;
89
- color:#444;
90
- margin-left:20px;
91
- }
92
-
93
- #main_featured_plugins_page #featured-plugins-list li .description {
94
- height: 127px;
95
- width: 90%;
96
- margin: 0 auto;
97
- }
98
-
99
- #main_featured_plugins_page #featured-plugins-list li .description p {
100
- text-align: center;
101
- width: 100%;
102
- color: #9A9A9A;
103
- font-family: Segoe UI Light;
104
- }
105
-
106
- #featured-plugins-list li a.download {
107
- display: block;
108
- border-top: 1px solid #CACACA;
109
- outline: none;
110
- width: 90%;
111
- margin: 0 auto;
112
- font-size: 14px;
113
- line-height: 40px;
114
- text-decoration: none;
115
- font-weight: bolder;
116
- text-align: center;
117
- color: #134D68;
118
- position: absolute;
119
- text-transform: uppercase;
120
- bottom: 0;
121
- left: 10px;
122
- font-family: Segoe UI Black;
123
- text-shadow: 1px 0;
124
- }
125
-
126
- #featured-plugins-list li a.download:hover {
127
- color: #F47629;
128
- }
129
-
130
- .featured_header {
131
- background: #11465F;
132
- border-right: 3px solid #E5E5E5;
133
- border-bottom: 3px solid #E5E5E5;
134
- position: relative;
135
- padding: 20px 0;
136
- }
137
-
138
- .featured_header .old_price {
139
- color: rgba(180, 180, 180, 0.3);
140
- text-decoration: line-through;
141
- font-family: Oswald;
142
- }
143
-
144
- .featured_header h1.get_plugins {
145
- color: #FFFFFF;
146
- height: 85px;
147
- margin: 0;
148
- background-size: 85% 100%;
149
- background-position: center;
150
- line-height: 60px;
151
- }
152
-
153
- .featured_header .try-now {
154
- text-align: center;
155
- }
156
-
157
- .featured_header .try-now span {
158
- display: inline-block;
159
- padding: 7px 16px;
160
- background: #F47629;
161
- border-radius: 10px;
162
- color: #ffffff;
163
- font-size: 23px;
164
- }
165
-
166
- .featured_header h1 {
167
- font-size: 50px;
168
- text-align: center;
169
- color: #FFFFFF;
170
- letter-spacing: 3px;
171
- text-transform: uppercase;
172
- }
173
-
174
- .featured_header a {
175
- text-decoration: none;
176
- }
177
-
178
- @media screen and (max-width: 1105px) {
179
- .featured_header h1 {
180
- font-size: 37px;
181
- line-height: 0;
182
- }
183
- }
184
-
185
- @media screen and (max-width: 835px) {
186
- .get_plugins span {
187
- display: none;
188
- }
189
- }
190
-
191
- @media screen and (max-width: 700px) {
192
- .featured_header h1 {
193
- line-height: 40px;
194
- }
195
- }
196
-
197
- @media screen and (max-width: 435px) {
198
- .featured_header h1 {
199
- font-size: 20px;
200
- line-height: 25px;
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.6
7
- Stable tag: 1.0.52
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