I would like to know if it is possible to add HTML to the caption area of an accordion slide to include two link buttons. I have disabled the link function using:
a.aviaccordion-slide-link {
pointer-events: none;
}
My goal is to have two buttons look like this.
https://drive.google.com/file/d/0B1cricdAAIfza1JLZWowUWdrdGc/view?usp=sharing
But as soon as I code the buttons to link, I get this:
https://drive.google.com/file/d/0B1cricdAAIfzTzNVMDNralViRnM/view?usp=sharing
The title and caption text shift to the right of the buttons.
Is it possible to easily do what I am trying to do?
Hey Sandy!
can we please check your live version, so we can understand and help you out?
Thanks a lot!
Best regards,
Basilis
The client may have changed their mind about wanting this. I’ll let you know.
Does this still work?
https://kriesi.at/support/topic/adding-a-static-layer-div-over-layer-slider-div/
I tried it with the layer slider and the accordion and the element appears behind the slider no matter what z-index I use.
Nevermind, I got it to work. Apparently, if I add enough 9’s to the z-index it will eventually work! Sorry to bother you.