GK PhotoSlide not working in new Firefox

GK User
Thu Jan 24, 2013 5:56 am
Hello,

The GKPHOTOSLIDE no longer works in the newer version of firefox. It works in IE9 which is weird. Any advice, do I need to upgrade the whole site or can I just upgrade GK3 Photoslide?

Thanks in advance
User avatar
Fresh Boarder

teitbite
Thu Jan 24, 2013 2:50 pm
Hi

Please send me an access to ftp and joomla panel, so I'll sent this to programmers to check.
User avatar
Moderator

GK User
Fri Jan 25, 2013 8:19 pm
Hi spencerellis,
Please find below links to a solution used by the Joomla community on 1.5.26 sites using Gavick templates:
http://forum.joomla.org/viewtopic.php?f=428&p=2974033
and
http://www.kunena.org/forum/K-2-0-Gener ... 0?start=10
That should be enough to solve the problem.
Kind regards.
User avatar
Expert Boarder

teitbite
Sat Jan 26, 2013 7:23 am
Hi

Thanks @donkey12. You have helped lots of people with that.
User avatar
Moderator

GK User
Sun Feb 03, 2013 12:59 pm
to fix gk3 photoslide with ff18 add this code in gk_image_show.js in position: template(name template)/js
---------------
String.prototype.contains = function(string, separator){

return (separator) ? (separator + this + separator).indexOf(separator + string + separator) > -1 : String(this).indexOf(string) > -1;

};
----------------------
User avatar
Fresh Boarder

teitbite
Mon Feb 04, 2013 12:33 pm
Hi

Yes that's the solution exactly. Not only for Image Show, I've already found this helpful with other extensions as well.
User avatar
Moderator

GK User
Thu Jun 27, 2013 5:36 pm
I can´t have it working in FF 22 either....it has been working and i tried dome of the fixes below in imageshow.js and upgraded mootools to 1.2.5

Anyone have a new or other soloution?
Thanks
User avatar
Senior Boarder

teitbite
Fri Jun 28, 2013 10:43 pm
Hi

Please check if You have make it correctly. I'm looking right now at the page where this fix was done and module looks ok in FF 22.
User avatar
Moderator

GK User
Sat Jun 29, 2013 5:21 am
Hi,
I am more to, that it has something to do with the host. I am now looking at the site running at my XAMPP, and it looks fine - also in FF22.
I´ll try to set it up at another host i have.
Thanks for your reply.
User avatar
Senior Boarder

teitbite
Sat Jun 29, 2013 10:14 pm
Hi

Sure. Please try and if You will still have problem with this come back to me and we will try to solve it together.
User avatar
Moderator

GK User
Mon Jul 01, 2013 6:32 am
Hi,

Thanks for the answere. The soloution in gk_imagshow.js IS CORRECT. I found the js file corrupt so i replaced the file with new file and made the changes suggested - and now it is ok. So thanks for helping.
User avatar
Senior Boarder

teitbite
Mon Jul 01, 2013 7:22 pm
Hi

Great to hear it :) I haven't thought that FF has make more changes to the javascript engine after the last time when they've been flooded with questions like this :)
User avatar
Moderator


cron