Hi, The load time will depend on your server as the calendar months are loaded via AJAX once the main page data has loaded. On my server it probable takes about 1 second to load 3 months. Clearly the more months that you load, the longer it will take. I have no idea about why IE won't let you scroll...
Hi, The rounded corners are created using css3 techniques that are not supported by all browsers. That said, in the css code you can change this: -webket-border-radius to this: border-radius That should fix it in most mordern browsers. Yes, I am aware that there are some errors in the Spanish file. ...
Hello, I spoke about this issue with the server admin and told me that probably the cause is the server, wich is based on Linux, and doesn´t support AJAX... It is true? No :D From your image it appears that your path to the files is incorrect. This path is defined in the calendar admin > config pane...
Hi, It appears that your server isn't properly configured to handle PHP session variables. I suggest that you contact your hosting provider and ask them to fix this problem. Sending them that error message should be enough for them to know what to do.
Hi, You have a php warning message that is preventing the rest of the PHP code from being executed. The error I can see is this: Warning: Cannot modify header information - headers already sent by (output started at /home/soldph/public_html/zepatto.com/main_view_services.php:16) in /home/soldph/publ...