Slide Show Dash - showing up in top left corner
Permalink 6 users found helpful
I may be only one who runs in to this, but maybe not. Whenever I start adding images to a slideshow and link them, a dash "-" shows up in the top left corner of the slideshow. It hovers over the images as they rotate.
I have already found the fix to this, but I wanted to inform others who may find the same problem.
In the "concrete/blocks/slideshow" directory download the view.php.
On line 61 there is a non breaking space ( ) within the div. Remove that non breaking space and the dash will disappear.
Side note, the dash only shows up in Google Chrome and IE. FireFox doesn't seem to have this issue.
I have already found the fix to this, but I wanted to inform others who may find the same problem.
In the "concrete/blocks/slideshow" directory download the view.php.
On line 61 there is a non breaking space ( ) within the div. Remove that non breaking space and the dash will disappear.
Side note, the dash only shows up in Google Chrome and IE. FireFox doesn't seem to have this issue.
Thanks for this, couldn't for the life of me work out what was causing the little dash on the slideshow. Strange its not been fixed in the core.
Thanks for this.
Also, if the concrete5 devs could fix in the next release I would appreciate it!!!
Also, if the concrete5 devs could fix in the next release I would appreciate it!!!
Thank you very much! This was very helpful!
Extremely helpful! That little dash was driving me nuts! Thanks.
Thank you very much:)
this css also fixes it
.slideImgWrap a{
text-decoration: none;
}
you would think by now they would have fixed this in the main release of C5
.slideImgWrap a{
text-decoration: none;
}
you would think by now they would have fixed this in the main release of C5