Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #16577
    Thelma
    Member

    I’ve generated several sliders using a plugin called Wowslider which shows a slider with bullets at the bottom of all slides. And, when a bullet is moused-over, a thumbnail of that slide appears.

    The sliders work fine, but the bullet thumbnails do not. All thumbnails show the first slide only.

    The plugin vendor states:

    Probably there is a conflict with some .css file. You can try to find in your .css file the lines like:

    td img {
    display: block;
    }

    or

    img {
    display: block;
    }

    And remove them.

    As a check, I changed the theme to a WP default theme and all thumbnails show correctly. Any idea of what the conflict could be?

    Website is not live, but hosted on a local server. Can send screenshots if needed.

    Thank you.

    #16603
    Sakin
    Keymaster

    @fcharvet: Sorry not sure about what you are talking about. Plugins are supposed to add support to theme not the back way.

    Yes, I can only check in your site and see it. So, can you add your site in your test site or live site.

    #16981
    Thelma
    Member

    Sakin-

    We moved a copy of the site to a public domain and is temporarily available at http://mitchell-engineering.com/mitchell-engineering/?page_id=1529.

    The linked page displays various slide shows. If you hover your mouse over any bullet shown at the bottom of any slide show, the thumbnail that appears is always of the 1st image — and not the image of its respective slide.

    As I previously indicated, I changed theme and all worked correctly. Slide show vendor states a .css conflict. Their reviewing the issue as well.

    Perhaps you may have some insight as to the conflict.

    Thank you.

    #17011
    Sakin
    Keymaster

    @fcharvet: Ok can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .entry-content .ws_bullets img  {
        display: inline;
    }
    #17052
    Thelma
    Member

    That worked!

    Thank you.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Plugin Slider's Bullet Thumbnails / CSS Conflict’ is closed to new replies.