Gk4 ImageShow not showing Images on Header

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Dec 15, 2013 9:28 pm
Reply with quote
Report this post
As the title says: Gk4 ImageShow not showing Images on Header.

All settings are the same as the demo and as stated in https://www.gavick.com/documentation/wp ... 5-tabs.png . Theoretically it should work.

Yet the GK ImageShow module is loading some incorrect url (just the base domain), which causes no image to be displayed in the frontend.

To see the issue please visit efma.kramerkaran.com

You can log in with user "demo" and pssw "demo".

Thank you,

Nicolas
User avatar
Fresh Boarder

teitbite
Sun Dec 15, 2013 11:05 pm
Reply with quote
Report this post
Hi

Please edit file /modules/mod_image_show_gk4/styles/gk_msocial/view.php and locate the code:

Code: Select all
$path = $uri->root();
$path .= $slide->image;


please replace it with:

Code: Select all
$path = $this->config['image_show_data'][$i]->image;
User avatar
Moderator

teitbite
Mon Dec 16, 2013 11:34 am
Reply with quote
Report this post
Hi

Fix was done in module package, please redownload it and reinstall.
User avatar
Moderator

GK User
Mon Dec 16, 2013 4:14 pm
Reply with quote
Report this post
Thank you,

Reinstalling with new fixed module indeed solves the problem.

Thank you very much, great and fast response, appreciate it.
User avatar
Fresh Boarder

teitbite
Tue Dec 17, 2013 8:19 pm
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron