I like this calender, but unfortunately cannot get it to work
properly.
I try to install version ac-v3.03.02, but there is a problem with the
"click trough all states". It doesn't work.
Pls help
Can you provide more details?
eg.
It doesn't update at all?
It updates the wrong state?
Chris
--
You received this message because you are subscribed to the Google Groups "Ajax Availability Calendar" group.
To post to this group, send email to ajax-availabi...@googlegroups.com.
To unsubscribe from this group, send email to ajax-availability-c...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ajax-availability-calendar?hl=en.
You appear to have uploaded the calendar contents to withing a
"calendar" directory so you have this:
calendar/ac-v3.03.02
Ideally I would suggest that you don't have the "ac-v3.03.02"
directory in there and have the calendar code (and subdirectorires)
directly in the "calendar" directory.
Anyway, the problem is the path to the background image which is
defined in the "/ac-contents/themes/default/css/avail-calendar.css"
file.
This needs to be adjusted to suit each individual installation (if the
calendar is not installed directly in a "calendar" directory as is
your case)
So, you need to change this line:
background-image:url("/calendar/ac-contents/themes/default/images/
bg_days.png");
to this:
background-image:url("/calendar/ac-v3.03.02/ac-contents/themes/default/
images/bg_days.png");
and that will show the background image for the booking states.
Chris
On 4 mar, 11:09, Petra Metz <petram...@gmail.com> wrote:
> Hello Chris,
>
> Thanks for your quick reaction.
>
> Perhaps you can have a look here...http://www.eifelhof.nl/calendar/ac-v3.03.02/ac-admin/index.php?page=b...
>
> <http://www.eifelhof.nl/calendar/ac-v3.03.02/ac-admin/index.php?page=b...>Still
> > ajax-availability-c...@googlegroups.com<ajax-availability-calendar%2Bunsu...@googlegroups.com>
To unsubscribe from this group, send email to ajax-availability-c...@googlegroups.com.
....
I think you have something weird going on..
Your calendar is here:
http://www.eifelhof.nl/calendar/
And the css file is here:
http://www.eifelhof.nl/calendar/ac-contents/themes/default/css/avail-calendar.css
which is correct, but the html doesn't actually seem to find it :(
However, if you don't place the ending slash on the calendar url like
this:
http://www.eifelhof.nl/calendar
it redirects to this:
http://www.websisters.nl/eifelhof/calendar/
????
Also, when I go to the admin panel here:
http://www.eifelhof.nl/calendar/ac-admin
it redirets me to this:
http://www.websisters.nl/eifelhof/calendar/ac-admin
There appears to be some strange redirection taking place in there
somewhere.
I suspect that this is what is messing things up but I have no idea
why this is happening.
Do you have anything in your htaccess file that might be doing this?
Chris
> > <ajax-availability-calendar%2Bunsu...@googlegroups.com<ajax-availability-calendar%252Buns...@googlegroups.com>
background-image:url("/calendar/ac-contents/themes/default/images/
bg_days.png");
to this:
background-image:url(/calendar/ac-contents/themes/default/images/
bg_days.png);
ie remove the inverted commas (double quotes) around the url.
Chris
On 4 mar, 12:04, cbolson <ch...@cbolson.com> wrote:
> > Still the same problem unfortunately.
>
> Actually you now have a different problem, it doesn't seem to be
> finding the css file at all.
> However it is there and it is where the the code expects it to be.
> I can't quite work out what is going on now.....
>
> ....
> I think you have something weird going on..
> Your calendar is here:http://www.eifelhof.nl/calendar/
> And the css file is here:http://www.eifelhof.nl/calendar/ac-contents/themes/default/css/avail-...
The problem appears to be that, for some reason, the image path has
been split onto 2 lines in the css file.
Can you change this:
.cal_month ul li.booked_pr_pm { background-image:url("/calendar/ac-
contents/themes/default/
images/bg_days.png");}
to this:
.cal_month ul li.booked_pr_pm { background-image:url("/calendar/ac-
contents/themes/default/images/bg_days.png");}
Chris
To unsubscribe from this group, send email to ajax-availability-c...@googlegroups.com.