Version Description
Changed: Added padding to event details for screens < 768
Changed: Hide next/prev month names for screen < 768
Fixed: More events popup bug
Download this release
Release Info
| Developer | webdorado |
| Plugin | |
| Version | 1.0.27 |
| Comparing to | |
| See all releases | |
Code changes from version 1.0.26 to 1.0.27
- css/style.css +23 -8
- ecwd.php +1 -1
- ecwd_admin_class.php +1 -1
- js/scripts.js +3 -1
- languages/ecwd-en_US.mo +0 -0
- languages/ecwd-en_US.po +5 -5
- readme.txt +6 -1
css/style.css
CHANGED
|
@@ -435,6 +435,10 @@ div.ecwd-page-full table.cal_blue ul.events > li:last-child {
|
|
| 435 |
@media only screen and (max-width: 768px){
|
| 436 |
.ecwd-events-day-details{
|
| 437 |
margin-top: 30px;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 438 |
}
|
| 439 |
div.ecwd-page-full table ul.events{
|
| 440 |
display:none;
|
|
@@ -622,7 +626,9 @@ table.cal_blue.mini .previous span, table.cal_blue.mini .next span, .ecwd_calend
|
|
| 622 |
font-size:1em;
|
| 623 |
line-height:22px;
|
| 624 |
}
|
| 625 |
-
|
|
|
|
|
|
|
| 626 |
.ecwd_calendar .ecwd_calendar_prev_next{
|
| 627 |
text-align: center;
|
| 628 |
box-shadow: 0px 11px 17px rgba(0,0,0,0.2);
|
|
@@ -1276,7 +1282,7 @@ div[class^="ecwd-page-"].ecwd_calendar .ecwd-week-date.resp{
|
|
| 1276 |
|
| 1277 |
/*###############4DAY##############3*/
|
| 1278 |
|
| 1279 |
-
.four-day-event-list
|
| 1280 |
margin: 0 0 20px 0 !important;
|
| 1281 |
padding: 0 0 20px 0 !important;
|
| 1282 |
border-bottom: 1px solid #ccc;
|
|
@@ -1284,10 +1290,10 @@ div[class^="ecwd-page-"].ecwd_calendar .ecwd-week-date.resp{
|
|
| 1284 |
|
| 1285 |
/*#############LIST,WEEK VIEW###############*/
|
| 1286 |
|
| 1287 |
-
.ecwd_calendar .ecwd_list li,
|
| 1288 |
-
.ecwd_calendar .day4-event-list li,
|
| 1289 |
-
.ecwd_calendar .day-event-list li,
|
| 1290 |
-
.ecwd_calendar .week-event-list li{
|
| 1291 |
border:1px solid #D5DCE2;
|
| 1292 |
margin-bottom:1px !important;
|
| 1293 |
clear: both;
|
|
@@ -2509,9 +2515,9 @@ a.ecwd-google-plus{
|
|
| 2509 |
|
| 2510 |
}
|
| 2511 |
|
| 2512 |
-
@media only screen and (
|
| 2513 |
.month-name{
|
| 2514 |
-
display:
|
| 2515 |
}
|
| 2516 |
}
|
| 2517 |
|
|
@@ -2532,6 +2538,7 @@ table.ecwd_calendar_container > tbody > tr >td{
|
|
| 2532 |
padding: 20px;
|
| 2533 |
}
|
| 2534 |
|
|
|
|
| 2535 |
@media screen and (min-width: 1000px) {
|
| 2536 |
.ecwd-theme-twentyfourteen #ecwd-events-content {
|
| 2537 |
padding-left: 220px;
|
|
@@ -2561,4 +2568,12 @@ table.ecwd_calendar_container > tbody > tr >td{
|
|
| 2561 |
.ecwd-events-single .event_cageory_and_tags ul li{
|
| 2562 |
display: inline-block;
|
| 2563 |
margin: 5px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2564 |
}
|
| 435 |
@media only screen and (max-width: 768px){
|
| 436 |
.ecwd-events-day-details{
|
| 437 |
margin-top: 30px;
|
| 438 |
+
padding: 0 5px 5px;
|
| 439 |
+
box-sizing: border-box;
|
| 440 |
+
-webkit-box-sizing: border-box;
|
| 441 |
+
-moz-box-sizing: border-box;
|
| 442 |
}
|
| 443 |
div.ecwd-page-full table ul.events{
|
| 444 |
display:none;
|
| 626 |
font-size:1em;
|
| 627 |
line-height:22px;
|
| 628 |
}
|
| 629 |
+
.ecwd_calendar .month-name{
|
| 630 |
+
display:none;
|
| 631 |
+
}
|
| 632 |
.ecwd_calendar .ecwd_calendar_prev_next{
|
| 633 |
text-align: center;
|
| 634 |
box-shadow: 0px 11px 17px rgba(0,0,0,0.2);
|
| 1282 |
|
| 1283 |
/*###############4DAY##############3*/
|
| 1284 |
|
| 1285 |
+
.four-day-event-list > li {
|
| 1286 |
margin: 0 0 20px 0 !important;
|
| 1287 |
padding: 0 0 20px 0 !important;
|
| 1288 |
border-bottom: 1px solid #ccc;
|
| 1290 |
|
| 1291 |
/*#############LIST,WEEK VIEW###############*/
|
| 1292 |
|
| 1293 |
+
.ecwd_calendar .ecwd_list > li,
|
| 1294 |
+
.ecwd_calendar .day4-event-list > li,
|
| 1295 |
+
.ecwd_calendar .day-event-list > li,
|
| 1296 |
+
.ecwd_calendar .week-event-list > li{
|
| 1297 |
border:1px solid #D5DCE2;
|
| 1298 |
margin-bottom:1px !important;
|
| 1299 |
clear: both;
|
| 2515 |
|
| 2516 |
}
|
| 2517 |
|
| 2518 |
+
@media only screen and (min-width: 764px){
|
| 2519 |
.month-name{
|
| 2520 |
+
display:block;
|
| 2521 |
}
|
| 2522 |
}
|
| 2523 |
|
| 2538 |
padding: 20px;
|
| 2539 |
}
|
| 2540 |
|
| 2541 |
+
|
| 2542 |
@media screen and (min-width: 1000px) {
|
| 2543 |
.ecwd-theme-twentyfourteen #ecwd-events-content {
|
| 2544 |
padding-left: 220px;
|
| 2568 |
.ecwd-events-single .event_cageory_and_tags ul li{
|
| 2569 |
display: inline-block;
|
| 2570 |
margin: 5px;
|
| 2571 |
+
}
|
| 2572 |
+
|
| 2573 |
+
|
| 2574 |
+
|
| 2575 |
+
/* Bridge
|
| 2576 |
+
========================================================================== */
|
| 2577 |
+
.ecwd-theme-bridge .ecwd-event {
|
| 2578 |
+
margin-top: 105px;
|
| 2579 |
}
|
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.27
|
| 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.27';
|
| 10 |
protected $ecwd_page = null;
|
| 11 |
protected $notices = null;
|
| 12 |
|
js/scripts.js
CHANGED
|
@@ -51,6 +51,7 @@ ecwd_js_init = function () {
|
|
| 51 |
body_class: "ecwd-excluded-events",
|
| 52 |
container_class: "ecwd_more_event",
|
| 53 |
after_popup_show: function (el) {
|
|
|
|
| 54 |
el.find('li').on('click', function () {
|
| 55 |
el.find('li').find('.event-details-container').slideUp();
|
| 56 |
if (jQuery(this).find('.event-details-container').is(":visible"))
|
|
@@ -576,6 +577,7 @@ ecwd_js_init = function () {
|
|
| 576 |
}
|
| 577 |
});
|
| 578 |
});
|
|
|
|
| 579 |
}
|
| 580 |
jQuery('.ecwd_filter_item').each(function () {
|
| 581 |
jQuery(this).find('.ecwd_filter_heading').click(function () {
|
|
@@ -588,7 +590,7 @@ ecwd_js_init = function () {
|
|
| 588 |
}
|
| 589 |
});
|
| 590 |
});
|
| 591 |
-
},
|
| 592 |
|
| 593 |
function show_filters(main_div) {
|
| 594 |
|
| 51 |
body_class: "ecwd-excluded-events",
|
| 52 |
container_class: "ecwd_more_event",
|
| 53 |
after_popup_show: function (el) {
|
| 54 |
+
el.find('li.inmore').show();
|
| 55 |
el.find('li').on('click', function () {
|
| 56 |
el.find('li').find('.event-details-container').slideUp();
|
| 57 |
if (jQuery(this).find('.event-details-container').is(":visible"))
|
| 577 |
}
|
| 578 |
});
|
| 579 |
});
|
| 580 |
+
jQuery(".month-name").show();
|
| 581 |
}
|
| 582 |
jQuery('.ecwd_filter_item').each(function () {
|
| 583 |
jQuery(this).find('.ecwd_filter_heading').click(function () {
|
| 590 |
}
|
| 591 |
});
|
| 592 |
});
|
| 593 |
+
}, 100);
|
| 594 |
|
| 595 |
function show_filters(main_div) {
|
| 596 |
|
languages/ecwd-en_US.mo
CHANGED
|
Binary file
|
languages/ecwd-en_US.po
CHANGED
|
@@ -2,17 +2,18 @@ msgid ""
|
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: event_calendar_wd\n"
|
| 4 |
"POT-Creation-Date: 2015-07-23 13:04+0400\n"
|
| 5 |
-
"PO-Revision-Date: 2015-
|
| 6 |
"Last-Translator: \n"
|
| 7 |
"Language-Team: \n"
|
| 8 |
"Language: en\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
| 10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
-
"X-Generator: Poedit 1.
|
| 13 |
"X-Poedit-Basepath: ../\n"
|
| 14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 15 |
"X-Poedit-KeywordsList: _e;__\n"
|
|
|
|
| 16 |
"X-Poedit-SearchPathExcluded-0: views/admin\n"
|
| 17 |
"X-Poedit-SearchPathExcluded-1: js\n"
|
| 18 |
"X-Poedit-SearchPathExcluded-2: includes/ecwd-cpt-class.php\n"
|
|
@@ -21,7 +22,6 @@ msgstr ""
|
|
| 21 |
"X-Poedit-SearchPathExcluded-5: includes/ecwd-google-events-class.php\n"
|
| 22 |
"X-Poedit-SearchPathExcluded-6: includes/ecwd-facebook-events-class.php\n"
|
| 23 |
"X-Poedit-SearchPathExcluded-7: ecwd_admin_class.php\n"
|
| 24 |
-
"X-Poedit-SearchPath-0: .\n"
|
| 25 |
|
| 26 |
#: includes/calendar-class.php:175 includes/calendar-class.php:176
|
| 27 |
#: views/widgets.php:168
|
|
@@ -271,7 +271,7 @@ msgstr "M"
|
|
| 271 |
|
| 272 |
#: includes/texts.php:36
|
| 273 |
msgid "Tu"
|
| 274 |
-
msgstr "
|
| 275 |
|
| 276 |
#: includes/texts.php:37
|
| 277 |
msgid "We"
|
|
@@ -279,7 +279,7 @@ msgstr "W"
|
|
| 279 |
|
| 280 |
#: includes/texts.php:38
|
| 281 |
msgid "Th"
|
| 282 |
-
msgstr "
|
| 283 |
|
| 284 |
#: includes/texts.php:39
|
| 285 |
msgid "Fr"
|
| 2 |
msgstr ""
|
| 3 |
"Project-Id-Version: event_calendar_wd\n"
|
| 4 |
"POT-Creation-Date: 2015-07-23 13:04+0400\n"
|
| 5 |
+
"PO-Revision-Date: 2015-10-08 19:14+0400\n"
|
| 6 |
"Last-Translator: \n"
|
| 7 |
"Language-Team: \n"
|
| 8 |
"Language: en\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
| 10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
| 11 |
"Content-Transfer-Encoding: 8bit\n"
|
| 12 |
+
"X-Generator: Poedit 1.8.1\n"
|
| 13 |
"X-Poedit-Basepath: ../\n"
|
| 14 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
| 15 |
"X-Poedit-KeywordsList: _e;__\n"
|
| 16 |
+
"X-Poedit-SearchPath-0: .\n"
|
| 17 |
"X-Poedit-SearchPathExcluded-0: views/admin\n"
|
| 18 |
"X-Poedit-SearchPathExcluded-1: js\n"
|
| 19 |
"X-Poedit-SearchPathExcluded-2: includes/ecwd-cpt-class.php\n"
|
| 22 |
"X-Poedit-SearchPathExcluded-5: includes/ecwd-google-events-class.php\n"
|
| 23 |
"X-Poedit-SearchPathExcluded-6: includes/ecwd-facebook-events-class.php\n"
|
| 24 |
"X-Poedit-SearchPathExcluded-7: ecwd_admin_class.php\n"
|
|
|
|
| 25 |
|
| 26 |
#: includes/calendar-class.php:175 includes/calendar-class.php:176
|
| 27 |
#: views/widgets.php:168
|
| 271 |
|
| 272 |
#: includes/texts.php:36
|
| 273 |
msgid "Tu"
|
| 274 |
+
msgstr "Tu"
|
| 275 |
|
| 276 |
#: includes/texts.php:37
|
| 277 |
msgid "We"
|
| 279 |
|
| 280 |
#: includes/texts.php:38
|
| 281 |
msgid "Th"
|
| 282 |
+
msgstr "Th"
|
| 283 |
|
| 284 |
#: includes/texts.php:39
|
| 285 |
msgid "Fr"
|
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
|
| 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 |
|
|
@@ -135,6 +135,11 @@ After downloading the ZIP file of the Event Calendar WD plugin,
|
|
| 135 |
|
| 136 |
== Changelog ==
|
| 137 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 138 |
= 1.0.26 =
|
| 139 |
New: Display Events in popup option
|
| 140 |
|
| 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
|
| 5 |
Requires at least: 3.9
|
| 6 |
Tested up to: 4.3
|
| 7 |
+
Stable tag: 1.0.27
|
| 8 |
License: GPLv2 or later
|
| 9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
| 10 |
|
| 135 |
|
| 136 |
== Changelog ==
|
| 137 |
|
| 138 |
+
= 1.0.27 =
|
| 139 |
+
Changed: Added padding to event details for screens < 768
|
| 140 |
+
Changed: Hide next/prev month names for screen < 768
|
| 141 |
+
Fixed: More events popup bug
|
| 142 |
+
|
| 143 |
= 1.0.26 =
|
| 144 |
New: Display Events in popup option
|
| 145 |
|
