Frontpage slider problem with links on slides

May 2014 WordPress Theme
GK User
Wed Dec 09, 2015 12:44 pm
Hi,

I create slider from your demo package, but now I found problem with text links in frontpage slider. If I set up link to content, I can not click on it. It happend only in first loop of slides. I can only click between paragraphs but it is link from last slide....not from actual slide.

After first loop is everything going right but it is not enough. Could you help me? Site is www.boliro.cz.

Thank you,
Tomas
User avatar
Expert Boarder

GK User
Wed Dec 09, 2015 9:11 pm
Hi,

Could you please provide me with a URL to your website and back-end access via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Thu Dec 10, 2015 1:08 pm
Sent
User avatar
Expert Boarder

GK User
Sun Jan 03, 2016 10:03 pm
Hi,
are there any news or fix of this bug of template? I tried new version 1.7 but is still the same and slider on homepage is unusable with the bugs :-(
User avatar
Expert Boarder

GK User
Mon Jan 04, 2016 10:04 am
Hi,

Try to add the following custom css code:
Code: Select all
.gk-is-wrapper-gk-storefront figure {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 700px;
}

.gk-is-wrapper-gk-storefront figure.active {
    position: relative;
}

and then check your links in the slides content.
(Let me know if it will work properly)
User avatar
Moderator

GK User
Wed Mar 16, 2016 3:26 am
Hello Piotr! I tried your solution and it works, but only after it cycles the first time.

So if you go to: https://www.alejandroalonso.com/ and as soon as it loads, you click on any text of the first three slides, you will see they all go to https://www.alejandroalonso.com/devocionales/ (which is supposed to be only the third).

But after it cycles once, (once it goes back to the first slide), then links are synced properly.

The correct order is:

Slide 1 -> /tienda/
Slide 2 -> /razonemos-radio/
Slide 3 -> /devocionales/

But instead, I'm getting this (only in the first cycle):

Slide 1 -> /devocionales/
Slide 2 -> /devocionales/
Slide 3 -> /devocionales/
...and when it loops, it works OK
Slide 1 -> /tienda/
Slide 2 -> /razonemos-radio/
Slide 3 -> /devocionales/

Any guess? Thanks! :blush:
User avatar
Senior Boarder

Joshua M
Wed Mar 16, 2016 10:40 am
Hi,

Could you send me a private message with your website backend and FTP access? I'll check the issue and try to help.
User avatar
Moderator

GK User
Thu May 12, 2016 4:09 pm
Hello,

I have a similar problem with the links on my slides. Only a small area of the slide has a link. You can check my website at:
http://www.lojatatical.com.br

Thanks in advance,
Bruno
User avatar
Expert Boarder

Joshua M
Fri May 13, 2016 7:41 am
Hi,

Try to add the following custom css code:
Code: Select all
.gk-is-wrapper-gk-storefront figcaption {
width: 42%;
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.