Version Description
Download this release
Release Info
Developer | webdorado |
Plugin | Calendar by WD – Responsive Event Calendar |
Version | 1.3.4 |
Comparing to | |
See all releases |
Code changes from version 1.3.3 to 1.3.4
- calendar.php +2 -1
- front_end/bigcalendarday_widget.php +1 -1
- front_end/bigcalendarlist_widget.php +1 -1
- front_end/bigcalendarweek_widget.php +1 -1
- readme.txt +186 -89
calendar.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/*
|
4 |
Plugin Name: Spider Event Calendar
|
5 |
Plugin URI: http://web-dorado.com/products/wordpress-calendar.html
|
6 |
-
Version: 1.3.
|
7 |
Author: http://web-dorado.com/
|
8 |
License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
@@ -95,6 +95,7 @@ function spider_calendar_big_front_end($id, $theme, $default, $select, $widget =
|
|
95 |
xmlHttp.onreadystatechange = function () {
|
96 |
if (xmlHttp.readyState == 4) {
|
97 |
document.getElementById(id).innerHTML = xmlHttp.responseText;
|
|
|
98 |
}
|
99 |
}
|
100 |
xmlHttp.open("GET", calendarlink, false);
|
3 |
/*
|
4 |
Plugin Name: Spider Event Calendar
|
5 |
Plugin URI: http://web-dorado.com/products/wordpress-calendar.html
|
6 |
+
Version: 1.3.4
|
7 |
Author: http://web-dorado.com/
|
8 |
License: GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
|
9 |
*/
|
95 |
xmlHttp.onreadystatechange = function () {
|
96 |
if (xmlHttp.readyState == 4) {
|
97 |
document.getElementById(id).innerHTML = xmlHttp.responseText;
|
98 |
+
jQuery('#' + id).html(xmlHttp.responseText);
|
99 |
}
|
100 |
}
|
101 |
xmlHttp.open("GET", calendarlink, false);
|
front_end/bigcalendarday_widget.php
CHANGED
@@ -372,7 +372,7 @@ function big_calendar_day_widget() {
|
|
372 |
<table style="height:14px;border-spacing:0;width: 100%;background-color:#D6D4D5;">
|
373 |
<tr>
|
374 |
<td style="font-size:22px;font-weight:bold;width:15px;text-align:center;background-color:' . $bg . ';color:#949394;"></td>
|
375 |
-
<td><h1 style="color:' . $bg . ';border:none;"> ' . __('There Is No Event In This Day', 'sp_calendar') . '</h1></td>
|
376 |
</tr>
|
377 |
</table>
|
378 |
</td>
|
372 |
<table style="height:14px;border-spacing:0;width: 100%;background-color:#D6D4D5;">
|
373 |
<tr>
|
374 |
<td style="font-size:22px;font-weight:bold;width:15px;text-align:center;background-color:' . $bg . ';color:#949394;"></td>
|
375 |
+
<td><h1 style="font-size:12px;color:' . $bg . ';border:none;"> ' . __('There Is No Event In This Day', 'sp_calendar') . '</h1></td>
|
376 |
</tr>
|
377 |
</table>
|
378 |
</td>
|
front_end/bigcalendarlist_widget.php
CHANGED
@@ -333,7 +333,7 @@ function big_calendar_list_widget() {
|
|
333 |
echo '<table style="height:14px;border-spacing:0;border-spacing:0;width: 100%;background-color:#D6D4D5;">
|
334 |
<tr>
|
335 |
<td style="padding-left:10px; font-size:12px;font-weight:bold;width:10px;text-align:center;background-color:' . $bg . ';color:#949394;"></td>
|
336 |
-
<td><h1 style="color:' . $bg . '; border:none"> ' . __('There Is No Event In This Month', 'sp_calendar') . '</h1></td>
|
337 |
</tr>
|
338 |
</table>';
|
339 |
}
|
333 |
echo '<table style="height:14px;border-spacing:0;border-spacing:0;width: 100%;background-color:#D6D4D5;">
|
334 |
<tr>
|
335 |
<td style="padding-left:10px; font-size:12px;font-weight:bold;width:10px;text-align:center;background-color:' . $bg . ';color:#949394;"></td>
|
336 |
+
<td><h1 style="font-size:12px;color:' . $bg . '; border:none"> ' . __('There Is No Event In This Month', 'sp_calendar') . '</h1></td>
|
337 |
</tr>
|
338 |
</table>';
|
339 |
}
|
front_end/bigcalendarweek_widget.php
CHANGED
@@ -452,7 +452,7 @@ function big_calendar_week_widget() {
|
|
452 |
echo '<table style="height:14px;border-spacing:0;width: 100%;background-color:#D6D4D5;">
|
453 |
<tr>
|
454 |
<td style="font-size:22px; font-weight:bold; width:15px;text-align:center;background-color:' . $bg . ';color:#949394;"></td>
|
455 |
-
<td><h1 style="color:' . $bg . '; border:none"> ' . __('There Is No Event In This Day', 'sp_calendar') . '</h1></td>
|
456 |
</tr>
|
457 |
</table>';
|
458 |
}
|
452 |
echo '<table style="height:14px;border-spacing:0;width: 100%;background-color:#D6D4D5;">
|
453 |
<tr>
|
454 |
<td style="font-size:22px; font-weight:bold; width:15px;text-align:center;background-color:' . $bg . ';color:#949394;"></td>
|
455 |
+
<td><h1 style="font-size:12px;color:' . $bg . '; border:none"> ' . __('There Is No Event In This Day', 'sp_calendar') . '</h1></td>
|
456 |
</tr>
|
457 |
</table>';
|
458 |
}
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://web-dorado.com/products/wordpress-calendar.html
|
|
4 |
Tags: Calendar, event, event calendar, event manager, events calendar,
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.5
|
7 |
-
Stable tag: 1.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -31,6 +31,7 @@ Spider Event Calendar is a highly configurable plugin which allows you to have m
|
|
31 |
* Possibility to select calendar date style in the popup.
|
32 |
* You can create events in a calendar which will not repeat (and use a single time).
|
33 |
* Possibility to choose month display format in the Spider Event Calendar.
|
|
|
34 |
* Spider Event Calendar allows you to change the colors of the calendar and fit it to the colors of your website (*commercial version*).
|
35 |
* Spider Event Calendar has 11 standard calendars themes included in the package for the plugin and the widget (*commercial version*).
|
36 |
* You can set the height and width of the Spider Event Calendar in the widget and in the [WordPress calendar plugin](http://web-dorado.com/products/wordpress-calendar.html) as well (*commercial version*).
|
@@ -98,8 +99,15 @@ Ukrainian (uk_UA)
|
|
98 |
Vietnamese (vi)
|
99 |
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.
|
100 |
|
101 |
-
|
102 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
= Step by step guide for the calendar installation,Installing the calendar =
|
104 |
|
105 |
1.1 Minimum requirements for installing the WordPress Calendar.
|
@@ -121,115 +129,204 @@ If the installation of the calendar succeeded you will see the message in the pi
|
|
121 |
|
122 |
= Creating/Editing calendars. =
|
123 |
|
124 |
-
2.1 On the left menu select Calendar>Calendars>Add a Calendar
|
125 |
-
2.2 Title. Add a title for the calendar.
|
126 |
-
2.3
|
127 |
-
2.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
128 |
|
129 |
|
130 |
-
== Step
|
131 |
|
132 |
= Adding Themes to the calendar for a page/post view. =
|
133 |
|
134 |
There are 11 default calendar and widget themes. You can use one of the calendar default themes or create a new one. If you change the parameters of the calendar default theme here is a big **Reset Theme** button for resetting default theme*s parameters on the calendar to original.
|
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 |
-
3.3.12 Next month arrow color. Choose the arrow color for the calendarnext month.
|
160 |
-
3.3.13 Previous month text color. Choose the color for the calendar previous month.
|
161 |
-
3.3.14 Previous month font size. Define the font size of the calendar previous month.
|
162 |
-
3.3.15 Previous month arrow color. Choose the color of the arrow for the calendar previous month.
|
163 |
-
3.3.16 Arrow size. Define the size of the arrow on the calendar.
|
164 |
-
3.3.17 Weekdays color. Choose the color for the calendar weekdays.
|
165 |
-
3.3.18 Weekdays background color. Choose the background color for the calendar weekdays.
|
166 |
-
3.3.19 Sunday background color. Choose Sunday background color for the [WordPress Event Calendar](http://wordpress.org/extend/plugins/spider-event-calendar/).
|
167 |
-
3.3.20 Weekdays font size.Define the font size of the calendar weekdays.
|
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 |
-
|
203 |
-
|
204 |
-
|
205 |
|
206 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
207 |
|
208 |
= Adding Themes to the calendar for the widget view =
|
209 |
|
210 |
-
|
211 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
212 |
|
213 |
|
214 |
-
== Step
|
215 |
|
216 |
-
= Publishing the created Calendar in the Page or Post
|
217 |
|
218 |
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
|
|
|
|
223 |
|
224 |
-
Alternatively, you can use Spider Event Calendar without the button on the toolbar: Add the shortcode [Spider_Calendar id="
|
225 |
|
226 |
-
== Step
|
227 |
|
228 |
= Publishing the created Calendar in the widget =
|
229 |
|
230 |
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
|
|
|
|
|
|
|
4 |
Tags: Calendar, event, event calendar, event manager, events calendar,
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.5
|
7 |
+
Stable tag: 1.3.4
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
31 |
* Possibility to select calendar date style in the popup.
|
32 |
* You can create events in a calendar which will not repeat (and use a single time).
|
33 |
* Possibility to choose month display format in the Spider Event Calendar.
|
34 |
+
* Possibility to choose between four view modes (Month, List, Week and Day).
|
35 |
* Spider Event Calendar allows you to change the colors of the calendar and fit it to the colors of your website (*commercial version*).
|
36 |
* Spider Event Calendar has 11 standard calendars themes included in the package for the plugin and the widget (*commercial version*).
|
37 |
* You can set the height and width of the Spider Event Calendar in the widget and in the [WordPress calendar plugin](http://web-dorado.com/products/wordpress-calendar.html) as well (*commercial version*).
|
99 |
Vietnamese (vi)
|
100 |
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.
|
101 |
|
102 |
+
== Screenshots ==
|
103 |
+
1. WordPress Event Calendar - Calendar
|
104 |
+
2. WordPress Event Calendar - Widget Calendar
|
105 |
+
3. WordPress Event Calendar - Widget Calendar
|
106 |
+
4. WordPress Event Calendar - Widget Calendar
|
107 |
+
5. WordPress Event Calendar - Create Event
|
108 |
+
6. WordPress Event Calendar - Edit Theme
|
109 |
+
|
110 |
+
== Spider Event Calendar ==
|
111 |
= Step by step guide for the calendar installation,Installing the calendar =
|
112 |
|
113 |
1.1 Minimum requirements for installing the WordPress Calendar.
|
129 |
|
130 |
= Creating/Editing calendars. =
|
131 |
|
132 |
+
2.1 On the left menu select Calendar>Calendars>Add a Calendar.
|
133 |
+
2.2 Title. Add a title for the calendar.
|
134 |
+
2.3 Default Year. Specify the year that is displayed by default.
|
135 |
+
2.4 Default month. Specify the month that is displayed by default.
|
136 |
+
2.5 Use 12 hours time format. Choose the format of the time for the calendar.
|
137 |
+
2.6 Published. Choose whether to publish the calendar or not.
|
138 |
+
|
139 |
+
== Step 3:Spider Event Calendar ==
|
140 |
+
|
141 |
+
= Creating/Editing events. =
|
142 |
+
|
143 |
+
3.1 On the left menu select Calendar > Calendars.
|
144 |
+
3.2 Select a calendar from the list. Click on the Add an Event button for creating a new event. If you want to edit an existing event, simply click on its title in the list of events.
|
145 |
+
3.3 Title. Add a title for the event.
|
146 |
+
3.4 Time. Set the start and the end time for the event.
|
147 |
+
3.5 Note. Write the description of the event.
|
148 |
+
3.6 Published. Choose whether to publish the event or not.
|
149 |
+
3.7 Repeat Event. Choose the frequency for repeating the events.
|
150 |
+
Don't repeat this event.
|
151 |
+
Repeat daily. Choose the frequency of the days for repeating the events.
|
152 |
+
Repeat weekly. Choose the quantity of the weeks and a weekday for repeating the events.
|
153 |
+
Repeat monthly. Choose the quantity of the months and the quantity of the weekdays for repeating the events.
|
154 |
+
Repeat yearly. Choose the quantity of the years, choose a month and the frequency of the week and weekdays.
|
155 |
+
Repeat until. Choose the end date for repeating each event.
|
156 |
+
3.8. Save. Click the Save button to save the created event.
|
157 |
+
|
158 |
|
159 |
|
160 |
+
== Step 4:Spider Event Calendar ==
|
161 |
|
162 |
= Adding Themes to the calendar for a page/post view. =
|
163 |
|
164 |
There are 11 default calendar and widget themes. You can use one of the calendar default themes or create a new one. If you change the parameters of the calendar default theme here is a big **Reset Theme** button for resetting default theme*s parameters on the calendar to original.
|
165 |
|
166 |
+
4.1 On the left menu select Calendar>Calendar Themes>Add a Theme You can fill the all parameters of the calendar theme or inherit the parameters of the calendar theme from the default themes of the calendar.
|
167 |
+
4.2 The General Parameters of the Spider Event Calendar.
|
168 |
+
4.2.1 Title. Choose a title for the calendar theme.
|
169 |
+
4.2.2 Default theme. Choose the default theme for the calendar.
|
170 |
+
4.2.3 Width. Define the width of the calendar.
|
171 |
+
4.2.4 The first day of the week. Choose whether to start the calendar from Monday or from Sunday.
|
172 |
+
4.2.5 Main Border Color. Choose the color of the calendar main border.
|
173 |
+
4.2.6 Main Border Radius. Define the radius of the calendar main border.
|
174 |
+
4.2.7 Main Border Width. Define the width of the [WordPress Calendar plugin](http://wordpress.org/extend/plugins/spider-event-calendar/) main border.
|
175 |
+
|
176 |
+
|
177 |
+
4.3 The Header Parameters of the Spider Event Calendar
|
178 |
+
4.3.1 Header height. Define the height of the calendar header.
|
179 |
+
4.3.2 Header background color. Choose the background color of the calendar header.
|
180 |
+
4.3.3 Current month font size. Define the font size of the calendar current month.
|
181 |
+
4.3.4 Current Month color. Choose the color of the calendar current month.
|
182 |
+
4.3.5 Current Month arrow color. Choose the color for the calendar*s current month arrow.
|
183 |
+
4.3.6 Arrow size. Define the size of the arrow on the calendar.
|
184 |
+
4.3.7 Names of the Weekdays color. Choose the color for the names of weekdays.
|
185 |
+
4.3.8 Names of the Weekdays cell height. Define the height of the cell for the names of weekdays.
|
186 |
+
4.3.9 Names of the Weekdays Background Color. Choose the background color for the weekdays.
|
187 |
+
4.3.10 Sunday background color. Choose Sunday background color for the [WordPress Event Calendar](http://wordpress.org/extend/plugins/spider-event-calendar/).
|
188 |
+
4.3.11 Names of the Weekdays Font Size. Define the font size of the weekday.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
189 |
|
190 |
|
191 |
+
4.4 The Body Parameters of the Spider [WordPress Event Calendar](http://wordpress.org/extend/plugins/spider-event-calendar/).
|
192 |
+
4.4.1 Background color. Choose the background color for the calendar.
|
193 |
+
4.4.2 Cell height. Define the height of the calendar cell.
|
194 |
+
4.4.3 Other months days text color. Choose the text color of the other months for the calendar.
|
195 |
+
4.4.4 Other months days background color. Choose the background color for the other months days on the calendar.
|
196 |
+
4.4.5 Cell text color without events. Choose the text color for the calendar cell without events.
|
197 |
+
4.4.6 Cell text color with [WordPress Calendar events](http://wordpress.org/extend/plugins/spider-event-calendar/). Choose the text color for the calendar cell with events.
|
198 |
+
4.4.7 Cell background color with events. Choose the background color for the calendar cell with events.
|
199 |
+
4.4.8 Event title color. Choose the color for the calendarevent title.
|
200 |
+
4.4.9 Current day cell border color. Choose the cell border color for the calendar current day.
|
201 |
+
4.4.10 Cell border color. Choose the color for the calendar cell border.
|
202 |
+
4.4.11 Sundays text color. Choose the text color for Sundays for the calendar.
|
203 |
+
4.4.12 Sundays cell background color. Choose the background color for Sundays cell for the calendar.
|
204 |
+
4.4.13 Sundays font size. Define the font size of Sundays for the calendar.
|
205 |
+
4.4.14 Days font size. Define the font size of the calendar days.
|
206 |
+
4.4.15 Show time in cell. Choose whether to show the time on the calendar cell or not.
|
207 |
+
4.4.16 Show Numbers for event. Choose whether to display numbers for events or not.
|
208 |
+
4.4.17 Number of Displayed event. Define the number of displayed events.
|
209 |
+
4.4.18 Event Titles Background Color. Choose the background color for the event titles.
|
210 |
+
4.4.19 Views Tabs Background Color. Choose the background color for the views tabs.
|
211 |
+
4.4.20 Views Tabs Text Color. Choose the text color for the views tabs.
|
212 |
+
4.4.21 Views Tabs Font Size. Define the font size of views tabs.
|
213 |
|
214 |
|
215 |
+
4.5 The Popup Window Parameters of the Spider Event Calendar
|
216 |
+
4.5.1 Date format in popup. Choose the format of the calendar date in popup.
|
217 |
+
4.5.2 Event title color in popup. Choose the color for the calendar event title in popup.
|
218 |
+
4.5.3 Event title font size in popup. Define the font size of the calendar event title in popup.
|
219 |
+
4.5.4 Event title font family in popup.Select thecalendar event title font family in popup.
|
220 |
+
4.5.5 Event title font style in popup. Select the calendar event title font style in popup.
|
221 |
+
4.5.6 Date color in popup. Choose the color for the calendar date in popup.
|
222 |
+
4.5.7 Date font size in popup. Define the font size of thecalendar date in popup.
|
223 |
+
4.5.8 Date font family in popup. Choose the font family of the calendar date in popup.
|
224 |
+
4.5.9 Date style in popup. Select the style of the calendar date in popup.
|
225 |
+
4.5.10 Arrow background color in popup. Choose the background color for the calendar arrow in popup.
|
226 |
+
4.5.11 Arrow color in popup. Choose the color for the calendar arrow in popup.
|
227 |
+
4.5.12 Popup background color. Choose the background color for the calendar popup.
|
228 |
+
4.5.13 Popup width. Define the width of the calendar popup.
|
229 |
+
4.5.14 Popup height. Define the height of the calendar popup.
|
230 |
+
4.5.15 Number of displayed events. Define the number of displayed events for the calendar.
|
231 |
+
4.5.16 Show repeat rate. Choose whether to show the calendar repeat rate or not.
|
232 |
|
233 |
+
4.6 The Other Views Parameters of the Spider Event Calendar.
|
234 |
+
4.6.1 Date Background Color. Specify the background color of the event date cell (List View and Weekly View).
|
235 |
+
4.6.2 Event Background Color 1. Select the background color of the events with an odd number.
|
236 |
+
4.6.3 Event Background Color 2. Select the background color of the events with an even number.
|
237 |
+
4.6.4 Event Number Background Color 1. Select the number background color of the events with an odd number.
|
238 |
+
4.6.5 Event Number Background Color 2. Select the number background color of the events with an even number.
|
239 |
+
4.6.6 Event Number Color. Specify the color of the event number.
|
240 |
+
4.6.7 Day and Month Font Color. Specify the font color of the day and the month of the event date (e.g. 23 March).
|
241 |
+
4.6.8 Day of the Week Font Color. Specify the font color of the day of the week in the event date.
|
242 |
+
4.6.9 Date Font Size. Specify the font size of the date text.
|
243 |
+
4.6.10 Event Number Font Size. Specify the font size of the event number.
|
244 |
+
4.6.11 Event Cell Height. Specify the height of the event cell.
|
245 |
+
4.6.12 Date Cell Height. Specify the height of the date cell.
|
246 |
+
4.6.13 Day and Month Font Size. Specify the font size of the day and the month of the event date.
|
247 |
+
4.6.14 Day of the Week Font Size. Specify the font size of the day of the week in the event date.
|
248 |
+
|
249 |
+
|
250 |
+
== Step 5:Spider Event Calendar ==
|
251 |
|
252 |
= Adding Themes to the calendar for the widget view =
|
253 |
|
254 |
+
5.1 On the left menu select Calendar>Widget Themes>Add a Theme.
|
255 |
+
|
256 |
+
5.2 The General Parameters of the Spider Event Calendar.
|
257 |
+
5.2.1 Title. Choose a title for the theme.
|
258 |
+
5.2.2 Default Theme. Choose the default theme.
|
259 |
+
5.2.3 Width. Define the Width.
|
260 |
+
5.2.4 The First day of the Week. Choose whether to start the week from Monday or from Sunday.
|
261 |
+
|
262 |
+
5.3 The Popup Window Parameters of the Spider Event Calendar.
|
263 |
+
5.3.1 Date Format in Popup. Choose the format of the date in popup.
|
264 |
+
5.3.2 Event Title Color in Popup. Choose the color for the event title in popup.
|
265 |
+
5.3.3 Event Title Font Size in Popup. Define the font size of the event title in popup.
|
266 |
+
5.3.4 Event Title Font Family in Popup.Select the event title font family in popup.
|
267 |
+
5.3.5 Event Title Font Style in Popup. Select the event title font style in popup.
|
268 |
+
5.3.6 Date Color in Popup. Choose the color of the date in popup.
|
269 |
+
5.3.7 Date Font Size in Popup. Define the font size of the date in popup.
|
270 |
+
5.3.8 Date Font Family in Popup. Choose the font family of the date in popup.
|
271 |
+
5.3.9 Date Style in Popup. Select the style of the date in popup.
|
272 |
+
5.3.10 Arrow Background Color in Popup. Choose the background color of the arrow in popup.
|
273 |
+
5.3.11 Arrow Color in Popup. Choose the color of the arrow in popup.
|
274 |
+
5.3.12 Popup Background Color. Choose the background color for the popup.
|
275 |
+
5.3.13 Popup Width. Define the width of the popup.
|
276 |
+
5.3.14 Popup Height. Define the height of the popup.
|
277 |
+
5.3.15 Show Repeat Rate. Choose whether to show the repeat rate or not.
|
278 |
+
|
279 |
+
5.4 The Body Parameters of the Spider Event Calendar.
|
280 |
+
5.4.1 YEAR Font. Choose font style for the year.
|
281 |
+
5.4.2 MONTH Font. Choose font style for the month.
|
282 |
+
5.4.3 DAY Font. Choose the font style for the day.
|
283 |
+
5.4.4 Names of the Weekdays Font. Choose the font style for the names of the weekdays.
|
284 |
+
5.4.5 Header Background Color. Choose the background color of the header.
|
285 |
+
5.4.6 Calendar Background Color. Choose the background color of the calendar.
|
286 |
+
5.4.7 Color of Month. Choose the color to display the months.
|
287 |
+
5.4.8 Color of the Names of the Weekdays. Choose the color to display the names of the weekdays.
|
288 |
+
5.4.9 Color of Other Months. Choose the color for the other month days.
|
289 |
+
5.4.10 Color of Days without Events. Choose the color for the days without events.
|
290 |
+
5.4.11 Color of Days with Events. Choose the color for the days with events.
|
291 |
+
5.4.12 Background Color of Days with Events. Select the background color for the days with events.
|
292 |
+
5.4.13 Background Color of Current Day. Select the background color for the current day.
|
293 |
+
5.4.14 Color of Arrows. Choose the color for the arrows.
|
294 |
+
5.4.15 Color of Current Day. Choose the color for the current day.
|
295 |
+
5.4.16 Border Color of the Current Day. Select the border color for the current day.
|
296 |
+
5.4.17 Color of Sundays. Choose the color for Sundays.
|
297 |
+
5.4.18 Background Color for the Names of the Weekdays. Select the background color for the names of the weekdays.
|
298 |
+
5.4.19 Sunday Background Color. Select the background color for Sundays.
|
299 |
+
5.4.20 Cell Border Color. Choose the color for the cell border.
|
300 |
+
5.4.21 Year and Month Font Size. Choose the font size to display year and month.
|
301 |
+
5.4.22 Year Font color. Select the font color for the year.
|
302 |
+
5.4.23 Year Tabs Background color. Choose the background color for the year tabs.
|
303 |
|
304 |
|
305 |
+
== Step 6:Spider Event Calendar ==
|
306 |
|
307 |
+
= Publishing the created Calendar in the Page or Post =
|
308 |
|
309 |
|
310 |
+
6.1 Press the button named Insert Spider Event Calendar in a post or page you want to show the calendar.
|
311 |
+
6.2 Select calendar. Select a calendar from the given list.
|
312 |
+
6.3 Select theme. Select a calendar theme from the given list.
|
313 |
+
6.4 Select Default View. Select the default view from provided options (Month, List, Week and Day).
|
314 |
+
6.5 Select Views. Select the views options (Month, List, Week and Day) for the calendar in the public view.
|
315 |
+
6.6 Save the page or post where the calendar is inserted.
|
316 |
|
317 |
+
Alternatively, you can use Spider Event Calendar without the button on the toolbar: Add the shortcode [Spider_Calendar id="1" theme="10" default="month" select="month,list,week,day,"] (where Spider_Calendar id is the id of the calendar, theme is the ID of the theme, default is the default view of the calendar, select is the option for the available views.)
|
318 |
|
319 |
+
== Step 7:Spider Event Calendar ==
|
320 |
|
321 |
= Publishing the created Calendar in the widget =
|
322 |
|
323 |
|
324 |
+
7.1 Add Spider Event Calendar Widget to the sidebar.
|
325 |
+
7.2 Select calendar. Select a calendar from the given list.
|
326 |
+
7.3 Select theme for a widget. Select a calendar theme for the widget from the given list.
|
327 |
+
7.4 Select Default View. Select the default view from provided options (Month, List, Week and Day).
|
328 |
+
7.5 Select Views. Select the views options (Month, List, Week and Day) for the calendar in the public view.
|
329 |
+
7.6 Save the widget where the calendar is inserted.
|
330 |
+
|
331 |
+
|
332 |
+
|