PDA

View Full Version : esstyle.css changes not appearing PLUS...


vharrison
07-07-2007, 03:27 PM
I am in 'trial mode' for using easyphpcalendar and am having two specific problems:

I have edited the esstyle.css to change (I THINK) the font and other characteristics of the calendar, but none of the changes are appearing
I've created a custom calendar file (VCalendar.php)
I placed, per the instructions, the various $CSS, require, etc. fields in (I think) the correct places.
I have noted that after PHP processing the esstyle.css from the default template directory is being included.
I created a custom template called ValBlog.php in the templates directory
I've reviewed numerous blogs, but I still am at a loss why my changes are not being displayed. HELP!
I ran setup so that popups would be enabled on roleover, but, alas, nothing.
I am at a complete loss here. From everything I can tell this should be simply a matter of setting things up in the setup. But nothing. No popups. Help would be appreciated here as wellHere is the URL to the calendar I am playing with.
http://www.valnebbia.com/calendar/VCalendar.php
Thankyou,

Vharrison

ve9gra
07-07-2007, 04:12 PM
1. Your $urlPath in /calendar/calendar.php is wrong. You currently have "/valnebbia.com/calendar/"... replace it with "/calendar/".

2. Mouse-Over is not meant to work in Blog mode.

vharrison
07-07-2007, 07:04 PM
Thanks! All is well. Such a simple error...