Version Description
- Changed: Responsive pop-up styles
- Changed: Featured plugins
Download this release
Release Info
Developer | webdorado |
Plugin | Event Calendar WD – Responsive Event Calendar plugin |
Version | 1.0.36 |
Comparing to | |
See all releases |
Code changes from version 1.0.35 to 1.0.36
- css/admin/featured_plugins.css +3 -1
- css/ecwd_popup.css +8 -0
- css/images/featured/instagram_feed.png +0 -0
- css/style.css +4 -0
- ecwd.php +1 -1
- ecwd_admin_class.php +1 -1
- readme.txt +5 -1
- views/admin/ecwd-featured-plugins.php +14 -4
- views/ecwd-event-popup.php +1 -1
css/admin/featured_plugins.css
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
margin: 20px 0px 0px 25px;
|
16 |
background: #FFFFFF;
|
17 |
border: 1px solid #B8B8B8;
|
18 |
-
height:
|
19 |
}
|
20 |
|
21 |
#main_featured_plugins_page #featured-plugins-list li .product {
|
@@ -36,6 +36,7 @@
|
|
36 |
}
|
37 |
|
38 |
#main_featured_plugins_page #featured-plugins-list li.form-maker .product {background:url(../images/featured/form.png) left center no-repeat;}
|
|
|
39 |
#main_featured_plugins_page #featured-plugins-list li.catalog .product {background:url(../images/featured/catalog.png) left center no-repeat;}
|
40 |
#main_featured_plugins_page #featured-plugins-list li.contact-maker .product {background:url(../images/featured/contact.maker.png) left center no-repeat; background-size: 61%;}
|
41 |
#main_featured_plugins_page #featured-plugins-list li.contacts .product {background:url(../images/featured/contacts.png) left center no-repeat;}
|
@@ -69,6 +70,7 @@ border-bottom-left-radius: 5px;}
|
|
69 |
font-size: 15px;
|
70 |
color: #23282C;
|
71 |
margin: 13px 0px 13px 0px;
|
|
|
72 |
}
|
73 |
|
74 |
#main_featured_plugins_page #featured-plugins-list li .title p {
|
15 |
margin: 20px 0px 0px 25px;
|
16 |
background: #FFFFFF;
|
17 |
border: 1px solid #B8B8B8;
|
18 |
+
height: 385px;
|
19 |
}
|
20 |
|
21 |
#main_featured_plugins_page #featured-plugins-list li .product {
|
36 |
}
|
37 |
|
38 |
#main_featured_plugins_page #featured-plugins-list li.form-maker .product {background:url(../images/featured/form.png) left center no-repeat;}
|
39 |
+
#main_featured_plugins_page #featured-plugins-list li.instagram_feed .product {background:url(../images/featured/instagram_feed.png) left center no-repeat; background-size: 57%;}
|
40 |
#main_featured_plugins_page #featured-plugins-list li.catalog .product {background:url(../images/featured/catalog.png) left center no-repeat;}
|
41 |
#main_featured_plugins_page #featured-plugins-list li.contact-maker .product {background:url(../images/featured/contact.maker.png) left center no-repeat; background-size: 61%;}
|
42 |
#main_featured_plugins_page #featured-plugins-list li.contacts .product {background:url(../images/featured/contacts.png) left center no-repeat;}
|
70 |
font-size: 15px;
|
71 |
color: #23282C;
|
72 |
margin: 13px 0px 13px 0px;
|
73 |
+
height:50px;
|
74 |
}
|
75 |
|
76 |
#main_featured_plugins_page #featured-plugins-list li .title p {
|
css/ecwd_popup.css
CHANGED
@@ -104,4 +104,12 @@
|
|
104 |
}
|
105 |
.ecwd_popup_body .entry-header h1{
|
106 |
color:#686758;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
}
|
104 |
}
|
105 |
.ecwd_popup_body .entry-header h1{
|
106 |
color:#686758;
|
107 |
+
}
|
108 |
+
|
109 |
+
@media only screen and (max-width: 500px){
|
110 |
+
.ecwd_popup_container{
|
111 |
+
max-width: 100% !important;
|
112 |
+
width:100% !important;
|
113 |
+
margin:0px;
|
114 |
+
}
|
115 |
}
|
css/images/featured/instagram_feed.png
ADDED
Binary file
|
css/style.css
CHANGED
@@ -312,6 +312,7 @@ div.ecwd-page-full .has-events ul.more_events > li div.event-details {
|
|
312 |
border-width: 0 1px 1px 0;
|
313 |
font-family: Segoe UI !important;
|
314 |
}
|
|
|
315 |
.ecwd-events-day-details ul.events{
|
316 |
list-style-type: none;
|
317 |
list-style-image: none;
|
@@ -2576,6 +2577,9 @@ table.ecwd_calendar_container > tbody > tr >td{
|
|
2576 |
display: inline-block;
|
2577 |
margin: 5px;
|
2578 |
}
|
|
|
|
|
|
|
2579 |
|
2580 |
|
2581 |
|
312 |
border-width: 0 1px 1px 0;
|
313 |
font-family: Segoe UI !important;
|
314 |
}
|
315 |
+
|
316 |
.ecwd-events-day-details ul.events{
|
317 |
list-style-type: none;
|
318 |
list-style-image: none;
|
2577 |
display: inline-block;
|
2578 |
margin: 5px;
|
2579 |
}
|
2580 |
+
.ecwd_popup_container .ecwd_events_single_event_content{
|
2581 |
+
color:black;
|
2582 |
+
}
|
2583 |
|
2584 |
|
2585 |
|
ecwd.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Event Calendar WD
|
4 |
* Plugin URI: https://web-dorado.com/products/wordpress-event-calendar-wd.html
|
5 |
* Description: Event Calendar WD is an easy event management and planning tool with advanced features.
|
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
|
3 |
* Plugin Name: Event Calendar WD
|
4 |
* Plugin URI: https://web-dorado.com/products/wordpress-event-calendar-wd.html
|
5 |
* Description: Event Calendar WD is an easy event management and planning tool with advanced features.
|
6 |
+
* Version: 1.0.36
|
7 |
* Author: WebDorado
|
8 |
* Author URI: http://web-dorado.com
|
9 |
* License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
ecwd_admin_class.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
class ECWD_Admin {
|
7 |
|
8 |
protected static $instance = null;
|
9 |
-
protected $version = '1.0.
|
10 |
protected $ecwd_page = null;
|
11 |
protected $notices = null;
|
12 |
|
6 |
class ECWD_Admin {
|
7 |
|
8 |
protected static $instance = null;
|
9 |
+
protected $version = '1.0.36';
|
10 |
protected $ecwd_page = null;
|
11 |
protected $notices = null;
|
12 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://web-dorado.com/products/wordpress-event-calendar-wd.html
|
|
4 |
Tags: calendar, calendars, event, event calendar, event manager, events calendar, calendar widget, event registration, event management,events, agenda, holiday calendar , scheduling, free calendar, Calender, upcoming events , event widget , event list, calendar localization, Organizer, editorial calendar, Interactive Calendar, news calendar, meeting , appointment, event tracking, event organizer, upcoming events widget, event page, event bookings, recurring, recurring events, conference, date, dates, schedule, times, venue, AJAX, responsive, shortcode, seminar, summit, facebook integration, widget
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.3
|
7 |
-
Stable tag: 1.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -142,6 +142,10 @@ After downloading the ZIP file of the Event Calendar WD plugin,
|
|
142 |
|
143 |
== Changelog ==
|
144 |
|
|
|
|
|
|
|
|
|
145 |
= 1.0.35 =
|
146 |
* Changed: Category page
|
147 |
* Added: Polish translation
|
4 |
Tags: calendar, calendars, event, event calendar, event manager, events calendar, calendar widget, event registration, event management,events, agenda, holiday calendar , scheduling, free calendar, Calender, upcoming events , event widget , event list, calendar localization, Organizer, editorial calendar, Interactive Calendar, news calendar, meeting , appointment, event tracking, event organizer, upcoming events widget, event page, event bookings, recurring, recurring events, conference, date, dates, schedule, times, venue, AJAX, responsive, shortcode, seminar, summit, facebook integration, widget
|
5 |
Requires at least: 3.9
|
6 |
Tested up to: 4.3
|
7 |
+
Stable tag: 1.0.36
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
142 |
|
143 |
== Changelog ==
|
144 |
|
145 |
+
= 1.0.36 =
|
146 |
+
* Changed: Responsive pop-up styles
|
147 |
+
* Changed: Featured plugins
|
148 |
+
|
149 |
= 1.0.35 =
|
150 |
* Changed: Category page
|
151 |
* Added: Polish translation
|
views/admin/ecwd-featured-plugins.php
CHANGED
@@ -44,15 +44,15 @@ global $ecwd_tabs;
|
|
44 |
</div>
|
45 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-form.html" class="download">Download</a>
|
46 |
</li>
|
47 |
-
|
48 |
<div class="product"></div>
|
49 |
<div class="title">
|
50 |
-
<strong class="heading">
|
51 |
</div>
|
52 |
<div class="description">
|
53 |
-
<p>
|
54 |
</div>
|
55 |
-
<a target="_blank" href="https://web-dorado.com/products/wordpress-
|
56 |
</li>
|
57 |
<li class="slider_wd">
|
58 |
<div class="product"></div>
|
@@ -174,6 +174,16 @@ global $ecwd_tabs;
|
|
174 |
</div>
|
175 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-random-post.html" class="download">Download</a>
|
176 |
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
177 |
</ul>
|
178 |
</form>
|
179 |
</div>
|
44 |
</div>
|
45 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-form.html" class="download">Download</a>
|
46 |
</li>
|
47 |
+
<li class="instagram_feed">
|
48 |
<div class="product"></div>
|
49 |
<div class="title">
|
50 |
+
<strong class="heading">Instagram Feed WD</strong>
|
51 |
</div>
|
52 |
<div class="description">
|
53 |
+
<p>WD Instagram Feed is a user-friendly tool for displaying user or hashtag-based feeds on your website. </p>
|
54 |
</div>
|
55 |
+
<a target="_blank" href="https://web-dorado.com/products/wordpress-instagram-feed-wd.html" class="download">Download</a>
|
56 |
</li>
|
57 |
<li class="slider_wd">
|
58 |
<div class="product"></div>
|
174 |
</div>
|
175 |
<a target="_blank" href="https://web-dorado.com/products/wordpress-random-post.html" class="download">Download</a>
|
176 |
</li>
|
177 |
+
<li class="catalog">
|
178 |
+
<div class="product"></div>
|
179 |
+
<div class="title">
|
180 |
+
<strong class="heading">Spider Catalog</strong>
|
181 |
+
</div>
|
182 |
+
<div class="description">
|
183 |
+
<p>Spider Catalog for WordPress is a convenient tool for organizing the products represented on your website into catalogs.</p>
|
184 |
+
</div>
|
185 |
+
<a target="_blank" href="https://web-dorado.com/products/wordpress-catalog.html" class="download">Download</a>
|
186 |
+
</li>
|
187 |
</ul>
|
188 |
</form>
|
189 |
</div>
|
views/ecwd-event-popup.php
CHANGED
@@ -297,7 +297,7 @@ $event_categories = wp_get_post_terms($post->ID, 'ecwd_event_category', $args);
|
|
297 |
?>
|
298 |
</div>
|
299 |
<!-- Content -->
|
300 |
-
<div>
|
301 |
<?php echo $post->post_content ?>
|
302 |
</div>
|
303 |
<!-- End Content -->
|
297 |
?>
|
298 |
</div>
|
299 |
<!-- Content -->
|
300 |
+
<div class="ecwd_events_single_event_content">
|
301 |
<?php echo $post->post_content ?>
|
302 |
</div>
|
303 |
<!-- End Content -->
|