Keyword

[Solved] No Simple Image Gallery thumbnails

More
11 years 7 months ago #41322 by dwams
I had a similar problem -  thumbnails were being created in \cache and permissions and ownership were correct.  I finally tracked the source to an update to the .htaccess file by the hosting company.    I had to add this line to the file to allow the thumbnails to be displayed.

RewriteRule ^cache/jw_sig/([^/]+/)*([^/.]+\.)+(jpg|png|gif)$ - [L]

Please Log in or Create an account to join the conversation.

More
11 years 3 months ago #41323 by okEric
Hi everyone,

I'm having this problem too. I've checked permissions, tried the .htaccess solution, but none had any success. Oddly enough, I can see that the /cache/jw_sig folder has images being created in it (the thumbnails), but it's still just blank on my page. I can even view the source of the page and it has links to this cache/jw_sig folder and if I click on these links it'll load up the images.

Here's a link to my page: 24fans.net/index.php/pictures/4-24-live-another-day-filming-photos

Anyone have any more ideas I could try?

Please Log in or Create an account to join the conversation.

  • Yiota
  • Yiota's Avatar
  • Visitor
11 years 3 months ago #41324 by Yiota
@okEric,

Remove the parenthesis from the filenames of your images. They are considered invalid for the thumbnail's names.

Please Log in or Create an account to join the conversation.

More
11 years 3 months ago #41325 by okEric

@okEric,

Remove the parenthesis from the filenames of your images. They are considered invalid for the thumbnail's names.

Hi Yiota, thanks for the quick reply. Removing the parentheses fixed it! Appreciate your help!

Please Log in or Create an account to join the conversation.

More
10 years 6 months ago #56613 by Sunday Ikpe
Replied by Sunday Ikpe on topic No Simple Image Gallery thumbnails
Ive tried all the fixes and all i get is one thumbnail... frustrating. I see the others in the cache folder but not on the page. Dont know what else to do.

Please Log in or Create an account to join the conversation.

More
10 years 6 months ago #56614 by Sunday Ikpe
Replied by Sunday Ikpe on topic No Simple Image Gallery thumbnails
Yeah, I forgot to mention, I see just the first thumbnail on the page and the rest are blank and this is consistent for every instance i set up

Please Log in or Create an account to join the conversation.

More
10 years 6 months ago #56617 by Lefteris
Replied by Lefteris on topic No Simple Image Gallery thumbnails
@Sunday Ikpe
Is there a link to your site?

Please Log in or Create an account to join the conversation.

More
10 years 6 months ago #56619 by Sunday Ikpe
Replied by Sunday Ikpe on topic No Simple Image Gallery thumbnails
osgof.gov.ng/index.php/news-events/gallery thats the link. I noticed when I inspect element the opacity of all other thumbnails except the first are set to 0 and display as hidden. I hope this can be fixed. thanks.

Please Log in or Create an account to join the conversation.

More
10 years 6 months ago #56620 by Lefteris
Replied by Lefteris on topic No Simple Image Gallery thumbnails
Since you are using Simple Image Gallery PRO you need to create a ticket to our helpdesk ( active subscription required ) at www.joomlaworks.net/dashboard/helpdesk so our developers can look at your site. Official support for our commercial extensions is provided only through our helpdesk.

Please Log in or Create an account to join the conversation.

More
10 years 3 months ago #136624 by David Morrissey
Replied by David Morrissey on topic [Solved] No Simple Image Gallery thumbnails
Hi All

Adding this code to my template.css made the thumbnails appear

.lazy.sigProImg {
position: relative;
top: -21px;
}

My developer found that the template being used was hiding the thumbnails, the css above sorted it.

Dave

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago - 10 years 1 month ago #141957 by Markus Leeck
Replied by Markus Leeck on topic Can`t see Thumbnails
Hi all,
It is not possible to see the thumbnails.
The images are shown if I klick on the single (non existing) thumbnail.

I tried with all the hints. But nothing works.

Here is the link to the website.
www.juzefly-leifers.it/index.php?option=com_k2&view=item&id=10:event-1&Itemid=123&lang=de

Thank you very much for your assistance.
Markus
Last edit: 10 years 1 month ago by Markus Leeck.

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #141962 by Lefteris
Replied by Lefteris on topic Can`t see Thumbnails
@Markus Leeck

Hi,

What you are using there is not Simple Image Gallery, it's a different extension. Contact the extension developer for help.

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #141976 by Markus Leeck
Replied by Markus Leeck on topic Can`t see Thumbnails
Hi,

I'm happy that I found your extension by mistake. ; )
I installed it and it works well.
Thank you very much....

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #142010 by Lefteris
Replied by Lefteris on topic Can`t see Thumbnails
You are welcome.

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #142330 by Yaani-Mai Gaddy
Replied by Yaani-Mai Gaddy on topic [Solved] No Simple Image Gallery thumbnails

Please Log in or Create an account to join the conversation.

More
10 years 1 month ago #142379 by Lefteris
Replied by Lefteris on topic [Solved] No Simple Image Gallery thumbnails
@Yaani-Mai Gaddy

Thanks for sharing this.

Please Log in or Create an account to join the conversation.

More
8 years 5 months ago #159052 by Luke Douglas
Replied by Luke Douglas on topic [Solved] No Simple Image Gallery thumbnails
I know it is an older post but I wanted to share my solution which was from the AdminTools link provided by Yaani-Mai Gaddy. If you didn't want to re-generated via AdminTools because of custom changes made to the HTACCESS file, I simply added 'cache|' to the RewriteRule for the ## Allow limited access for certain Joomla! directories
## Allow limited access for certain Joomla! system directories with client-accessible content
RewriteRule ^(cache|components|modules|templates|images|plugins|media|libraries|media/jui/fonts)/.*\.(jpe|jpg|jpeg|jp2|jpe2|png|gif|bmp|css|js|swf|html|mpg|mp3|mpeg|mp4|avi|wav|ogg|ogv|xls|xlsx|doc|docx|ppt|pptx|zip|rar|pdf|xps|txt|7z|svg|odt|ods|odp|flv|mov|ico|htm|ttf|woff|woff2|eot|JPG|JPEG|PNG|GIF|CSS|JS|TTF|WOFF|WOFF2|EOT)$ - [L]

This resolved the issue for me.

FYI, I had already tried the two previous posts on the 'RewriteRule' even after editing the actual cache folder name to match up with my version but neither one worked.

Enjoy!

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
8 years 5 months ago #159060 by Krikor Boghossian
Replied by Krikor Boghossian on topic [Solved] No Simple Image Gallery thumbnails
Thank you for sharing this Luke :)

Please Log in or Create an account to join the conversation.

  • Διογένης Δολιανίτης
  • Διογένης Δολιανίτης's Avatar
  • Offline
  • New Member
More
7 years 11 months ago #162341 by Διογένης Δολιανίτης
Replied by Διογένης Δολιανίτης on topic [Solved] No Simple Image Gallery thumbnails
Guys , here is the most easy solution ever. I currently got the same problem too , and i just renamed the filename of the gallery and everything was fine , cache started looking another filename with right perms :-) easy tricks!

Please Log in or Create an account to join the conversation.

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
  • Offline
  • Platinum Member
More
7 years 11 months ago #162342 by Krikor Boghossian
Replied by Krikor Boghossian on topic [Solved] No Simple Image Gallery thumbnails
You can also clear Joomla!'s cache, this will force the regeneration of the thumbs.

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum