Okay
  Public Ticket #302912
text layer link works in backend but not in frontend
Closed

Comments

  • Kathleen started the conversation

    See Slide 4 of site. Have set Enabled Links settings to yes with correct link. Set correct html link for layer in slide 4. Link works in backend but not in frontend. Have changed module settings for loading javascript in body. 

    What else can I do to get these links to work?

    thanks.

  •  1,172
    Amit replied

    hi Kathleen the link is working the only problem is that your template is putting a fullsize div above the slider making the link uncliclickable. 

    do you know what this div is or how to disable it ?

    please look here:

    http://screencast.com/t/AY4XyFyyZQA


  • Kathleen replied

    I was able to add a custom css rule

    .bottom-slide { display: none; }

    and that solved the linking problem.

    Thanks!