WP Content Slideshow – Javascript Slideshow Plugin

Pluginbeschreibung:

Das WP Content Slidshow Plugin ist ein neues, noch besseres Slideshow Plugin für Wordpress. Mit dieser Slideshow können Sie bis zu 5 Posts in einer übersichtlichen Art und Weise mit Bild für jeden Post einbinden. Die Slideshow hat ein sehr strukturiertes und schönes Design. Es zeigt auf der rechten Seite in einer Liste alle Titel und eine kleine Beschreibung. Auf der linken Seite wird für jeden Post das passende Bild eingeblendet.

Screenshot:

Installation:

Lade das Plugin hoch in den wp-content/plugins Ordner und aktiviere das Plugin in deinem WP-Admin Bereich. Um die WP Content Slideshow einzubauen müsst Ihr einfach folgenden Code, an der Stelle wo die Slideshow auftauchen soll, einbauen.

<?php include (ABSPATH . '/wp-content/plugins/wp-content-slideshow/content-slideshow.php');?>

Unter Einstellungen/WP Content Slideshow können Sie in Ihrem Adminbereich, die ID der Kategorie und die Menge der anzuzeigenden Posts einstellen. Weiter unten können Sie dann noch einige Layout Styles definieren z.B. die Hintergrundfarbe, die Highlight Farbe, Breite und Höhe und vieles mehr.

