I tried to make my slideshow images clickable with the option to change the links at any time
The code I used is:
-
Open your theme,
-
Open slideshow.liquid
-
search for <div class="slideshow__text-wrapper banner__content banner__content–{{ block.settings.box_align }}
-
Place the following code above it:
After that, search for image_picker and paste this piece of code just after it:
{
“type”: “url”,
“id”: “image_link”,
“label”: “Image Link”
},
But now the issue is whenever the slideshow is behind any menu, mobile or desktop the slideshow link will stop the menu links from working. see my inspect element screenshot. the menu still shows but its as if the slideshow link is infront of the whole menu. its the same for mobile menu
