10446 Posts in 2223 Topics by 1719 members
| Go to End | Next > | |
| Author | Topic: | 1223 Views |
-
event calender - just loading

25 August 2010 at 1:16pm
Hi,
I installed the event calendar on my page today .
But sadly the result is rly bad.Watch: http://www.tresenwald-volleyball.de/new-calendar/
There are also other problems in the admin page. I can't add dates - typing in the "date fields" does not work. (typing in the field just not work)
I hope u can help me.
(Sry for my eng - i am from good old germany)
P.S.:
I intstalled Objectmanager etc. -
Re: event calender - just loading

25 August 2010 at 1:45pm
Have you noticed that jQuery is not being loaded on the page? Strange, because jQuery is one of the javascript requirements in EventCalendar. If you look at the errors in firebug, you'll see all kinds of jQuery errors, because it hasn't been loaded.
-
Re: event calender - just loading

25 August 2010 at 8:40pm Last edited: 25 August 2010 8:40pm
Thanks, UncleCheese for analysing my problem. But how can I fix it?
How I can load jQuery ??Thx for ur help.
-
Re: event calender - just loading

26 August 2010 at 1:53am
In your Page_Controller:
public function init() {
parent::init();
Requirements::javascript(THIRDPARTY_DIR.'/jquery/jquery.js');
} -
Re: event calender - just loading

26 August 2010 at 4:48am
Yay now it works (a bit). I mean the calendar is showing up now.
BUT
It is still impossible to add dates. The window with the adding dates opens, but it doesn't work to type in the fields.
Rly strange.Look at the screen ...
( maybe u can help me again?! )
-
Re: event calender - just loading

26 August 2010 at 5:22am
You can't type into the field because the date is added with a popup calendar. You're not getting a calendar?
-
Re: event calender - just loading

26 August 2010 at 10:18pm
I tried it in firefox, IE, opera - no popup calendar appears. What a endless story!
I hope u can help me, uncle Cheese. And thanks for wasting ur time with me ;-)
-
Re: event calender - just loading

27 August 2010 at 1:30am
Does it work on the demo site? http://eventcalendar.bluehousegroup.com?
Are you getting any Javascript errors?
| 1223 Views | ||
| Go to Top | Next > |

