I'm trying to use the layouts slider as a hero slider in my multi site.
The slider works as expected, but there is no field to add a link to the slider item (image).
I know there is description field that takes html.
I've tried adding a link in there, but the link can't be clicked as the slider pagination is taking precedence over the space.
Is there a way to make the slider items clickable (link to something)??
That is coming from bootstrap.
It does not intend as it seems to show those over the actual "item active" of the "carousel-inner" div.
It has for some reasons z-index 10.
However it won't help to increase that value.
They are always behind the image and the z-index of the navigation elements also is higher (15) which disturbs it here too.
Only if you increase the carousel-caption z-inmdex and decrease the img z-index you'll have that link clickable.
Another possible approach is to use a manually created gallery, that you can edit to add wrapping links around the images
You can for example add that to a Content Template and call it in a Layout.
Since you hardcode the Images, it should not be a issue to have them hardcoded in the Content Template
Please let me know if you would need help with that HTML.
I think we should as well try to adjust that in Layouts, as in a "normal" caption (since usually not over, but under the post) those HTML elements work because clickable.
I will report that and we will see what we can do about.
(Irrelated to the fact that it seems something that comes with Bootstrap natively in those scenarios.)
Thanks for your response. You've given me a couple of things to think about.
To answer your question, "Please let me know if you would need help with that HTML.", .....yes please, can you make that available to me.
Many thanks.
hidden link
You usually will use Bootstrap grid and some basic HTML
This is the native Bootstrap Example:
hidden link
That could be adapted to what you need, since you can alter the HTML of it.