Reply To: Images Not Displaying in Gallery or in WordPress Admin

HomeSupportImage StoreImages Not Displaying in Gallery or in WordPress AdminReply To: Images Not Displaying in Gallery or in WordPress Admin

#52564
julzdyer
Participant

Hi Hax,

Thanks for getting back to us.

Just to clarify my issue, thumbnails are not showing up when viewing galleries.

Do you think my page is making the wrong doctype declaration?

<!DOCTYPE html PUBLIC “-//W3C//DTD HTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”&gt;

<html xmlns=”http://www.w3.org/1999/xhtml”&gt;

I can see the exact problem when I view source.

There is some kind of function in imagestore.js that is rewriting the img href (I assume to protect it from right click).  I wish I could disable this function.

Theoretically if I wrote some javascript to go through and remove the last letter of each href URL and replace it with mqpQ, it would work.

Slideshow image URL working:

src=”http://www.themoonlightstudios.net/wp-content/plugins/image-store/image.php?i=lWx2nKSmqpQ

Thumbnail URL not working:

http://www.themoonlightstudios.net/wp-content/plugins/image-store/image.php?i=lWx2nKSn

Unfortunately I am not good at javascript yet!

Any help is greatly appreciated.