Comments Elien started the conversationDecember 2, 2014 at 4:48pmWe use the Revolution Slider on our homepage. I am unable to place a link on the slide (or a part of it). I can fill in a link in the backend, but the slider on the frontend acts like there is no link at all.I have no idea what causes this and I hope someone can help me with this problem.Thanks,Elien 1,193Amit repliedDecember 4, 2014 at 11:08amin this file http://www.metastore.eu/templates/agencychild/css-...you give the shocase z-index -1u need to take it off#rt-showcase { position: relative;z-index: -1;}1 Like[deleted] repliedDecember 4, 2014 at 6:34pmHi Amit,Thank you for your answer. Do you mean that I should delete the entire #rt-showcase { } in the file? Or just the z-index line?Elien 1,193Amit repliedDecember 5, 2014 at 12:25pmi would try deleting everything and see if it works u can comment it out instead of deleting so u have it backed up1 Like Sign in to reply ...
We use the Revolution Slider on our homepage.
I am unable to place a link on the slide (or a part of it). I can fill in a link in the backend, but the slider on the frontend acts like there is no link at all.
I have no idea what causes this and I hope someone can help me with this problem.
Thanks,
Elien
in this file
http://www.metastore.eu/templates/agencychild/css-...
you give the shocase z-index -1
u need to take it off
z-index: -1;
}
Hi Amit,
Thank you for your answer. Do you mean that I should delete the entire #rt-showcase { } in the file? Or just the z-index line?
Elien
i would try deleting everything and see if it works
u can comment it out instead of deleting so u have it backed up