- Posts: 1
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- Simple Image Gallery
- [Solved] No Simple Image Gallery thumbnails
[Solved] No Simple Image Gallery thumbnails
- dwams
- Offline
- New Member
Less
More
11 years 2 months ago #41322
by dwams
Replied by dwams on topic Re: [Solved] No Simple Image Gallery thumbnails
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]
RewriteRule ^cache/jw_sig/([^/]+/)*([^/.]+\.)+(jpg|png|gif)$ - [L]
Please Log in or Create an account to join the conversation.
- okEric
- Offline
- New Member
Less
More
- Posts: 2
10 years 9 months ago #41323
by okEric
Replied by okEric on topic Re: [Solved] No Simple Image Gallery thumbnails
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?
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
- Visitor
10 years 9 months ago #41324
by Yiota
Replied by Yiota on topic Re: [Solved] No Simple Image Gallery thumbnails
@okEric,
Remove the parenthesis from the filenames of your images. They are considered invalid for the thumbnail's names.
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.
- okEric
- Offline
- New Member
Less
More
- Posts: 2
10 years 9 months ago #41325
by okEric
Replied by okEric on topic Re: [Solved] No Simple Image Gallery thumbnails
Hi Yiota, thanks for the quick reply. Removing the parentheses fixed it! Appreciate your help!@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.
- Sunday Ikpe
- Offline
- New Member
Less
More
- Posts: 3
10 years 1 month 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.
- Sunday Ikpe
- Offline
- New Member
Less
More
- Posts: 3
10 years 1 month 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.
- Lefteris
- Offline
- Moderator
Less
More
- Posts: 8743
10 years 1 month ago #56617
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic No Simple Image Gallery thumbnails
@Sunday Ikpe
Is there a link to your site?
Is there a link to your site?
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Sunday Ikpe
- Offline
- New Member
Less
More
- Posts: 3
10 years 1 month 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.
- Lefteris
- Offline
- Moderator
Less
More
- Posts: 8743
10 years 1 month ago #56620
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
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.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- David Morrissey
- Offline
- New Member
Less
More
- Posts: 1
9 years 10 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
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.
- Forum
- Free Joomla Extensions & Templates
- Simple Image Gallery
- [Solved] No Simple Image Gallery thumbnails