SLIDESHOW code for articles not working

September 2015 Joomla Template
GK User
Sat May 07, 2016 10:49 am
Hi,

I'm having problems with the slideshow code for articles. Is like the {SLIDESHOW}{/SLIDESHOW} shortcode is not replaced. You can inspect it at the bottom of the following page.
http://www.astrocava.com/objetos/sistem ... neta-marte

Thanks in advance,

Sergio
User avatar
Senior Boarder

teitbite
Mon May 09, 2016 9:26 am
Hi

I'm afraid I do not know this feature. Is it some kind of 3rd party extension ? Please I need more details.
User avatar
Moderator

GK User
Mon May 09, 2016 1:11 pm
User avatar
Senior Boarder

teitbite
Tue May 10, 2016 11:04 am
Hi

Ok. Please send me an access to joomla panel than.
User avatar
Moderator

GK User
Thu May 12, 2016 2:41 pm
I sent the credentials past tuesday via PM.
User avatar
Senior Boarder

teitbite
Fri May 13, 2016 11:21 am
Hi

I've send Your access to programmers for check. Will let You know when they will answer.
User avatar
Moderator

teitbite
Mon May 16, 2016 11:49 am
Hi

Ok. Problem was trivial. There was some extra char between { and S which was providing plugin from working. It's fine now.
User avatar
Moderator

GK User
Mon May 16, 2016 4:08 pm
The first image shows without problem, but when clicking the next arrow nothing appears. The following code is from the console:
Code: Select all
gk.scripts.js:554 Uncaught TypeError: slides[current].addClass is not a function(anonymous function) @ gk.scripts.js:554m.event.dispatch @ jquery.min.js:4r.handle @ jquery.min.js:4
User avatar
Senior Boarder

teitbite
Tue May 17, 2016 10:06 am
Hi

Try installing Easy jQuery plugin and set it to use jQuery 1.11 Local installation. Let me know if it helped.
User avatar
Moderator

GK User
Wed May 18, 2016 6:23 pm
I've installed the plugin an selected jquery 1.11.0 (it requests sub-version), but I haven't find the option of local installation (there is something similar in the migrate section but don't know if you refer to that). With that setting the problem didn't disappear. Feel free to enter in the backend. The plugin is installed but now disabled.
User avatar
Senior Boarder

teitbite
Fri May 20, 2016 4:46 pm
Hi

Ok. Switching jQuery versions does not work. I've send it to programmers again. Will let You know when I'll gen an answer.
User avatar
Moderator

teitbite
Mon May 23, 2016 9:31 am
Hi

Please edit: gk_technews/js/gk.scripts.js and replace lines 545, 554 which will look exactly the same:

Code: Select all
slides[current].addClass('gk-active');


replace them with:

Code: Select all
slides.eq(current).addClass('gk-active');
User avatar
Moderator

GK User
Tue May 24, 2016 4:44 pm
Thanks, problem solved. Now it works smoothly.
User avatar
Senior Boarder

teitbite
Fri May 27, 2016 2:38 pm
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron