Active
Project:
Push Up The Web
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Apr 2010 at 20:10 UTC
Updated:
29 May 2011 at 22:43 UTC
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
Comment #1
twowheeler commentedI 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:
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.