yasmin-choudhury / ie6-upgrade-warning

Automatically exported from code.google.com/p/ie6-upgrade-warning
0 stars 0 forks source link

icons aren't visible #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
1. I install and enable plugin in joomla..

Plugin shows warning correctly but after text aren't browsers icons

... screen in attachement

thank you for usefull plugin

Original issue reported on code.google.com by michal.s...@gmail.com on 17 Feb 2010 at 10:44

Attachments:

GoogleCodeExporter commented 9 years ago
I changed the path in the include to /images/ie6/ but it doesn't pull up the 
images
properly. It still looks for them in /js/ie6/. I got it to work, but only by 
creating
the /js/ie6/ path and putting the images in there. I typically use 
/includes/js/,
/includes/php/, etc...).

Original comment by digism...@gmail.com on 16 Mar 2010 at 6:47

GoogleCodeExporter commented 9 years ago
This conflicts with lightbox installed with NewGenGallery in Wordpress. The 
result is
that the images don't show.

Original comment by ricmarry000@gmail.com on 17 Mar 2010 at 5:31

GoogleCodeExporter commented 9 years ago
Which path do you changed? 
In wordpress i had the same error on my first try. After i changed the 
onLoad-Event
in the javascript call, it worked.

Old:
<script>window.onload=function(){e("/js/ie6/")}</script>

New: 
<script>window.onload=function(){e("<?php bloginfo('template_directory');
?>/js/ie6/")}</script>

Full:
<!--[if lte IE 6]><script src="<?php bloginfo('template_directory');
?>/js/ie6/warning.js"></script><script>window.onload=function(){e("<?php
bloginfo('template_directory'); ?>/js/ie6/")}</script><![endif]-->

Original comment by roff...@gmail.com on 18 May 2010 at 9:11

GoogleCodeExporter commented 9 years ago
Thank u!!!

Original comment by pacho...@gmail.com on 27 May 2011 at 11:30

GoogleCodeExporter commented 9 years ago
I am using wordpress 3.1.2 running IE6 for testing on Windows XP and the above 
fix does not work for me. The images are still missing. Any ideas on what else 
I can do to fix this - anymone?

Maybe change the images path?

Original comment by sarah.ta...@gmail.com on 12 Nov 2011 at 8:36

Attachments:

GoogleCodeExporter commented 9 years ago
Hopefully this will help someone else. I was having the same problem with the 
images not showing and I needed to change the permissions on the server to 
allow read and execute for the images (not write) before they would show up...

Original comment by ssu...@gmail.com on 25 Dec 2011 at 5:54