Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    I would guess your theme is applying some styling to the flex slider list items. You’ll need to add some custom CSS to fix it. Meta Slider comes with a style sheet that attempts to reset any styling that the themes have applied, but it won’t work in all cases.

    If you need help with the CSS please set up the slider and provide a URL that I can look at.

    Regards,
    Tom.

    No response, setting to resolved.

    For some reason my homepage image slider stopped working. I don’t know if I deleted something from the css code by accident when working on other pages, but I can’t figure it out. I am using the Blackbird theme. I have pasted the codes(?) below. Please help = /

    }
    /* #Slider Style Flexslider
    ================================================== */
    .flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
    }
    .slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    }

    .slides, .flex-control-nav{
    overflow:hidden;
    }

    /* FlexSlider Necessary Styles */
    .flexslider {
    width: 100%;
    margin: 0;
    padding: 0;
    }
    .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;

    }
    .flexslider .slides img {
    display: block;
    width:950px;
    height:390px;
    }
    .flex-pauseplay span {
    text-transform: capitalize;
    }
    .slides:after {
    content: “.”;
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    }
    html[xmlns] .slides {
    display: block;
    }
    * html .slides {
    height: 1%;
    }
    /* No JavaScript Fallback */
    /* If you are not using another script, such as Modernizr, make sure you
    * include js that eliminates this class on page load */
    .n

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