Slideshow text

May 2014 WordPress Theme
GK User
Wed Jan 28, 2015 12:24 am
Hi again,

I have a problem with the text displaying in the slideshow. The only thing I did was change the featured image of the second slide/page and the "Must-have styles, can’t miss prices" text got messed up a bit. Here's the link: http://web.erikk-biro.hr/
User avatar
Senior Boarder

GK User
Wed Jan 28, 2015 9:23 am
Hi,

the text should be between paragraphs:
Code: Select all
<p>Must-have styles, can’t miss prices</p>

Please always use text editor when you are editing the slides conent.
User avatar
Moderator

GK User
Mon Feb 16, 2015 1:40 pm
Tnx, that was the problem: Wordpress removed "p" tags on save. I have one more question though... How to remove links from slide images? There are no anchor tags in the slide, but the area around figcaption is clickable.
User avatar
Senior Boarder

GK User
Tue Feb 17, 2015 8:46 am
As a temporary solution you can remove this fragment:
Code: Select all
if (links[i] != '') {
                                 wrapper.find('.gk-is-slide').click(function(e) {
                                     window.location = links[$G['actual_slide']];
                                 });
                                 wrapper.find('.gk-is-slide').css('cursor', 'pointer');
                             }

from StoreFront/js/gk.scripts.js file

I'll fix this issue in the next themes update.
User avatar
Moderator


cron