Bring Your Business to Life › Support › WordPress: Popular Widget Plugin 100K downloads
Forum Replies Created
- AuthorPosts
- February 26, 2014 at 10:14 pm in reply to: Images Not Displaying in Gallery or in WordPress Admin #52564julzdyerParticipant
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”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
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.
September 11, 2013 at 2:52 am in reply to: No Thumbnails (tried every troubleshooting on this forum) #54960julzdyerParticipantHi there,
I am having the broken thumbnails issue in my image store gallery, favorites and checkout page but images do appear in the slideshow.
I have tried browser uploader
I have tried rescanning
I have tried force regenerate thumbnails/flushing cache
I have tried deactivating nextgen gallery
I can’t see any errors generated in the firefox console.Using default theme
Using IMstore v3.3.2
See http://www.themoonlightstudios.net/phpinfo.php for shared server detailsLink to a test gallery on my site:
———————————-
http://www.themoonlightstudios.net/galleries/test-gallery/photosWhen I use chrome inspector to look at the html I notice the difference between the URLs used for each page:
DOESN’t LOAD:
———————-
http://www.themoonlightstudios.net/wp-content/plugins/image-store/image.php?i=lmh8m6Sn
http://www.themoonlightstudios.net/wp-content/plugins/image-store/image.php?i=lmh8m6SoLOADS:
———————-
http://www.themoonlightstudios.net/wp-content/plugins/image-store/image.php?i=lmh8m6SmqpQI am tempted to learn how to write a javascript snippet that rewrites the src attribute of the thumbnails by removing 1 letter from the end of the url string and adding “mqpQ” which, when done manually, does the trick..
Do you think I need to go to this extent?
The perfect solution for me would be to DISABLE image encryption.. maybe this could be a feature request?
Any help that leads to a solution will definitely result in a donation on my part.
Cheers,
JulzjulzdyerParticipantHi,
I am having the same problem. I have shut off the watermark to try and get it working as mentioned above.
This didn’t work but funnily enough, when I turned the watermark back onto text.. the llightbox preview of the image worked but not the thumbs.
Then I tried to get a watermark image and it stopped working again and I can’t even get back to the working lightbox.
Please help Hax!
January 15, 2013 at 10:41 pm in reply to: Images Not Displaying in Gallery or in WordPress Admin #51778julzdyerParticipantHi,
I am having the same problem.
I am using v3.2.0
there is no _key folder in admin.
julzdyerParticipantSeems like I am experiencing the same thing.
I tried image-store v3.2.0 and was able to upload images to galleries and create albums. Image files created were confirmed by looking through FTP.
When I create a page with a short code such as [image-store] all the thumbnails images are broken.
I have tried enabling permissions to 777
I have enabled image hotlinking on the server
I think the issue lies with image.php
P.S. the above link doesn’t work.
Hope you can clear up this issue, the plugin is awesome.
- AuthorPosts