tel8618217223380 / restylegc

Automatically exported from code.google.com/p/restylegc
0 stars 0 forks source link

Event Bubbles issue need more information #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Freeze calendar

What is the expected output? What do you see instead?
Event bubbles image doesn't show correctly.

Please provide any additional information below.
I am just wondering if you could expand on your explanation under Wiki
about how the conflict between Javascript and CSS should be resolved. It
tried pointing the restylegc.php to the corresponding compiled CSS that the
JS points to, but didn't get any CSS showing up on the screen.

Thanks,
Tim

Original issue reported on code.google.com by testerd...@gmail.com on 18 Aug 2009 at 9:02

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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