Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Micah Wood

    (@woodent)

    Thanks for letting me know about this Tim! I had overlooked removing the post limit for the get_posts() WordPress function. Just go download version 3.0.1 and you can have as many posts as you like show up!

    I’m having the same issue. If I use the Default Slider Navigation, it will only show number 1-5 even though it will cycle through all my images by either using the arrows or automatically. It is just the numbered list of images that is limited to.

    Also, can I change the background image to the Navigation and Title or have something like dots represent the number of images and which one is displaying? Is there somewhere to mess around with the code?

    Plugin Author Micah Wood

    (@woodent)

    @heddle – There shouldn’t be any discrepancy in the image count due to which nav you are using. The way the plugin works, all the image are pulled into the panels and the nav is built after the fact. The 3.0.1 update was showing the right number of posts for the default nav when I released it… this is what I way primarily testing. If there is a discrepancy, it should be obvious because the number of panels in the code will exceed the count on the slider. If this is the case, I would like to take a look at it.

    You can mess around with the code all you like while keeping your changes upgrade-proof. If you read the documentation, you can use the hooks and filters to change how the slider works. The navigation numbers are generated with jQuery, so that might be hard for you to change if you don’t work with jQuery.

    The background image for the navigation and title can easily be changed by dropping a few lines into your theme’s css file:

    div.promo_slider_title{background:none;}
    div.promo_slider_nav{background:none;}

    This will clear out the background images (version 3.1.0 allows you to check a box on the options page in the admin to do this), but you will probably want to add your own styling after that.

    If you have a specific style in mind, send me a mock up and I will see if there are some simple things I can do to make the plugin more flexible.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Promotion Slider] 5 of 7 slides appear’ is closed to new replies.