Um Bilder zu Ihren Posts hinzuzufügen müssen Sie ein Benutzerdefiniertes Feld,  mit dem Schlüssel “Featured” und bei Wert den Link zum Bild erstellen. (Direkter Link also z.B.  http://www.iwebix.de/wp-content/uploads/2009/09/featured-content-slider.jpg) Perfekte Bildgröße ist 540×250 Pixel.

Demoversion:

hier geht’s zur Demoversion

Download:

  wp-content-slideshow.zip (147.6 KiB, 320 downloads)

Viel Spaß mit dem Plugin!

41 Kommentare »

  1. wander says:

    I have installed the plugin and get the following error:

    The First post is the revolving slideshow, just like it should be. But then… there is an infinite amount of posts that get listed underneath it, with the same styling, but only the very first post in the list gets displayed… eventually hundreds are listed until I hit “stop” on the load page.

    the current page with this error:
    http://www.admarequintet.com/performances-for-your-event/

    I am using latest K2 theme with 2.8.5.
    It doesn’t matter if I use wordpress default theme.

  2. admin says:

    You should have a look at the Administration Area and check that you have entered a number within the “number of posts” and that you have selected a valid category by “id”

  3. philip says:

    hallo, wie kann ich dire breite des plugins ändern? wenn ich sie im adminmenü heruntersetze, dann verschwindet die navigationsleiste rechts.

  4. admin says:

    Schau dir mal die Styles in der content-slideshow.php an dort solltest du alle individuellen Anpassungen vornehmen können.

  5. jwqlb says:

    lieber admin,

    danke für das tolle plugin.

    leider funktioniert es bei mir nicht.
    egal, ob ich den code

    in die header.php oder single.php meines themes einfüge, es erscheint stets mehrfach eine fehlermeldung:
    Warning: Division by zero in C:\xampplite\htdocs\wordpress\wp-content\themes\datafuse – landscape\single.php on line 64m

    was kann ich tun, um das plugin zum laufen zu bringen?

  6. admin says:

    hm.. Danke erstmal für deine Report.. Hast du vorher die Einstellungen vorgenommen im Adminbereich? Eventuell liegt es daran? Wenn nicht schick mir mal deine URL, dann kann ich mal in den Quelltext schauen.. Division by zero kommt halt nur wenn irgendwas durch 0 geteilt wird^^

  7. wander says:

    I figured out my problem. I had the code inside the loop, which of course doesn’t make any sense. This is looking like a nice plugin!

  8. kann man den code auch in ein textwidget einbauen?

  9. admin says:

    ehrlich gesagt habe ich das noch nicht ausprobiert, ich glaube aber nicht das das funktioniert, aus dem Grund, dass man dort kein PHP einfügen darf/kann.

  10. Angie says:

    Hi
    I am trying to figure out thi plugin, I have written my own theme and think maybe I am missing a call to javascrpt in the header file, I cant seem to get it to work. Are there any calls I need to make java work? I’m a newbie

  11. admin says:

    Hey Angie,

    well calls are made directly from the plugin itself, so normally you won’t have to make any calls. Just install it as a plugin and copy the php code into your template file (for example under your navigation in your home.php/index.php)

    Cheers

  12. Anthony says:

    Hi, this seems like a very nice plugin. I installed it into my Artisteer template in WordPress – in the index file after the header… however, the slideshow does not work correctly for me and I am getting errors on the page. I’m missing something in the instructions I guess. Can you please offer any assistance?

  13. Matt says:

    Hey Admin — I’m getting the same issue as Angie. I have installed the plugin and all the logic seems to be working just fine –however, the css file nor the javascript file are being called into the header (like the example page you show has).

  14. Matt says:

    Okay — got it. in the featured-content-slider.php file there is a call to “add_action(‘wp_head’, ’slider_js’);” but since i am developing my own theme — i turned off the “” call in the header.php file of the theme. The fix is to hard code the call in your custom header file or remove what you don’t want from the wordpress header.

  15. jwqlb says:

    zitat:
    “hm.. Danke erstmal für deine Report.. Hast du vorher die Einstellungen vorgenommen im Adminbereich? Eventuell liegt es daran? Wenn nicht schick mir mal deine URL, dann kann ich mal in den Quelltext schauen.. Division by zero kommt halt nur wenn irgendwas durch 0 geteilt wird^^”

    lieber admin,

    leider kann ich dir keinen link angeben, da ich
    meine wordpressinstallation mittels “XAMPP” offline auf meinem pc nutze.
    die einstellungen im adminbereich habe ich vorgenommen.
    würde es dir nützen, wenn ich dir den code meiner header.php poste.
    dort möchte ich die slideshow nämlich implementieren.
    ich würde deine tolle arbeit bei mir gern zum laufen bringen.
    was kann ich diesbezüglich noch probieren?

    mit quedlinburgigen grüßen
    jwqlb

  16. [...] WP Content Slideshow – Javascript Slideshow Plugin | IWEBIX Plugin de Wordpress para armar un slideshow con contenido destacado (tags: wordpress plugin javascript slideshow content) [...]

  17. [...] WP Content Slideshow – Javascript Slideshow Plugin | IWEBIX Plugin de Wordpress para armar un slideshow con contenido destacado (tags: wordpress plugin javascript slideshow content) [...]

  18. [...] Read more here:  WP Content Slideshow – Javascript Slideshow Plugin | IWEBIX [...]

  19. Zitat zum Einbau in Textwidgets: “ehrlich gesagt habe ich das noch nicht ausprobiert, ich glaube aber nicht das das funktioniert, aus dem Grund, dass man dort kein PHP einfügen darf/kann.”

    Das ist natürlich so nicht ganz richtig. Man benötigt ein Plugin wie exec php, um Code in widgets ausführen zu lassen, aber dann sollte es überhaupt kein Problem sein.

  20. [...] Dave’s Pick: WPContent Slideshow [...]

  21. kiwus says:

    Hi,
    Is there a way for the plugin to display Pages instead of Posts? It would be a lifesaver.

  22. Boofle says:

    Könntet ihr mal auf meiner angegeben Website schauen, warum bei mir immer nur eine Fehlermeldung erscheint?

  23. Ben says:

    Hallo ;-)
    Mal `ne ganz blöde Frage:”Wie lasse ich das PlugIn auf der Seite erscheinen???”
    Hab`s fertig installiert, aber finde nirgends was zur Anzeige.

    Danke für die Hilfe

    Gruß
    Ben

  24. Ri-kun says:

    at last! I installed it succesfully. But I have one problem. How can I ajust the “limit” for the title in the slideshow_nav I know how to adjust the characters for the description but dont know how about the title. Help Mr. Admin..

    Thanks again for this.

  25. admin says:

    Well, the title is not that easy but you may try this:

    < ?php
    $tit = the_title('','',FALSE);
    echo substr($tit, 0, 55);
    if (strlen($tit) > 55) echo ” …”;
    ?>

  26. Excellent plugin. Perfect for using with artisteer themes.

    Thanks

    Mike

  27. [...] something to set your Artisteer Themes apart from others? Well I found this excellent plugin here http://www.iwebix.de/wp-content-slideshow-javascript-slideshow-plugin/ It’s really simple to add to your theme, as you can see we use it here at [...]

  28. Bibee says:

    Hi, this is a great plugin but like kiwus I wonder how i can make it slides pages instead of posts please ?

  29. massai says:

    Hi, this is great Slide and thank you, but I’ve got one problem; it changes settings of my page and my static content isn’t shown as front page anymore.

    Is there any known solution?

  30. bertrand says:

    Hallo, ich mochte eine schmalleren widthhabe (werde es in die php code versuchen), aber in meinem Theme habe iche keinen CategorieID sondern einen Name und slug, also wer bekomme ich den ID?

  31. admin says:

    Hallo die ID der Kategory kriegst du wenn du im Adminbereich auf “Artikel” – “Kategorien” gehst und dann die Kategorie auswählst, oben in der URL findest du jetzt die Category ID

  32. houstongal says:

    Okay I just started setting up this new blog. I have uploaded and activated this plug-in but am not sure as to where exactly I should Place the ” ” to get the plug-in to display.

    Where exactly do I place this code?

    Thank You!

  33. spiky_eagle says:

    very nice plugin and very effective .. i installed it to my blog wordpress but a problem i cant solve it… the problem is that the texts beside the images is over each others…. u can see it here http://www.rockmarvel.com

    please admin help me to solve this problem

  34. Tom says:

    Plugin is ok but I’m facing following issue. When I put the code of plugin into header file I have content of pages overlay by post from plugin category list. Could anybody help me ?

  35. Bibee says:

    Is there a way to display posts from more than 1 category please ?
    I use WPML and I have a category for each language. Without the possibility of displaying more than 1 category my translated posts can’t be displayed in the slideshow.

  36. admin says:

    Yes this shouldn’t be a problem with some small php knowledges you should make the adjustements in content-slideshow.php

  37. ri-kun says:

    I have a big problem. I wanted to add this picture on top:

    and this picture on the bottom:

    so that insted of having straight edges I will come up with curve edges in all 4 corners of the slider

  38. mike says:

    Does it work with WordPress 2.9.1 ?

  39. Gui Brazil says:

    Hello guys. This plugin is awesome.

    Unfortunately, im getting a problem that I can’t fix. The character limit of the description of the post on the slideshow is working properly, BUT, if I click in one of the posts to open it, this limit doesnt work anymore.

    Can anyone help me, please?

RSS-Feed für Kommentare zu diesem Artikel. TrackBack-URL

Einen Kommentar hinterlassen