Shape 5

Joomla Club Extensions => Photo Expression - Club => : nibblers July 27, 2012, 11:19:53 AM



: Thumbnail but only Black box for large image
: nibblers July 27, 2012, 11:19:53 AM
Hi

Joomla 2.5 - fresh download and install of J! and S5 Photo Expression

Followed instructions to the letter - changed xml code as suggested for SEF sites, both images in folder correctly named. Have tried just 1 image set and 2 different folders (including the default one).

Loaded module into article, get thumb but no large image (just a black box)

Any ideas or can you take look if I PM admin details?

Simon


: Re: Thumbnail but only Black box for large image
: mikek July 28, 2012, 01:09:00 PM
Please post a url.


: Re: Thumbnail but only Black box for large image
: nibblers July 31, 2012, 04:23:50 AM
Sure http://airtimepaint.co.uk/aircraft/picture-gallery/gallery-1.html
l


: Re: Thumbnail but only Black box for large image
: mikek July 31, 2012, 07:22:07 AM
Hello,

If you can private message me super admin access and ftp access I can take a look.


: Re: Thumbnail but only Black box for large image
: Igor Austin September 06, 2012, 05:33:10 AM
Hi, I am seeing the same problem (large image does not display).
Was there a fix?
Thanks!

Update - below mod fixed it...

modules/mod_s5_photo_expression/mod_s5_photo_expression.php

At line 277 you will find the following, you can also do a search for this text in an editor:

$largeurl_image[$s5_vm_qc_i_large + 1] = $s5_vm_qc_file_large;

Replace it with the following:

$largeurl_image[$s5_vm_qc_i_large + 1] = "/".$s5_vm_qc_file_large;


: Re: Thumbnail but only Black box for large image
: khadley November 09, 2012, 11:46:53 AM
Hi, i downloaded the module today (november 9th 2012) and the issue still remains. I tried this fix, but it didn't work.... any thoughts http://www.kristinteriors.com/photofolia/index.php/slideshow is the page i'm testing it on. I have 4 thumbnails and 4 images, named as instructed in the module


: Re: Thumbnail but only Black box for large image
: mikek November 09, 2012, 12:46:27 PM
Hello,

Try replacing it with the following instead:

$largeurl_image[$s5_vm_qc_i_large + 1] = "/photofolia/".$s5_vm_qc_file_large;

Somehow your sub folder isn't being called through in the url.


: Re: Thumbnail but only Black box for large image
: khadley November 09, 2012, 01:08:40 PM
thanks that worked. What do i need to do when i'm putting the live site into the root? go back to the original php file?


: Re: Thumbnail but only Black box for large image
: mikek November 09, 2012, 03:10:53 PM
Hello,

You would just remove the "photofolia" part of that line.