Image show GK4 don't work with k2

Easily add amazing slideshow to your Joomla website with free Image Show module and manage them using slide manager
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Mar 15, 2012 10:46 pm
Hallo,
i have a little problem with this module. If i set Image show to work with joomla articles, it works good but if i set it to work with K2 articles, it doesn't show article text but only title and read more link.
You can check the issue here.
1th and 2nd slide work with k2 articles, 3th and 4th work with joomla articles.
Could you help me please?
User avatar
Senior Boarder

GK User
Fri Mar 16, 2012 2:57 pm
Hi,

Are you using the latest version of the module? Please assure that first then it doesn't help please send me a PM to provide with backend and FTP access info for further check.

Thanks,
User avatar
Platinum Boarder

GK User
Sat Mar 17, 2012 10:13 pm
Hi Don Lee, yes, i'm using the latest version of the module (1.25 version).
I send you by PM ftp and super user account.
Thank you for your support
User avatar
Senior Boarder

GK User
Sun Mar 18, 2012 3:02 pm
Hi,

I don't somehow see your message, can you please check to send it again?

Thanks,
User avatar
Platinum Boarder

GK User
Sun Mar 18, 2012 7:04 pm
sent now!
User avatar
Senior Boarder

GK User
Mon Mar 19, 2012 10:40 am
Hi,

Did you select my name "Don Lee" in Moderator box before sending the message? I still don't see your message :(
User avatar
Platinum Boarder

GK User
Mon Mar 19, 2012 3:30 pm
Sorry,
i made a mistake. I didn't click on "Add" to send a message
User avatar
Senior Boarder

GK User
Mon Mar 19, 2012 3:48 pm
Thank you but the credentials don't work for FTP, can you please check and correct?
User avatar
Platinum Boarder

GK User
Mon Mar 19, 2012 4:16 pm
I'm very absent... you need of server too: ftp.servage.net
User avatar
Senior Boarder

GK User
Tue Mar 20, 2012 11:43 am
It doesn't work either, can you please make sure of the info then send it again?

Thanks,
User avatar
Platinum Boarder

GK User
Tue Mar 20, 2012 11:31 pm
It's strange... i tried now and it works good, anyway i sent you again the information by PM.
User avatar
Senior Boarder

GK User
Thu Mar 22, 2012 11:04 am
I tried again many times but it still doesn't work for me, it always says that the login info isn't correct. I can't help you further til I could access your hosting/server.

Cheers,
User avatar
Platinum Boarder

GK User
Thu Mar 22, 2012 3:46 pm
Hi Don Lee,
i tried now and it's ok.
Pay attention to the first charapter of the password: it's "1" (one) instead "I" (i). May be your mistake is this because i tried to log in with that details account and I got it.
otherwise you can register in fron end site and I change your account in super user account.
What do you think about it?
User avatar
Senior Boarder

GK User
Fri Mar 23, 2012 10:24 am
Hi,

I didn't say that backend access info didn't work but FTP access info, I use FileZilla to connect but it always fails. Please, I need to access to your server to check code!

Cheers,
User avatar
Platinum Boarder

GK User
Fri Mar 23, 2012 10:39 am
I'm very sorry Don Lee but ftp server is giving some problem in this days... try to use ftp1.xxxxxxxxx.net
I've just tried and it works.
Sorry
User avatar
Senior Boarder

GK User
Fri Mar 23, 2012 3:14 pm
Thanks, it works now. I have checked and fixed for you already, I also think that this issue has been fixed already in latest version of the module.

Solution was:

- Open file: \modules\mod_image_show_gk4\styles\gk_cherrydesign\model.php

- Find:
Code: Select all
'link' => urldecode(JRoute::_(K2HelperRoute::getItemRoute($item->id.':'.urlencode($item->alias), $item->cid.':'.urlencode($item->cat_alias))))

- Change to:
Code: Select all
'link' => urldecode(JRoute::_(K2HelperRoute::getItemRoute($item->id.':'.urlencode($item->alias), $item->cid.':'.urlencode($item->cat_alias)))),
               'content' => $item->introtext
User avatar
Platinum Boarder

GK User
Fri Mar 23, 2012 4:11 pm
wonderful... at the end we made it........ you made it!
Thank you so mach..... grazie 1000!
User avatar
Senior Boarder

GK User
Sat Mar 24, 2012 11:50 am
You are most welcome :D feel free to let me know if you need any other helps.
User avatar
Platinum Boarder

GK User
Thu Apr 05, 2012 10:06 pm
Hi Don Lee,
I have the same issue in gk_corporate2 template with the same module. I tried to apply the changes you suggest here but nothing changes.
Could you help me please?
Thank you
User avatar
Senior Boarder

GK User
Fri Apr 06, 2012 10:48 am
Hi,

Did you check if you edited in a proper file? The file I used was \modules\mod_image_show_gk4\styles\gk_cherrydesign\model.php

If you use another style, you need to change style name in the path. If you can't do that, just PM me access info of the site and I will try for you.

Cheers,
User avatar
Platinum Boarder

GK User
Fri Apr 06, 2012 11:32 am
Yes I did.
In thi template (gk_corporate2) I've modified /modules/mod_image_show_gk4/styles/gk_corporate2/model.php.
There was the same issue and I've replaced the code but it doesn't work good yet.
You can check here: http://nuova.culturaprevidenziale.com/
User avatar
Senior Boarder

GK User
Fri Apr 06, 2012 11:40 am
Hi Don Lee,
I've solved the issue. I've seen better model.php file and I've understud that in modified /modules/mod_image_show_gk4/styles/gk_corporate2/model.php
the code to add is:
Code: Select all
'introtext' => $item->introtext

instead of
Code: Select all
'content' => $item->introtext

Thank you
User avatar
Senior Boarder

GK User
Fri Apr 06, 2012 12:26 pm
Well done, I'm so glad to know that :D

Cheers,
User avatar
Platinum Boarder

GK User
Wed Jan 02, 2013 8:21 pm
Hi,
I don't know if I can re-open this post or open new post for thye same issue.
I've just downloaded last version of gk_cherrydesign quickstart and I have the same issue (http://new.iosonodio.com/).
I tried to update model.php file but nothing changes.
Also I've installed the last version of mod_gk_imageshow but it is the same.
Can you help me please?
Thank you
User avatar
Senior Boarder

GK User
Sun Feb 17, 2013 9:00 pm
Creative
K2
Using joomla 3

I have tried to change the code and the chmod, as shown above, but that didn't work for me.
Thankx in advance for any help.
User avatar
Fresh Boarder

GK User
Sun Feb 17, 2013 9:32 pm
Hi StudioTijssen,
have you modified /styles/gk_creartive/model.php file?
User avatar
Senior Boarder

GK User
Sun Feb 17, 2013 9:50 pm
That style is not in the list.
User avatar
Fresh Boarder

GK User
Sun Feb 17, 2013 9:57 pm
you have to check which style you are using and update relative file i suppose:
/styles/your_style/model.php
User avatar
Senior Boarder

GK User
Sun Feb 17, 2013 11:02 pm
I tried that but nothing changed
User avatar
Fresh Boarder


cron