Closed GoogleCodeExporter closed 9 years ago
url www.jeffcoac.org/calendar
I tried linking restylegc.php to all compiled css, no solution there. I did
download
your r13 updated version of restylegc.php for freezing calendars.
Original comment by testerd...@gmail.com
on 18 Aug 2009 at 9:16
Ah. You are using googles image
(//calendar.google.com/googlecalendar/images/bubble_combined.png) instead
of the image in your /restylegc dir.
Open /restylegc/restylegc.css and replace all instances of
//calendar.google.com/googlecalendar/images/bubble_combined.png
with http://www.jeffcoac.org/restylegc/images/bubble_combined.png
as well as
//calendar.google.com/googlecalendar/images/combined_v7.gif
with your own path http://www.jeffcoac.org/restylegc/images/combined_v7.gif
-M@X
Original comment by webmaste...@gmail.com
on 28 Aug 2009 at 12:06
Thanks for your quick response!
I changed all references to google calendar images and while it took care of the
majority of the images, there are still a few weird bubbles left.
Any other ideas?
Thanks,
Tim
Original comment by testerd...@gmail.com
on 1 Sep 2009 at 3:29
Each version of the javascript Google puts out has a corresponding stylesheet.
They
must be paired. If you look in the archive folder, you can see how each is
paired
up. So when a new version of the javascript is released and you didn't freeze
your
javascript code, then you'll have the latest javascript file (downloaded from
Google)
but your stylesheet will be at least a version behind. When freezing your
calendar,
make sure to use the correct stylesheet as the basis for your modifications.
In the future, please post support questions to the forum:
http://groups.google.com/group/RESTYLEgc
Original comment by brian.gi...@gmail.com
on 21 Oct 2009 at 5:20
Original issue reported on code.google.com by
testerd...@gmail.com
on 18 Aug 2009 at 9:02