• Resolved saltyseadog

    (@saltyseadog)


    I have created a slideshow with over 20 images in. All of the images are the same physical size (600×450). The title and description bar doesn’t pop up to its full height, thus obscuring the text. I have tried different settings but none of them fix this issue. Also when selecting the static title and description bar, the bar sits slightly lower than the image causing a grey bar to appear due to the transparency of the bar. I don’t want to make the bar solid.
    Thanks in advance

    http://wordpress.org/plugins/slideshow-jquery-image-gallery/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Stefan Boonstra

    (@stefanboonstra)

    Could you please provide me with a link to the page this problem occurs on?

    Thread Starter saltyseadog

    (@saltyseadog)

    here is the link Stefan:

    http://motoringmadam.com/salon-prive-highlights/

    thanks

    Plugin Author Stefan Boonstra

    (@stefanboonstra)

    In your theme’s ‘style.css’ file, on line 152, the following style rule can be found:

    .entry-content * { margin-bottom: 15px; line-height: 165%; }

    As it’s a very inspecific style rule, it affects a lot of elements on the page, including the slideshow. The margin-bottom rule pushes the description box down, which makes it look like the description doesn’t pop up completely. To fix the issue, you could remove the margin-bottom value to make the style rule look like this:

    .entry-content * { line-height: 165%; }

    Thread Starter saltyseadog

    (@saltyseadog)

    Thanks Stefan, that seems to have cured it. I also reduced the line-height to 110% to stop the titles overlapping the image.

    many thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Title and description not appearing correctly on hover.’ is closed to new replies.