- Posts: 1
- Thank you received: 0
no thumbnails showing
-
shane@pscomputing.ca
Inactive member - Topic Author
- New Member
Less
More
14 years 4 months ago #1958
by shane@pscomputing.ca
no thumbnails showing was created by shane@pscomputing.ca
Hi.
I just used the HOT Photo Gallery Plugin (License Type: Unlimited domains (= $14.95)) on a second domain.
The first domain worked fine, with the exception of the images being out of order (already wrote for support on this, still waiting), but on the second site, I followed all the same steps and the thumbnails have been generated but no images are showing on the site.
Is there a maximum number of photos that this program can handle?
Can someone please have a look and give me some suggestions?
applewoodconcrete.com/index.php/exposed-concrete
applewoodconcrete.com/index.php/stamp-concrete
applewoodconcrete.com/index.php/standard-concrete
Thanks!
Shane
I just used the HOT Photo Gallery Plugin (License Type: Unlimited domains (= $14.95)) on a second domain.
The first domain worked fine, with the exception of the images being out of order (already wrote for support on this, still waiting), but on the second site, I followed all the same steps and the thumbnails have been generated but no images are showing on the site.
Is there a maximum number of photos that this program can handle?
Can someone please have a look and give me some suggestions?
applewoodconcrete.com/index.php/exposed-concrete
applewoodconcrete.com/index.php/stamp-concrete
applewoodconcrete.com/index.php/standard-concrete
Thanks!
Shane
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6743
- Thank you received: 716
14 years 4 months ago #1961
by milos
Replied by milos on topic Re: no thumbnails showing
Regarding the ordering, please edit file /plugins/content/photogallery.php
Find line 141 that looks like
Add this code AFTER the above line:
Let me know if it fixed the problem on your server.
The links you posted use other plugin for images, not HOT Photo Gallery Plugin.
Find line 141 that looks like
Code:
foreach($image_files as $index=>$file) {
Add this code AFTER the above line:
Code:
sort($image_files);
Let me know if it fixed the problem on your server.
The links you posted use other plugin for images, not HOT Photo Gallery Plugin.
Please Log in to join the conversation.
Time to create page: 0.146 seconds