Hello, I am having difficult getting the browser images to display. I followed the readme.txt instructions and everything works except for the display of the images. I even changed the image path in jquery.pushup.js to 'sites/all/libraries/images/pushup/' without any luck. Any suggestions?

Thanks

Comments

twowheeler’s picture

I have the same issue. The images are missing from the popup. Does anyone have a fix for this?

Edit: Well, I think I found the problem but I don't have enough javascript knowledge to fix it (yet).

The url to the image ends up being this:

http://myurl/sites/all/libraries/jquery-pushup/js/?N../images/pushup/ie.png

The problem seems to be the querystring "?N". When I use firebug to delete these two characters from the url, then it works and the image appears.

I hope that is enough of a clue that someone knows how to fix the code.