Calendar by WD – Responsive Event Calendar - Version 1.4.5

Version Description

Download this release

Release Info

Developer webdorado
Plugin Icon 128x128 Calendar by WD – Responsive Event Calendar
Version 1.4.5
Comparing to
See all releases

Code changes from version 1.4.4 to 1.4.5

calendar.php CHANGED
@@ -4,7 +4,7 @@
4
  Plugin Name: Spider Event Calendar
5
  Plugin URI: http://web-dorado.com/products/wordpress-calendar.html
6
  Description: Spider Event Calendar is a highly configurable product which allows you to have multiple organized events. Spider Event Calendar is an extraordinary user friendly extension.
7
- Version: 1.4.4
8
  Author: http://web-dorado.com/
9
  License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
@@ -978,6 +978,19 @@ function calendar_Featured_Plugins() {
978
  </table>
979
  <form method="post">
980
  <ul id="featured-plugins-list">
 
 
 
 
 
 
 
 
 
 
 
 
 
981
  <li class="form-maker">
982
  <div class="product">
983
  <div class="title">
@@ -1086,7 +1099,18 @@ function calendar_Featured_Plugins() {
1086
  <a target="_blank" href="http://web-dorado.com/products/wordpress-contact-form-maker-plugin.html" class="download">Download</a>
1087
  </div>
1088
  </li>
1089
-
 
 
 
 
 
 
 
 
 
 
 
1090
  </ul>
1091
  </form>
1092
  </div >
4
  Plugin Name: Spider Event Calendar
5
  Plugin URI: http://web-dorado.com/products/wordpress-calendar.html
6
  Description: Spider Event Calendar is a highly configurable product which allows you to have multiple organized events. Spider Event Calendar is an extraordinary user friendly extension.
7
+ Version: 1.4.5
8
  Author: http://web-dorado.com/
9
  License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
10
  */
978
  </table>
979
  <form method="post">
980
  <ul id="featured-plugins-list">
981
+ <li class="photo-gallery ">
982
+ <div class="product">
983
+ <div class="title">
984
+ <strong class="heading">Photo Gallery</strong>
985
+ <p>WordPress Photo Gallery Plugin</p>
986
+ </div>
987
+ </div>
988
+ <div class="description">
989
+ <p>Photo Gallery is a fully responsive WordPress Gallery plugin with advanced functionality. It allows having different image galleries for your posts and pages, as well as different widgets.</p>
990
+ <a target="_blank" href="http://web-dorado.com/products/wordpress-photo-gallery-plugin.html" class="download">Download</a>
991
+ </div>
992
+ </li>
993
+
994
  <li class="form-maker">
995
  <div class="product">
996
  <div class="title">
1099
  <a target="_blank" href="http://web-dorado.com/products/wordpress-contact-form-maker-plugin.html" class="download">Download</a>
1100
  </div>
1101
  </li>
1102
+ <li class="twitter-widget">
1103
+ <div class="product">
1104
+ <div class="title">
1105
+ <strong class="heading">Widget Twitter</strong>
1106
+ <p>WordPress Widget Twitter plugin</p>
1107
+ </div>
1108
+ </div>
1109
+ <div class="description">
1110
+ <p>The Widget Twitter plugin lets you to fully integrate your WordPress site with your Twitter account.</p>
1111
+ <a target="_blank" href="http://web-dorado.com/products/wordpress-twitter-integration-plugin.html" class="download">Download</a>
1112
+ </div>
1113
+ </li>
1114
  </ul>
1115
  </form>
1116
  </div >
featured_plugins.css CHANGED
@@ -33,6 +33,13 @@
33
  border-bottom-right-radius:3px;
34
  }
35
 
 
 
 
 
 
 
 
36
  #main_featured_plugins_page #featured-plugins-list li.form-maker .product {background:url(images/form.jpg) left center no-repeat;}
37
  #main_featured_plugins_page #featured-plugins-list li.catalog .product {background:url(images/catalog.jpg) left center no-repeat;}
38
  #main_featured_plugins_page #featured-plugins-list li.contact-maker .product {background:url(images/contact.maker.jpg) left center no-repeat;}
@@ -44,7 +51,16 @@
44
  #main_featured_plugins_page #featured-plugins-list li.player .product {background:url(images/player.jpg) left center no-repeat;}
45
  #main_featured_plugins_page #featured-plugins-list li.spider-calendar .product {background:url(images/spider.calendar.jpg) left center no-repeat;}
46
  #main_featured_plugins_page #featured-plugins-list li.zoom .product {background:url(images/zoom.jpg) left center no-repeat;}
47
-
 
 
 
 
 
 
 
 
 
48
 
49
  #main_featured_plugins_page #featured-plugins-list li .title .heading {
50
  display:block;
33
  border-bottom-right-radius:3px;
34
  }
35
 
36
+ #main_featured_plugins_page #featured-plugins-list li.photo-gallery .title,
37
+ #main_featured_plugins_page #featured-plugins-list li.twitter-widget .title {
38
+ border-left-style: solid;
39
+ border-width: 1px;
40
+ border-color: #ededed;
41
+ }
42
+
43
  #main_featured_plugins_page #featured-plugins-list li.form-maker .product {background:url(images/form.jpg) left center no-repeat;}
