IMAGE SLIDER - LINKS

Permalink 1 user found helpful
Hi there,
Is ther any known general 5.7 issue with the Image Slider Block?
I can not make any "internal" or "external" link....
I am using MORTAR theme.

Thanks a lot
Dan

 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi sintrase,

What version of concrete5 are you using?

Are you using the Image Slider link drop down or the link tool in the rich text editor?

This sounds like this bug:
https://github.com/concrete5/concrete5/issues/2485...
simonchilton replied on at Permalink Reply
simonchilton
I'm having the same issue:
Insert an image slider block
Assign links to each image (either internal or external) from within image slider dialog
Links do not work - images are not clickable

This is a real problem and has been going on for ages now!!
(I'm on the latest version of C5 5.7 with the Elemental theme)

TEMPORARY SOLUTION, ADD A CSS DECLARATION:
.mega-link-overlay {
   left:0;
}
andrew replied on at Permalink Reply
andrew
This appears to be an issue with Firefox. Adding the CSS to the core view.css for the image slider has fixed the issue.