Hey Everyone,
So I am in the process of building more store using the Craft theme, I am having some issues regarding making the slideshow clickable. I don’t want to use buttons I want the whole image to be clickable.
Seems like a really basic feature to me that should be a default option for anything using a slideshow.
So I have found some solutions in the community, the one that I am closest with seems to be using
Then building a block setting of
“blocks”: [
{
“type”: “slide”,
“name”: “t:sections.slideshow.blocks.slide.name”,
“limit”: 5,
“settings”: [
{
“type”: “url”,
“id”: “slideshow_image_link”,
“label”: “Slideshow Image Link”
},
This works, I can create the reference add it into the block settings on the website builder etc that’s all fine.
However the ONLY place I seem to be able to put the <a href and have the entire image clickable is in the “section” not the block. All placements in the block do not seem to give me an entirely clickable image - I can only click to follow the link in certain areas of it.
is there a way around this using the section to reference a block setting so I can have a different image per slide?
Is there a specific section I need to put this < a href so that the entire image is clickable instead of certain parts of it?
If I add it to
<div class="slideshow__media banner__media media
Block then nothing appears clickable. Unless I shrink the page down to a mobile size? This seems to be what I want but something is stopping it functioning unless it is mobile.



