• I’m having a problem getting all of the pagination to show up with the Easing Slider plugin.

    There are 4 images, but only 2 page dots show. Using Firebug, if I change <div class="lof-navigator-outer" style="height: 15px; width: 100px;"> to width:300px it seems fine. But as that’s an inline style I’m not sure what’s going on.

    The website is https://tru-block.com/wp/. The site is about to go live so by the time you read this the URL might be https://tru-block.com. There should be 4 dots in the lower-left of the slider, not just 2.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am also having this exact issue and cannot find a solution anywhere on the web. This is the third site i have tried to use this slider and always end up using another because of this issue. However i really like the simplicity and ease of use with this plugin so a solution to this would be ideal. I don’t understand why any plugin would use in-line styles as it seems counter intuitive to how the modular systems that CMS’s such as WordPress work off of.

    Is there a solution to remove these inline styles or at least have them editable through the plugins settings page?.

    Thread Starter swolock

    (@swolock)

    I emailed the developer. Here’s his response:

    It is due to your themes CSS. Make the following selector more specific, or remove it altogether:

    #content ul {
    margin-left: 50px;
    }

    And this:

    #content p, #content ul {
    margin-left: 20px;
    }

    This worked. You might shoot him an email if you still have trouble.

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