Hi,
I am working on a website for my club in college. I have used the Calendar+ plugin to keep track of our events, but when you click on an event, if you click on the “Read More” link, it takes you to an error page. I want to find a way to edit this link so it leads to a page discussing the event in further detail. Any help with this would be greatly appreciated.
]]>I’m using Calendar Plus but the highlighting on the current day does not automatically advance. Thoughts?
Pam
]]>I updated my version of WordPress and now my calendar doesn’t work. It just says “404 Error File Not Found
The page you are looking for might have been removed,
had its name changed, or is temporarily unavailable.”
Any help is greatly appreciated!!
I Cannot get the widget to appear
Step 3 reads:
Configure Calendar using the following Pages in the ADMIN PANEL:
I cannot find the admin Panel
]]>Does Word Press 3.4 support the newest Calendar Plus ?
]]>Love Calendar plus – so easy and such an elegant solution to posting multiple calendars.
I am having trouble, however, with the category colors. I would like to show all categories on one main calendar, but the category colors are not showing (every event is yellowish). Is there something I need to adjust in the style sheet? Also, wondering if there is a widget so the a small version can live in the side bar. Used this with the Calendar plug-in, but don’t see it now. Thank you!
I also posted this to the plugin developer’s site, but I’m sure WP.org gets far more visits…
In case this comes in handy for anyone else, here’s a fix I worked out for making sure that a calendar’s legend shows only the categories which are currently displayed (instead of the default, which is ALL categories). It’s just a few simple edits to the calendar.php file.
First, under the calendar_insert() function, add a global variable called “catFilter”. Then, in the loop:
if (strlen($search) >0)
{
$sqlFilter = "AND event_category IN ($search) ";
$catFilter = $search;
}
else
{
$sqlFilter = "";
$catFilter = null;
}
If desired, you can also modify the calendax_insert() function the same way.
At the beginning of the calendar() function, call the global variable again. Then, modify this line:
$sql = "SELECT * FROM " . WP_CALENDAR_CATEGORIES_TABLE . " ORDER BY category_name ASC";
to read like this
$sql = "SELECT * FROM " . WP_CALENDAR_CATEGORIES_TABLE . " WHERE category_id IN (" . $catFilter . ") ORDER BY category_name ASC";
That’s it!
]]>Hello.
I’ve started using this plugin today and felt respect for the author. Especially for the ability to insert it with {CALENDAR 1}, etc.
This function is actually why I am writing here. Is there a possibility for plugin to support 4 seperate calendars instead of 2?
Thank you in advance ??
]]>New WP User here!
I am using the Twenty-ten theme and WP 3.1.1
1) The Default Template layout causes a bleed over of the Right side widgets into the Calendar space. Only way I can resolve this is to remove the widgets and that is anti-climactic. Is there any way to fix this?
2) Using ANY layout in this theme causes the “Month:” and “Year:” Labels for the jumpboxes to be out of line with their corresponding jumpbox.
Any suggestions would be helpful, but code and directions would be GREAT!
Thanks in advance!
]]>Hi,
I’m trying to use the smaller size calendar option on a page, and I’m utilizing the shortcode. Can you please clarify if {CALENDAX 1} is the correct shortcode? (I can’t find anything about the smaller calendar in the documentation, found that snooping around in the calendar.php file.)
I’m concerned I’m missing something as this shortcode does embed the calendar, but it’s not any smaller. I also tried altering the CSS of .calendarsize to even smaller percentages than the 50%, but nothing happens.
Please advise? Thanks in advance!
]]>Hello everyone,
Thanks for the plugin which is working fine on my side.
But I am having a problem setting up the side-bar widget. How to do this? From the widget wordpress admin page?
Thanks!
]]>How do I change font color, weight, etc… of the event title and date in the Upcoming Events widget? Also, need to remove the ‘list item’ icons from next to them. All I see is places to edit calendar css, not for the widget. HELP?
]]>Hello, this is a great plugin but my client has requested that the ability to click on the event be turned off, because right now it takes you back to the top of the page. Can someone tell me how to remove that action? Thank you!
]]>Actually using WordPress 3.0.3 with the iThemes Builder theme. I’ve already contacted iThemes as you’ll see it suggests in the text below and they confirmed that the problem is with the Calendar Plus plugin.
Below is the error message I received when I tried to activate the plugin.
Fatal error: Cannot redeclare deal_with_deleted_user() (previously declared in /home/sacramen/public_html/wp-content/plugins/calendar/calendar.php:64) in /home/sacramen/public_html/wp-content/plugins/calendar-plus/calendar.php on line 73
Fatal Error (hide)
The theme has encountered a problem that it cannot recover from. Please use the following information to try to resolve the problem.
Error Code:
php_code_error:64:/home/sacramen/public_html/wp-content/plugins/calendar-plus/calendar.php:73:Cannot redeclare deal_with_deleted_user() (previously declared in /home/sacramen/public_html/wp-content/plugins/calendar/calendar.php:64)
Message:
A fatal code error occurred.
If you are unable to fix this problem, please copy all the text on this screen and send it to [email protected].
Debug Data:
Array
(
[0] => Array
(
[file] => /home/sacramen/public_html/wp-content/themes/Builder/lib/classes/it-error.php
[line] => 121
[function] => fatal
[class] => ITError
[type] => ::
[args] => Array
(
[0] => php_code_error:64:/home/sacramen/public_html/wp-content/plugins/calendar-plus/calendar.php:73:Cannot redeclare deal_with_deleted_user() (previously declared in /home/sacramen/public_html/wp-content/plugins/calendar/calendar.php:64)
[1] => A fatal code error occurred.
)
)
[1] => Array
(
[file] => /home/sacramen/public_html/wp-content/themes/Builder/lib/classes/it-error.php
[line] => 148
[function] => handle_error
[class] => ITError
[type] => ::
[args] => Array
(
[0] => 64
[1] => Cannot redeclare deal_with_deleted_user() (previously declared in /home/sacramen/public_html/wp-content/plugins/calendar/calendar.php:64)
[2] => /home/sacramen/public_html/wp-content/plugins/calendar-plus/calendar.php
[3] => 73
)
)
[2] => Array
(
[function] => it_error_shutdown
[args] => Array
(
)
)
)
Fatal error: Call to undefined method ITStorage2::_migrate_old_data() in /home/sacramen/public_html/wp-content/themes/Builder/lib/classes/it-storage.php on line 271
]]>I was wondering if there is currently any way to make the widget only show a certain category with this plugin? This function is handy with the calendar but it would be great if the upcoming events widget could only show a certain category or categories as well.
]]>Hello, I just have one error and a few suggestions about Calendar Plus.
1) I am unable to click ‘Select Date’ on the Start/End Date picker. The link is there, but nothing happens when it is clicked.
2) I know it shows up correctly on the site, but can we use 12-hour time format (perhaps an am/pm option) on the ‘add event’ page?
3) It would be great if the calendar could be edited and added to from the front-end (with something like Front-end Editor). I’m pleased with it regardless but am thinking in terms of some of my clients who may have trouble with the concept of editing from the back-end and may prefer the luxury of front-end editing in all areas.
Thank you!
]]>hy, thanks for this little handy calendar is small and quite, i want to ask you if you can help me for a little more functionability beacuse i’m very bad at programing and maybe somenone else will neede this too.
so here is my request
i would like that in the admin section of the calendar when creating a new event to have 2 more rows, first – the location of the event, second – the image that it will be representive for the events ( a small thumb)
thanks,
all the best
WP 3.01 MS install – Calendar not displaying – https://terryhall.biz/calendar
]]>