Post Image of Slider not clickable

Posted in: Newspaper
Post count: 4

Hi,

I’m using the slider module on one of my websites, and I noticed that the images of the slider are not clickable, here is the website: https://ruhrblick.info/

How do I make the preview images clickable, so they link to the post?

Thanks a lot,
Pascal

Post count: 35449

Hi,

Unfortunately there is no option for this, the only think that you can do is to set a patting on link to make it bigger:
.td_block_slide .td-slide-meta a{
padding-top: 25%;
}

The code need to be set in theme panel> custom code> custom css.

Hope this will help!t only the post title is clickable,

Post count: 4

Thank you!

I have actually found another solution, the problem is the gradient overlay, which makes the image not clickable anymore. I reduced the height of the overlay by 50% and then at least the image is clickable on the higher part:

This is the code that worked for me:

.td_block_slide .td-image-gradient:before {
height: 50%;
}

Post count: 35449

Hi, I’m glad that you manage the situation and thank you for share your results!
If you have other questions let us know!
Have a nice day!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.