I've got a similar problem.
Does anyone have any idea why these two lines from the gallery.css aren't doing anything:
(I'm just getting the words "Upload image")
- Code: Select all
.buttons div.upload-icon { width: {IMG_BUTTON_UPLOAD_IMAGE_WIDTH}px; height: {IMG_BUTTON_UPLOAD_IMAGE_HEIGHT}px; }
.upload-icon span { background-image: url("{IMG_BUTTON_UPLOAD_IMAGE_SRC}"); }
I've manually added these parameters and their values directly into the <head> and the upload button appears fine. I can do the work around but obviously there is something wrong somewhere. (My head tag is messy as it is)
I've definitely purged the cache and refreshed the templates, themes and imagesets. I'm also made sure that
img_button_upload_image = button_upload_image.gif*25*96 is at the end of my imageset.cfg file.
If its helpful the domain is
here, although thinking about it only registered users can post images. If someone needs me to create a test user I can.
Thank you in advance
(btw this is amazing software!)