44
  #main_featured_plugins_page #featured-plugins-list li.catalog .product {background:url(images/catalog.jpg) left center no-repeat;}
45
  #main_featured_plugins_page #featured-plugins-list li.contact-maker .product {background:url(images/contact.maker.jpg) left center no-repeat;}
51
  #main_featured_plugins_page #featured-plugins-list li.player .product {background:url(images/player.jpg) left center no-repeat;}
52
  #main_featured_plugins_page #featured-plugins-list li.spider-calendar .product {background:url(images/spider.calendar.jpg) left center no-repeat;}
53
  #main_featured_plugins_page #featured-plugins-list li.zoom .product {background:url(images/zoom.jpg) left center no-repeat;}
54
+ #main_featured_plugins_page #featured-plugins-list li.photo-gallery .product {background:url(images/photo-gallery.png) left center no-repeat #CACACA;
55
+ border-top-left-radius: 5px;
56
+ border-bottom-left-radius: 5px;
57
+ background-position-x: 5px;
58
+ }
59
+ #main_featured_plugins_page #featured-plugins-list li.twitter-widget .product {background:url(images/twittertools.png) left center no-repeat #CACACA;
60
+ background-size: 85px;
61
+ background-position-x: 12px;
62
+ border-top-left-radius: 5px;
63
+ border-bottom-left-radius: 5px;}
64
 
65
  #main_featured_plugins_page #featured-plugins-list li .title .heading {
66
  display:block;
images/photo-gallery.png ADDED
Binary file
images/twittertools.png ADDED
Binary file
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: webdorado
3
  Donate link: http://web-dorado.com/products/wordpress-calendar.html
4
  Tags: calendar , calendars, event, event calendar, event manager, events calendar,calendar widget, event registration, event management,events, Kalender, agenda, calendario, availability calendar,online calendar,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, event page
5
  Requires at least: 3.0
6
- Tested up to: 3.7.1
7
- Stable tag: 1.4.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -22,6 +22,8 @@ Spider Event Calendar is a highly configurable product which allows you to have
22
  Spider Event Calendar is a highly configurable plugin which allows you to have multiple organized events in a calendar. This plugin is one of the best WordPress Calendar available in WordPress Directory. If you have problem with organizing your WordPress Calendar events and displaying them in a calendar format, then Spider Wordpress Calendar Plugin is the best solution. Maybe you just want to have a quick look at your calendar to remind yourself about the future appointments? It will be great if calendar extension will be able to show all events, display them in a widget as a beautiful and customizable calendar on your website. Spider WordPress Calendar is an extraordinary user friendly calendar.
23
  There is also a possibility of displaying the events in a list view. The product includes a widget called Upcoming events, allowing to have a specific number of upcoming events arranged in ordered or randomized option.
24
  Possibility to add multiple events for a single date, including events from different categories.
 
 
25
 
26
  = Features of Spider Event Calendar: =
27
 
3
  Donate link: http://web-dorado.com/products/wordpress-calendar.html
4
  Tags: calendar , calendars, event, event calendar, event manager, events calendar,calendar widget, event registration, event management,events, Kalender, agenda, calendario, availability calendar,online calendar,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, event page
5
  Requires at least: 3.0
6
+ Tested up to: 3.8.2
7
+ Stable tag: 1.4.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
22
  Spider Event Calendar is a highly configurable plugin which allows you to have multiple organized events in a calendar. This plugin is one of the best WordPress Calendar available in WordPress Directory. If you have problem with organizing your WordPress Calendar events and displaying them in a calendar format, then Spider Wordpress Calendar Plugin is the best solution. Maybe you just want to have a quick look at your calendar to remind yourself about the future appointments? It will be great if calendar extension will be able to show all events, display them in a widget as a beautiful and customizable calendar on your website. Spider WordPress Calendar is an extraordinary user friendly calendar.
23
  There is also a possibility of displaying the events in a list view. The product includes a widget called Upcoming events, allowing to have a specific number of upcoming events arranged in ordered or randomized option.
24
  Possibility to add multiple events for a single date, including events from different categories.
25
+ You can display the calendar in a smaller format for all pages using the Calendar widget.
26
+ Different categories created for the calendar will be displayed as a legend below the calendar. This will allow the users to manage the types of the events they are looking for.
27
 
28
  = Features of Spider Event Calendar: =
29
 
spidercalendar_upcoming_events_widget.php CHANGED
@@ -1046,8 +1046,7 @@ $order="ORDER BY RAND()";
1046
  $limit=$count1;
1047
  }
1048
 
1049
-
1050
- $query=" SELECT * FROM " . $wpdb->prefix . "spidercalendar_event WHERE calendar= ".$calendar_id." AND published='1' ".$order." LIMIT 0, ".$limit;
1051
  $evs= $wpdb->get_results($query);
1052
  $dates=array();
1053
  foreach($evs as $ev)
1046
  $limit=$count1;
1047
  }
1048
 
1049
+ $query=" SELECT * FROM " . $wpdb->prefix . "spidercalendar_event WHERE calendar= ".$calendar_id." AND published='1' ".$order;
 
1050
  $evs= $wpdb->get_results($query);
1051
  $dates=array();
1052
  foreach($evs as $ev)