Okay
  Public Ticket #328477
Links don't work
Closed

Comments

  • Elien started the conversation

    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 

  •  1,173
    Amit replied

    in this file 

    http://www.metastore.eu/templates/agencychild/css-...

    you give the shocase z-index -1

    u need to take it off

    #rt-showcase {
    position: relative;

    z-index: -1;

    }


  • [deleted] replied

    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

  •  1,173
    Amit replied

    i would try deleting everything and see if it works 

    u can comment it out instead of deleting so u have it backed up