Hi,
The path to the background images is wrong.
You have set this up in a directory called "calendario" so you need to update the css file accordingly.
Open this file:
/calendario/ac-contents/themes/default/css/
avail-calendar.cssand change this line:
- Code: Select all
.cal_month ul li.booked_pr_pm { background-image:url("/calendar/ac-contents/themes/default/images/bg_days.png");}
to this:
- Code: Select all
.cal_month ul li.booked_pr_pm { background-image:url("/calendario/ac-contents/themes/default/images/bg_days.png");}
I hope that helps

Chris