Problems with GK Image Show
November 2012 WordPress Theme
- GK User
- Thu Nov 21, 2013 1:43 pm
Hi,
I'm using a GK Image show widget on my sidebar, but the slideshow is not working properly. I've included 4 slides called biblio1,biblio2,biblio3 and biblio4, all of them of the same width (216px).
It only works with the first slide and when it fades to show the next image the widget becomes blank and stop working. Strangely, if I click on the dots of the pagination it seems to switch the images properly.
Any idea?
This is the config I have in the widget:
I'm using a GK Image show widget on my sidebar, but the slideshow is not working properly. I've included 4 slides called biblio1,biblio2,biblio3 and biblio4, all of them of the same width (216px).
It only works with the first slide and when it fades to show the next image the widget becomes blank and stop working. Strangely, if I click on the dots of the pagination it seems to switch the images properly.
Any idea?
This is the config I have in the widget:
imageshow-config.jpg
-
- Senior Boarder
- GK User
- Fri Nov 22, 2013 8:38 am
Hi,
Could you provide an URL to your website? (here or via PM)
Could you provide an URL to your website? (here or via PM)
-
- Moderator
- GK User
- Fri Nov 22, 2013 5:16 pm
Sorry, it's running on my pc. What can I do??
-
- Senior Boarder
- GK User
- Tue Nov 26, 2013 2:06 pm
I have the same problem. My site is online: http://lievestro.hisslink.nl
-
- Gold Boarder
- GK User
- Tue Nov 26, 2013 6:11 pm
Ok, now I know where the problem is, you have to edit Publisher/js/gk-scripts.js file and change line:
to:
We'll add this fix to the nearest theme update and thank you for your informations about this issue.
- Code: Select all
if (nextSlide === null) {
to:
- Code: Select all
if (nextSlide == null) {
We'll add this fix to the nearest theme update and thank you for your informations about this issue.
-
- Moderator
- GK User
- Wed Nov 27, 2013 9:23 am
Thanks!
-
- Gold Boarder
6 posts
• Page 1 of 1