image show not loading

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
Fri Jan 24, 2014 1:40 pm
Reply with quote
Report this post
hi guys
the image show in the header is stuck on a grey background and has the clock just spinning... (preload)

i have setup as per the config and have turned off all compression etc...

is there a fix for this?

cheers
User avatar
Platinum Boarder

GK User
Sat Jan 25, 2014 7:19 pm
Reply with quote
Report this post
Hello,

Could you provide an URL to your website with this problem?
User avatar
Administrator

GK User
Mon Jan 27, 2014 7:16 pm
Reply with quote
Report this post
dziudek wrote:Hello,

Could you provide an URL to your website with this problem?


Hi, I have the same problem

here is the link http://www.gamerazores.com/

Best Regards
User avatar
Fresh Boarder

GK User
Tue Jan 28, 2014 8:21 am
Reply with quote
Report this post
Please try to temporary disable gk ajax search plugin and the analytics plugin and then check your website.
User avatar
Administrator

GK User
Tue Jan 28, 2014 2:45 pm
Reply with quote
Report this post
dziudek wrote:Please try to temporary disable gk ajax search plugin and the analytics plugin and then check your website.


Ok, I uninstall gk ajax, and turn off analytics clicky and google, still dont load the image.
Thank you

Best Regards
User avatar
Fresh Boarder

GK User
Wed Jan 29, 2014 10:07 am
Reply with quote
Report this post
Do you have any other 3rd party extensions which can cause the conflict?

Please also try to enable JS compression in the template settings under "Advanced" tab.
User avatar
Administrator

GK User
Sun Feb 02, 2014 2:07 pm
Reply with quote
Report this post
dziudek wrote:Do you have any other 3rd party extensions which can cause the conflict?

Please also try to enable JS compression in the template settings under "Advanced" tab.


hello. i also have this issue (images not loading). i have joomla 2.5.17 and the newest gk image show module 4.
all the suggestions you ve made have no effect.

please fix this asap.

thx & cya
User avatar
Fresh Boarder

GK User
Sun Feb 02, 2014 2:56 pm
Reply with quote
Report this post
Could you provide an URL to your website?
User avatar
Administrator

GK User
Mon Feb 03, 2014 12:28 pm
Reply with quote
Report this post
sorry, only have the website running locally at the moment on my pc. :-(
User avatar
Fresh Boarder

GK User
Mon Feb 03, 2014 8:10 pm
Reply with quote
Report this post
In this case it will be hard to help you - please attach the screenshot of the errors in the JavaScript console in your browser.
User avatar
Administrator

GK User
Tue Feb 04, 2014 6:25 am
Reply with quote
Report this post
Hello
I have the same problem. I'd tried what you suggested to the other guys but nothing it's been successful.

There's my site
http://kecprosport.com/purito/act/

Thanks!
User avatar
Senior Boarder

GK User
Tue Feb 04, 2014 10:25 am
Reply with quote
Report this post
dziudek wrote:In this case it will be hard to help you - please attach the screenshot of the errors in the JavaScript console in your browser.


jeah, i know.
however - it seems that many other users also have this issue. they have given their urls. i think if you fix their image show problems, that might be my solution too. please keep me informed and tell a howto in this thread as soon as you have found a solution for the others.

greetings,
joe
User avatar
Fresh Boarder

GK User
Tue Feb 04, 2014 8:36 pm
Reply with quote
Report this post
Dziudek, the problem is in this line:
Code: Select all
try {$Gavick;}catch(e){$Gavick = {};};$Gavick["gkIs-gk-is-172"] = { "anim_speed": 500, "anim_interval": 5000, "autoanim": , "slide_links": 0 };

autoanim element misses ""
User avatar
Moderator

GK User
Tue Feb 04, 2014 10:20 pm
Reply with quote
Report this post
Where I have to change this code?
Thanks
User avatar
Senior Boarder

GK User
Wed Feb 05, 2014 1:46 am
Reply with quote
Report this post
@Cyberek - you're right, the fix is visible here: https://github.com/GavickPro/Image-Show ... ec03da2485
User avatar
Administrator

GK User
Wed Feb 05, 2014 2:10 am
Reply with quote
Report this post
Nice one! that works.
User avatar
Senior Boarder

GK User
Wed Feb 05, 2014 3:24 am
Reply with quote
Report this post
So what do i have to change and where?

Thanks
User avatar
Expert Boarder

GK User
Wed Feb 05, 2014 3:53 am
Reply with quote
Report this post
I pasted here: mod_image_show_gk4/styles/gk_game/controller.php
in line 115
Code: Select all
$document->addScriptDeclaration('try {$Gavick;}catch(e){$Gavick = {};};$Gavick["gkIs-'.$this->config['module_id'].'"] = { "anim_speed": '.$this->config['config']->gk_game->gk_game_animation_speed.', "anim_interval": '.$this->config['config']->gk_game->gk_game_animation_interval.', "slide_links": '.$this->config['config']->gk_game->gk_game_slide_links.' };');

insted of
Code: Select all
$document->addScriptDeclaration('try {$Gavick;}catch(e){$Gavick = {};};$Gavick["gkIs-'.$this->config['module_id'].'"] = { "anim_speed": '.$this->config['config']->gk_game->gk_game_animation_speed.', "anim_interval": '.$this->config['config']->gk_game->gk_game_animation_interval.', "autoanim": '.$this->config['config']->gk_game->gk_game_autoanimation.', "slide_links": '.$this->config['config']->gk_game->gk_game_slide_links.' };');

... and now works
Thanks dziudek!
User avatar
Senior Boarder


cron