- Posts: 2
COMMUNITY FORUM
Gallery Images do not display
- Douglas Patac
- Topic Author
- Offline
- New Member
Less
More
14 years 9 months ago #79248
by Douglas Patac
Gallery Images do not display was created by Douglas Patac
Hi All, So I am playing with K2 and have most things working - but the image gallery - it works, but the images do not show up in the gallery diplay(it appears this is a placeholder gif image), they do when you click on them and the light box opens - Any thoughts - I have been looking for a while...here is the site...
motorsportsfoxkawasaki.com/index.php?option=com_k2&view=itemli...
Thanks - Doug
motorsportsfoxkawasaki.com/index.php?option=com_k2&view=itemli...
Thanks - Doug
Please Log in or Create an account to join the conversation.
- d.k.shukla
- Offline
- Senior Member
Less
More
- Posts: 78
14 years 9 months ago #79249
by d.k.shukla
Replied by d.k.shukla on topic Gallery Images do not display
Hi
There is path issue in plug in, you will require to change in file showthumb.php , you will find file in /plugins/content/plugin_jw_sig/
Please modify line no 15 by replacing following code
$_image_ = '../../../media/k2/galleries/'.$_GET;
You will also require to change plugins/content/jwsig.php at line no.50 by following code
$rootfolder = '/media/k2/galleries/';
It may help you to sort your problem.
There is path issue in plug in, you will require to change in file showthumb.php , you will find file in /plugins/content/plugin_jw_sig/
Please modify line no 15 by replacing following code
$_image_ = '../../../media/k2/galleries/'.$_GET;
You will also require to change plugins/content/jwsig.php at line no.50 by following code
$rootfolder = '/media/k2/galleries/';
It may help you to sort your problem.
Please Log in or Create an account to join the conversation.
- Douglas Patac
- Topic Author
- Offline
- New Member
Less
More
- Posts: 2
14 years 9 months ago #79250
by Douglas Patac
Replied by Douglas Patac on topic Gallery Images do not display
Hi d.k.shukla,
Thank you for your reply - When I go to the plugin file at /plugins/content/plugin_jw_sig/ - there is not a file called showthumb.php...
The same with plugins/content/jwsig.php ... the file does not exist at that location...
Is there anyplace else the file might exist?
Thank you for your help.
Doug
d.k.shukla said:Hi There is path issue in plug in, you will require to change in file showthumb.php , you will find file in /plugins/content/plugin_jw_sig/
Please modify line no 15 by replacing following code
$_image_ = '../../../media/k2/galleries/'.$_GET;
You will also require to change plugins/content/jwsig.php at line no.50 by following code
$rootfolder = '/media/k2/galleries/';
It may help you to sort your problem.
Thank you for your reply - When I go to the plugin file at /plugins/content/plugin_jw_sig/ - there is not a file called showthumb.php...
The same with plugins/content/jwsig.php ... the file does not exist at that location...
Is there anyplace else the file might exist?
Thank you for your help.
Doug
d.k.shukla said:Hi There is path issue in plug in, you will require to change in file showthumb.php , you will find file in /plugins/content/plugin_jw_sig/
Please modify line no 15 by replacing following code
$_image_ = '../../../media/k2/galleries/'.$_GET;
You will also require to change plugins/content/jwsig.php at line no.50 by following code
$rootfolder = '/media/k2/galleries/';
It may help you to sort your problem.
Please Log in or Create an account to join the conversation.
- d.k.shukla
- Offline
- Senior Member
Less
More
- Posts: 78
14 years 9 months ago #79251
by d.k.shukla
Replied by d.k.shukla on topic Gallery Images do not display
Hi
I am talking about plugin simple image gallery free version. I think you are using Simple image gallery pro version. hence you will not find out referred file.
Please try free image gallery, it will work.
Douglas Patac said:Hi d.k.shukla,
Thank you for your reply - When I go to the plugin file at /plugins/content/plugin_jw_sig/ - there is not a file called showthumb.php...
The same with plugins/content/jwsig.php ... the file does not exist at that location...
Is there anyplace else the file might exist?
Thank you for your help.
Doug
d.k.shukla said:Hi There is path issue in plug in, you will require to change in file showthumb.php , you will find file in /plugins/content/plugin_jw_sig/ Please modify line no 15 by replacing following code
$_image_ = '../../../media/k2/galleries/'.$_GET;
You will also require to change plugins/content/jwsig.php at line no.50 by following code
$rootfolder = '/media/k2/galleries/';
It may help you to sort your problem.
I am talking about plugin simple image gallery free version. I think you are using Simple image gallery pro version. hence you will not find out referred file.
Please try free image gallery, it will work.
Douglas Patac said:Hi d.k.shukla,
Thank you for your reply - When I go to the plugin file at /plugins/content/plugin_jw_sig/ - there is not a file called showthumb.php...
The same with plugins/content/jwsig.php ... the file does not exist at that location...
Is there anyplace else the file might exist?
Thank you for your help.
Doug
d.k.shukla said:Hi There is path issue in plug in, you will require to change in file showthumb.php , you will find file in /plugins/content/plugin_jw_sig/ Please modify line no 15 by replacing following code
$_image_ = '../../../media/k2/galleries/'.$_GET;
You will also require to change plugins/content/jwsig.php at line no.50 by following code
$rootfolder = '/media/k2/galleries/';
It may help you to sort your problem.
Please Log in or Create an account to join the conversation.