• Resolved Jeremy

    (@jrh001)


    We have discovered a CSS issue with the UR Image Slider plugin. In Internet Explorer, lengthier captions do not wrap. They extend beyond the shaded background and disappear beyond the edge of the image. I’ve checked in Chrome, Firefox, Edge, and IE, and this seems to be limited to IE.

    Please advise how to fix this. What CSS can I add to resolve this problem for IE?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello jrh001,
    for this..follow the below steps-
    1) Open the file “uris-layout.php” in the plugin folder.
    2) On line no. 171 & 185 set the “white-space” value to “normal”.
    3) Save the file.
    For reference you can see here
    Thanks.

    Thread Starter Jeremy

    (@jrh001)

    Your link doesn’t work, unfortunately. It gives a “502 Bad Gateway” error. The lines you refer to do not match what is in my uris-layout.php file (which I have not modified). However, I did a search and located two “white-space” attributes. Rather than altering the plugin files, I added the following to my child theme’s style.css:

    .title-in-bg {
    white-space: normal !important;
    }
    .desc-in-bg {
    white-space: normal !important;
    }

    That did the trick. Thank you!

    Hello jrh001,
    the line no. we shared is of the updated plugin files…please update the plugin version if it is not.
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Captions cut off in Internet Explorer’ is closed to new replies.