News Slider is not moving/ doing anything

News Show Pro GK5 - flexible, responsive and easily extendable free Joomla module support forum.
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 Jul 23, 2015 8:31 pm
Hi,

I am working on a website on a local server and want to implement the News slider from News Pro Gk5. I set the autoanimation. I set the default css. I choose multiple articles for catogory. But the slider is not doing anything. It doesn't give an error aswell. Do you have any idea why the slider is not moving? Am i missing something still?

Hope you can help me out with this.

Thank you.

Grz

Kevin
User avatar
Senior Boarder

teitbite
Fri Jul 24, 2015 3:16 pm
Hi

I'm sorry, but I'm not able to tell what can be wrong. Please move the site to a live server so I'll be able to investigate the problem.
User avatar
Moderator

GK User
Tue Jul 28, 2015 5:15 pm
Hi Teitbite,

Could you please take a look? www.lwbsmile.nl; "home" page beneath the grid, the grey area has a slider but it is not working.

thnx

Kevin
User avatar
Senior Boarder

GK User
Tue Jul 28, 2015 5:24 pm
the link without the ; so www.lwbsmile.nl
User avatar
Senior Boarder

teitbite
Thu Jul 30, 2015 9:27 am
Hi

I think GridTitleOverlay module style doesn't have an animation. Predefined styles are only as You can see them in demo, was made to work this way and this way only. If You want full functionality from this module that You have to use Normal Mode of the module, so all options will be available.
User avatar
Moderator

GK User
Thu Jul 30, 2015 10:18 am
Are we talking about the same thing? It is the slider under "laatste nieuws". This is not related to the grid. It is a independend module set to "" news slider". Module mode is on News slider. Or do you mean something else?
User avatar
Senior Boarder

teitbite
Fri Jul 31, 2015 9:51 am
Hi

I guess we were talking about different things. Sorry, I could not understand. Unfortunately I'm not able to check it again. Site is offline. Please make it online or send me an access to it.
User avatar
Moderator

GK User
Fri Jul 31, 2015 12:29 pm
Ok thanks, it is online again...
User avatar
Senior Boarder

teitbite
Sat Aug 01, 2015 6:59 pm
Hi

Unfortunately there is no errors or anything which can tell what the problem can be. Please send me an access to joomla panel, so I'll check configuration.
User avatar
Moderator

GK User
Wed Aug 05, 2015 11:18 am
Hi Teitbite,

I have send you the access a couple of days ago.. Not sure if you got them?

Hope you can find the problem, because I have no idea why it is not working. I tested it on a different template and then it did not work as well.

Grz
User avatar
Senior Boarder

teitbite
Wed Aug 05, 2015 11:57 am
Hi

Yes, I've just found it. No idea where this issue came from, probably a conflict with some other script, but here is a code to overwrite it and force to work. Add this at the end of /layout/blocks/head.php

Code: Select all
<script type="text/javascript">(function($) {$(document).ready(function() {
$('.gkNspPM-NewsSlider').each(function(){
$(this).addClass('gk-run-animation');
});
});})(jQuery)</script>
User avatar
Moderator

GK User
Wed Aug 05, 2015 1:06 pm
That did the trick Teitbite!! Thank you very much.
User avatar
Senior Boarder

teitbite
Sun Aug 09, 2015 12:51 pm
Hi

No problem, glad I could help :)
User avatar
Moderator


cron