• Hello,

    Hopefully you’ll be able to help. Im running this theme on my website. And just for the record I LOVE IT !

    When using the Slider. If I select say 15 Slides from the dropdown and select caption title and the read more button. It generates a black rectangle.

    https://www.churchdownonline.co.uk

    Please advise. Thanks ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi,
    thanks for finding that.

    To fix it you need add next code to style.css (i saw you have already customized your site, so don’t explain how add code to style.css;) ):

    .flexslider .slides > li {
      position:relative;
    }

    Thread Starter jackvo18

    (@jackvo18)

    I’ve done that .. but it’s still the same as before ??

    Hmm… Are you sure that doing all right? I watch on your slider with Firebug in Mozilla and can’t find this code.

    Thread Starter jackvo18

    (@jackvo18)

    Hi Andy,

    Yes it is in the ‘Style.css’ I have switched off the post title and excerpt in the slider because of the issue.

    ———————————————– */
    #slider-wrapper .flexslider {
    border-top: 3px solid #00628B;
    margin: 0 0 15px 0;
    }
    /* = Top search

    .flexslider .slides > li {
    position:relative;
    }

    ———————————————– */
    #top-search {

    Hi, please, change your code to

    /* = Top search
    ----------------------------------------------- */
    .flexslider .slides > li {
    position:relative;
    }

    Because you insert it into CSS comment, thats why it not work

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Slider’ is closed to new replies.