Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Muneeb

    (@muneeb)

    Please share your site url where I can check the slider live on your site.

    Thread Starter warpdesign

    (@warpdesign)

    Plugin Author Muneeb

    (@muneeb)

    Check your theme’s header.php file and look for the wp_head function if it’s not present add it otherwise slider plugin would not work.

    http://codex.wordpress.org/Function_Reference/wp_head

    Thread Starter warpdesign

    (@warpdesign)

    Hi Thank you. That line was in there but for some reason that function was commented out. It kind of works now but looks like there is a CSS issue that breaks the design.

    Thread Starter warpdesign

    (@warpdesign)

    I removed the CSS that seemed to be conflicting with the slider but something is still off. The images overlap with the edge of the slider. So the image goes off the side of the current slide and into the next slide over. Also the dots for the slide control seem like they should be on the white background? I think something is conflicting maybe.

    Plugin Author Muneeb

    (@muneeb)

    Use the css code below paste it at the end of your theme’s style.css file. I hope it’ll fix the the styling issues with your theme.

    .flex-control-nav li{
    margin-left: 5px !important;
    margin-bottom: 0 !important;
    }
    .flex-viewport li {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    }
    
    .flex-direction-nav li {
    list-style-type: none !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    }
    Thread Starter warpdesign

    (@warpdesign)

    Hi Again,
    Yes it did fix it! Thank you so much!

    Plugin Author Muneeb

    (@muneeb)

    You are welcome. If you get time and like the plugin please leave a review on the page below it’ll help me in getting more downloads.

    http://wordpress.org/support/view/plugin-reviews/simple-slider-ssp

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Plugin not working’ is closed to new replies.