Viewing 15 replies - 1 through 15 (of 17 total)
  • me too, i have 6 slides but only 5 are running. saw a post on 10 slides to do with adjusting the z-index but i am having this problem with only 6 slides. any help?

    same here 🙁

    I have the same problem, you can see it on New Folk Sounds Magazine

    In the description is says: “You can feature as many Posts and Pages as you want.” Yeah, but they don’t show… 😉

    i put a comment on the developers site, hopefully we’ll get a reply.

    I wrote some questions too on that site, but they never appeared…?

    has anyone tried using an older version? i will have a go later tonight. real shame though, just got it styled right.

    sorry for late response. only just got round to it.

    i’ve reverted to version 2.2 of the slider (renamed the plugin folder of my 2.4 version, downloaded the 2.2 zip from here, did upload on “add new” on the plugins page, installed and activated).

    Then all I needed to do was adjust the css in content-slider.php to match the styling i set for version 2.4 and voilà.

    6 fslides running smooth.

    However! Now the featured pages are running in a different order which is no good. I will follow up if I find the code to fix the order.

    all done! 😀

    to get the slides to load in order of date (ascending=asc) just replace this:
    AND (wposts.post_type = ‘post’ OR wposts.post_type = ‘page’);

    with this:
    AND wposts.post_date < NOW() ORDER BY wposts.post_date aSC LIMIT 0,6";

    the 0,6 limits my slider to 6 slides. i guess you could set as high a limit as you like.

    Thread Starter Anrkist

    (@anrkist)

    Thanks for your work on this Olly. I’ll give your solution a go when I get to work Monday.

    kina60, I like that site http://www.newfolksounds.nl is that a custom theme?

    Bloke:
    Thanks! Yes and no 😉
    I used the “News Slide” theme and did some hard work to get here 😉

    The slider from the News Slide theme didn’t work on my HOMEPAGE so I use this WP featured content slider now, that’s even better. (I like the fading!)

    Olly – OWMC: Thanks for the perfect solution. The limitation is very usefull!
    Now it works like a charm 😉

    Plugin Author IWEBIX

    (@iwebix)

    Fixed in newest version (2.5) – There is an option to choose if posts/pages should be limited to a specific number.

    Thanks for the bug report!

    Cheers!

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘[Plugin: WP Featured Content Slider] Stuck at 5 Slides (Pages)’ is closed to new replies.