I was not satisfied with my Slide Show Plugin, so looking on the internet I found the “Nivo Slider” that is exactly what I wanted, but it no have a plugin for WordPress.I sent an email to the Gilbert and asked if I could create a plugin for WordPress using the script done for him. He readily said yes.
My idea is to use the post thumbnails, instead of searching within the content of the post for some image. It was exactly what I did. Just choose the category and posts in this category have a miniature set that already appear on the slider.
How to use: Insert into your template file.
The Nivo Slider is made entirely in jQuery (following the pattern of my other plugins), follows the features:
- 9 unique transition effects
- Simple clean & valid markup
- Loads of settings to tweak
- Built in directional and control navigation
- Javascript only weighs 7kb
- Create link to the post
- Creates caption for the image title
- Keyboard Navigation
Browser Support
- Internet Explorer v7+
- Firefox v3+
- Google Chrome v4
- Safari v4
- Opera v10.5
Effects:
- sliceDown
- sliceDownLeft
- sliceUp
- sliceUpLeft
- sliceUpDown
- sliceUpDownLeft
- fold
- fade
- random
To fix bug in IE6: http://wordpress.org/support/topic/plugin-wp-nivo-slider-making-wp-nivo-slider-compatible-with-ie6?replies=2
Download wp-nivo-slider.


Alex H
mai 8, 2010 -
Where are we supposed to upload the images to the Nivo Plugin can display them ?
Thanks.
admin
mai 8, 2010 -
This plugin creates a Slideshow/Slider with post thumbnails in your posts configured for a particular category of your wordpress. It is entirely written in jQuery (following the pattern of my other plugins).
It can be integrated anywhere on your Blog/Website. The WP Nivo Slider shows your chosen Blog Posts from a specific Category.
USE
To use the WP Nivo Slider, you must first enter the settings Plug-in Option -> WP Nivo Slider and choose which category you want that displays the posts. Next you need to insert a post in that category you chose previously. In the post that you entered you need to choose a post thumbnails. WP Nivo Slider changes its size to be the size image that you inserted, or the size of the slider will depend on the Largest image.
You can either use the automatic plugin installer or your FTP program to upload it to your wp-content/plugins directory the top-level folder. Don’t just upload all the php files and put them in /wp-content/plugins/.
Activate the plugin through the ‘Plugins’ menu in WordPress
Visit your WP Nivo Slider Options (Options – WP Nivo Slider)
Insert into your template file.
Add a post thumb to a desired post.
That’s it!!
Olivier
set 13, 2011 -
I have a question why does the plugin’s options appear on the administration bar when a person is logged as a normal user? Is there a way to prevent it from appearing?
Thank you
mpmchugh
mai 18, 2010 -
It would be great if there was a way to alternatively use this this to display images within a post or page as a slideshow by dropping a shortcode into a post or page that lists the gallery images to show (all by default, list ones to include or listed ones to exclude, etc.)
-mpm
mpmchugh
mai 18, 2010 -
After installing, the plugin seems to be generating errors when editing categories:
Warning: Cannot modify header information – headers already sent by (output started at /home/compute/public_html/wordpress/wp-content/plugins/wp-nivo-slider/wp-nivo-slider.php:30) in /home/compute/public_html/wordpress/wp-includes/pluggable.php on line 868
Is this a known problem?
-mpm
V.C
mai 18, 2010 -
Hello, your plugin looks great in the video.
I’d like to know whether the slide show will fade automatically or not?
admin
mai 18, 2010 -
Yes, automatic.
[]‘s
Rafael Cirolini
Alexei.hidalgo
mai 19, 2010 -
i got a trouble installing your plugin on wp 3.0
i follow the instructions on the video and once i click on activate the pugin the next error is display
Plugin could not be activated because it generated 1 characters of unexpected output.
Can you tell me how to fix it…
admin
mai 20, 2010 -
I’m working in a new version.
But this problem seems to be only one version of php.
admin
mai 20, 2010 -
version 1.2
Fix the all problens in one version of php
http://wordpress.org/extend/plugins/wp-nivo-slider/
[]`s
Rafael Cirolini
Zach Fine
mai 21, 2010 -
I just installed this plugin on my wordpress 2.9.2 blog (php 5.2.10, apache 2.2.11) and have experienced a strange problem.
In the settings for the plugin. I created a category to use for my Nivo Sliders, then went to adjust the plugins settings. My new category didn’t appear in the settings menu, I would guess that only categories which contain posts appear in the menu and empty categories are ignored. I temporarily set the plugin to use a category that contained only a few very old posts.
When I then reloaded the front page of my blog, the contents of that page were now made only from ancient posts from that category. Has anyone else experienced this problem? Found a solution?
Zach Fine
mai 21, 2010 -
What I mean is that whatever category I have set in the Nivo Sliders plugin settings, that is the only category that my blog main page will show.
paul
mai 28, 2010 -
Zach
I have the same problem.
All my pages show ‘Category Archives’ instead of the contents of that page
paul
mai 28, 2010 -
I added the nivo slider manually without a plugin and it works fine.
Jordan Andree
jun 1, 2010 -
Found a bug in the main plugin code:
The query_posts function is caused all pages on my blog to parse the same posts.
I tested this, and it is because the query_posts function needs to have wp_reset_query() added after the while loop is finished with output.
I also modified the plugin to have admin settings for Speed and Pause time. I can send source coded if needed
great plugin!
admin
jun 5, 2010 -
Hello Jordan,
It’s great to see that my plugin is helping other developers. And better still receive the return of programmers help for it. I would rather receive the code modified by you, and put your name in the credits of the new version!
– Rafael Cirolini
Genny
jun 2, 2010 -
Hi,
I’m wondering if it is at all possible to have more than one slider on a website at a time. Also, if it is possible to embed them into Pages or Posts?
admin
jun 5, 2010 -
This feature will be in the next version of the plugin!
– Rafael Cirolini
admin
jun 5, 2010 -
Yes, the categories appear only after she has a post related to them.
It is a problem get_categories () of wordpress. I’m checking a
best way to do this.
I am working on a new version that should be correcting this
problem.
Tina
jun 8, 2010 -
Excellent job with the plugin for WP.
I’m looking forward to the release with more options for speed, time etc.
Just a note: the css needs to be amended because the images are flashing before load. (I noticed the same thing happens on your site.)
Do you think you could integrate the thumbnails options as well?
admin
jun 9, 2010 -
Yes, since I’m checking all this for next version.
–
Rafael Cirolini
Aaron
jun 10, 2010 -
Great plugin. we were able to modify it a bit and it’s working great. I have two questions:
1) on the demo, it shows that the caption uses the text area of the post. However, in my version, the caption uses the title of the post, which is not HTML supported. How do I change it so that the caption pulls the text instead> it looks like the code is compiled, and I can’t make this fix on my own.
2) How do I change the order of the posts, so they show up in the order I want them to, and not just in the oder I added them? Is this an option at this point?
I look forward to hearing from you, and I’d be happy to show you the adjustments made so far.
Niels Christian
jan 20, 2012 -
Hi Aaron,
If you want the images to follow the date of when the post with the slider images was created, you could add:
&order=ASC
….to this query here:
query_posts( ‘cat=’.$category.’&posts_per_page=$n_slices’ )
…which you find in wp-nivo-slider.php on line 213.
The final query_posts line should look like this
query_posts( ‘cat=’.$category.’&posts_per_page=$n_slices&order=ASC’ )
This way the images will show with the oldest post first. (Use DESC instead of ASC if you want it ordered with the newest first.)
Now you would just have to change the date of the posts to order the images.
See more here: http://codex.wordpress.org/Function_Reference/query_posts
Aaron
jun 10, 2010 -
One more question…If I want to link to something besides the post page, say to a different page in the blog, is this an option at this point?
Thanks again,
Aaron
Mario
jun 12, 2010 -
thank you for the plugin….!!
but i have a little problema, when i put the slide this over my menu, i think is for the z-inde… you know something about this problem??
thank you for reply me.!!
Erik
jun 17, 2010 -
Hi,
Running into a problem with installation. Everything shows up and works, but it’s tiny. It should be about 500×300 or so, but the slier shows up as 50×50 regardless of what size the thumbnail is set at. Shouldn’t it automatically resize it? Or do I have to add a css file? All I did was install it through the plugins directory install feature.
colin
jun 18, 2010 -
I love the idea of this plugin. However, I’m having a minor problem. For some reason the images are stacking on top of each other when I feature more than one post. I’m using WordPress 3.0 and the latest version of the plugin. Any suggestions?
Cindy
jun 24, 2010 -
I have my plugin working great for me in my blog which I have wordpress 3.0 on, but I have a few wishes for a possible update:
- be able to install it also as a text widget
- not needing to choose a category where the images would rotate
I had a problem having an image to show up because I uploaded it in a post which had 2 categories on so I had to pick a category that had the most posts. I wish we can choose images which are independent of categories
Knut Sorknes
jun 24, 2010 -
Hi,
Is there a way to remove the title area? So that only the image is shown?
Regards
Knut
NotaNiche
jun 25, 2010 -
Any clue when you are planing to release a new version, as some users mentioned previously, including the slide in a page or post would be a real good feature.
Carlos Gonçalves
jun 27, 2010 -
OI Rafael, no Chrome, pelo menos na home do seu site, não está aparecendo.
Abs,
Carlos
Mark
jul 6, 2010 -
Great plugin, thanks.
Using on a static home page and had a problem with the posts featured in the slider appearing underneath the slider on the home page. Fixed now by using creating a custom template and removing The Loop from it.
Look forward to seeing transition speed control added. Any idea when that might be?
Thanks
Guest
jul 6, 2010 -
A demo por favour?
Albert
jul 7, 2010 -
It is working but I have three posts with three images but I have 5 dots showing. In this mode two of the time slots are repeating
When I had only two thumbnail images It showed 3 dots. I have all plugins disabled except for yours and EXEC-Php which allows me to insert your one line of code into any page I desire. Any ideas?
TechGopal
jul 12, 2010 -
i like plug in bt images comes big on my site pll tell me how to edit size of slider …….
ali
jul 12, 2010 -
Hi there
Thanks for the great plugin. Just a few questions though:
-Is it possible to remove the text that is overlayed the image?
-In firefox I have a shadow around the image but in IE the shadow is not displayed, how do I remove this completely?
-Is it possible to remove the next/previous arrows and the little dots that appear underneath?
Once again, thanks for a great plugin!
Ali
Nat
jul 18, 2010 -
is it possible to usey our plugin in a page instead of a post?
Joel
jul 19, 2010 -
This is exactly what I’ve been looking for! Except I have been unable to get it to display properly on my website. I am not sure if it’s because I am on WordPress 3.0 instead of 2.9.2.
I have a sandbox environment at http://www.zynergystudios.com/sandbox and you can see in the top left corner of the content area a small black line and when you hover over it, you can see the arrows for the nivo slideshow appear but no images from my posts.
I have used the correct php code and plugged it into my home page template and I have added 4 posts with featured images. You can see my posts on the news page.
Has anyone experienced this same issue? Or know what might be causing the issue with my images or slider to not show up properly? Thanks for any help!
Joel
jul 19, 2010 -
i installed another slide show plug in and this one just started working. i guess you can ignore my last comment. thanks.
Jim
jul 19, 2010 -
I’m having a problem with my images being automatically resized. I properly upload my images via the post thumbnail uploader at a size of 604×324. The images however appear in the slideshow at 604×100 – they are shortened.
Any ideas for a solution?
Also, I can’t seem to eliminate captions on each image.
ray
jul 21, 2010 -
Can this plugin be made to select from multiple categories?
Allen
jul 25, 2010 -
Hi, I can not set the width and height, can I set it? Where?
The width and height are depends on the image’s.
Allen
jul 25, 2010 -
also, I can not set the image title and description……… sad
Athaena
jul 27, 2010 -
This plugin is awesome!
.
But I can’t use effect “sliceDownLeft”, “sliceUpLeft” and “sliceUpDownLeft” with theme “Twenty Ten 1.1″. Images change without effects
I Don’t know what is the problem!
Mark Nolan
jul 27, 2010 -
Hi, I was wondering how i can stop the slider from displaying the image alt or name tag ontop of the image? I’m assuming the javascript displays a div with the text ontop – is there a way of hiding that text and the grey bar?
thanks,
mark
ali
jul 27, 2010 -
Thanks for a great plugin. I notice when my page loads all the images in the slider appear for a few seconds in a long line on the page. Is there anyway to prevent this?
I am using wordpress 3.0.
Thanks
admin
jul 28, 2010 -
People,
I’m working hard on a new version due out next month that will solve all these problems.
–
Rafael Cirolini
kat Farrell
jul 29, 2010 -
Im having the same problem, is there a fix / twick / hack to fix this? Or should i just install by hand?
roger
jul 31, 2010 -
Hey Dev
how i can remove the caption ?
Mike
ago 1, 2010 -
This plugin is not working at all for me its not reading the javascript. I’m using WordPress 3.0, it is very disappointing that it it is not working as it looked very promising and need it to work like ASAP…
Here is the site…
http://david-mitchell.ca/election/
Can anyone help me solve this problem I believe its in this code on the wp-nivo-slider.php it doesnt seem to read this…
wp_enqueue_script(‘nivo_slider’, WP_PLUGIN_URL . ‘/wp-nivo-slider/js/jquery.nivo.slider.pack.js’, array(‘jquery’), ’1.9′ );
If nobody knows how to solve this issue, is there a better plugin that works?
Thanks,
Mike
Mike
ago 1, 2010 -
Ok I was missing the wp_head so now the javascript is reading but I have two featured images and three buttons and it shows one of the images twice! How can this be resolved, really need this fixed…
Once this issue is fixed I would recommend this to anyone as its simple and easy to use.
Please help!
ali
ago 3, 2010 -
I’m having a little problem with this plugin. The latest image seems to always link to the very first post I added. I don’t understand why, allthe other images link to the correct article but the latest ones doesn’t.
Has anyone else experienced this? If so, how did you resolve it?
Many thanks
Tina
ago 7, 2010 -
Back again! I look foward to seeing the next update of the file but I just wanted to report (unfortunately until then) I have to disable it.
I managed to add more settings for the backend and changed the query_posts to WP_Query, but there seems to be some issue with the way it hooks in using the post thumbnails. Seems to mess up the blog posts navigation on the index page. (I’d be happy to send the file through if you want it?)
I just installed a breadcrumb plugin which also seems to be affected by the slider. (I think the navigation is being confused by the call for the category posts into the slider.)
Tina
ago 7, 2010 -
Ah… nevermind, turns out I had the wp_reset_query(); in the wrong place.
I’m still happily using it now!
Steven M
ago 13, 2010 -
Hey everyone,
I’m using the Wp-Nivo-Slider for a site that I’m designing for a client on WP 3.0 and the caption comes up twice in a cycle for some reason. The webpage is here.
Anyone having the same issue? Any fixes? I’ve already added wp_reset_query() into my quote to make sure all the queries come up now.
Thanks for any/all help!
ali
ago 13, 2010 -
I have been usng this plugin for a while and it’s perfect for the job. Recently I added a new plugin, the Kino Calendar and now my slider does not work.
This is the error I get when I view it in google chrome:
Uncaught TypeError: Object # has no method ‘nivoSlider’
I am not to familiar with these errors so I don’t really know where to begin. Does anyone know I can keep both plugins activated and avoid this conflict?
Thanks in advance.
Dev
ago 14, 2010 -
Great plugin, very useful. I can get it to work fine with post thumbnails. But I’d like to add this to my static home page for a portfolio.
Can you please help on how to do that? Thanks.
Pablo
ago 18, 2010 -
Hi, I have installed the plugin in my wordpress blog and when I click on “older entris” the page stays the same, nevermind the url i choose.
Also, if a post is old enough for not to appear on the main page, it doesn´t appear in the slider!
How can I fix that?
Phil Brangers
set 2, 2010 -
Your plugin is everything I am looking for, simple to use, elegant and functional…however…the width seems to stretch with the image size but the height doesnt..so i get very squatty images…how can i fix this? thanks
philshepard.com
Phil Brangers
set 2, 2010 -
ok…for all those have the “squatty” images problem…
in functions.php, find the dimensions for the header image and change the height…
Phil Brangers
out 7, 2010 -
I am having some problems with ie using this plugin.
The actual nivo slider seems to work fine with ie, so I am not sure where the problem is.
Any help would be awesome
passie
out 10, 2010 -
I seems that the nivo plugin is showing me all the images at once :S
Any body has an idea why ?
admin
out 28, 2010 -
some problem with jquery?
–
Rafael Cirolini
kat
out 15, 2010 -
has anyone found a fix to this? I love this plugin it is great, but not being able to view older posts is so frustrating..
Mark Petherbridge
out 20, 2010 -
I have successfully implemented this slider into my WP site, and I must say bloody good job – I love it.
However I have a few niggles i need answering
1) How do I get the caption to go on two lines instead of one?
2) Is it possible to add a link into the caption?
3) The slider when downloaded as files not as a plug in has the option to only load it when the images are fully loaded, is this possible with this plug in?
I would appreciate any help
@mgpwr
admin
out 28, 2010 -
Hi,
I’d be lying if I say that I’m working on a new version. But I intend to do it soon.
–
Rafael Cirolini
Phil
out 24, 2010 -
Great plugin!
vinay mishra
out 28, 2010 -
Hi Rafael, this is very useful thanks
Mike
nov 29, 2010 -
Hey I was wondering if you can add preloading support. or tell me how i would do it. I would like it to preload the images before running the slideshow. Why else would we even have a loading gif in the background if not?
thanks
Rafael Cirolini
dez 3, 2010 -
Hi,
its a great idea.
–
Rafael Cirolini
Ivan Perez
dez 2, 2010 -
Hello, i liked this plugin but i haven’t tested it, i would like to implement a short code or some on index.php there a div as slider_area… Do you think is possible?
i wouldn’t to implement the inside of posts…
Thanks!
Rafael Cirolini
dez 3, 2010 -
Hi,
Its possible. But has to be done some modifications. Who do I know for next version?
–
Rafael Cirolini
rosa
dez 6, 2010 -
Hi,
I would like to know, instead of using “name of the file” as a caption,
can I customize the caption, using article’s name?
Please let me know if there is a way.
Thanks, it’ s a great plug in!
Rafael Cirolini
dez 6, 2010 -
Hi,
Thanks.
About your question. It is not possible. Because I use the function
the_post_thumbnail () which uses WordPress as the default file name.
–
Rafael Cirolini
Cristian
dez 11, 2010 -
This is a great slider. One suggestion though, as Rosa mentioned above, it would be awesome to have options to include the post title, post excerpt and post link on each slide. Maybe for a future version. Great work!
Rafael Cirolini
dez 11, 2010 -
Thank you.
Yes, I will make this change in the next version. I’m just needing
time to do this.
–
Rafael Cirolini
Andrew Henderson
dez 23, 2010 -
I have set up the Nivo Slider plugin on a test site. The aspect ratio of the images I want to feature is 940×360. When I set the featured images, they are set with a cropped version that is 940×198 and the Nivo Slider is left with a large area of empty space. Why is the plugin cropping my images? How can I avoid this?
Otherwise this is a great adaption and very easy to use. Great job on the part of the developer.
Rafael Cirolini
dez 23, 2010 -
This plugin should not do crop images. You came to set the size of images in the admin page, the plugin?
Thanks,
Rafael Cirolini
Andrew Henderson
jan 31, 2011 -
I was using Twenty Ten theme. I solved this by modifying the header image size in Theme Functions file:
define( ‘HEADER_IMAGE_WIDTH’, apply_filters( ‘twentyten_header_image_width’, 940 ) );
define( ‘HEADER_IMAGE_HEIGHT’, apply_filters( ‘twentyten_header_image_height’, 360 ) );
Blitz
set 2, 2011 -
Sorry, didn’t see this: See above comment!
Blitz
set 2, 2011 -
That sounds suspiciously like a WordPress theme caching the image, not the plugin. You’ll need to check your theme (it sounds like TwentyTen or TwentyEleven – or a child of with that measurement). go to functions.php and edit the header_image_width function to suit your site width.
Neddy
dez 28, 2010 -
This plug-in is awesome. I like it; but I don’t like to use thumbnails because I’ve used it in other case. Then I’ve just modified a little in your file; I create a custom field named wpns-image that is the direct link to the photo. After that, I replace the_post_thumbnail(); by wordpress code: <img src=" ” alt=”" />
It’s simple.
Thanks for your plug-in.
Neddy
dez 28, 2010 -
Sorry, here is my code: http://pastebin.com/1jf3F1Ru
gavin
dez 29, 2010 -
I’ve followed the video to the letter, the slider is loading however, it is remaining stuck on the grey loading state. I’m pretty sure that the links to the images are not broken. ..any clue to what the problem may be?
Mitch
dez 30, 2010 -
is it possible to have a page be featured in the slider (which still has a featured image), along with the other posts in a certain category?
jeff
jan 5, 2011 -
hi,
thank for this great slider !
i have one question about it. Is it possible to present this slider without the titles in the bottom and so to erase this black background ? Just to have the photo use as a featured image.
TY Rafael !
Mary
jan 5, 2011 -
Hi, I was wondering if you could point me in the right direction on how to add a pause/start button to the slider. I have found tutorials how to add a pause button, but it doesn’t toggle between “pause” and “start”. Any help would be greatly appreciated. Thanks!
Neddy
jan 10, 2011 -
Hi,
I’ve installed this plugin on my test site, and it’s ok. When I move it to the production website then Active it, but it doesn’t work; it appears nothing. but, I found the alive image links in source code, everything looks well. I don’t know the reason why. Could you please advise? Thanks.
My website: powerlab.vn
My test website: powerlab.vn/test11/
shootz
jan 10, 2011 -
You should read the documentation before writing a plugin:
jQuery('#slider').nivoSlider({ effect:'', slices:,You think that the “slices” is how many post nivo slider can contain? Ok!
And so, why this?
$n_slices = get_option('wpns_slices'); query_posts( 'cat='.$category.'&posts_per_page=$n_slices' );If I want to split the images in 15 slices, i must have 15 posts in that loop?
OMG!!!
Edwin
jan 13, 2011 -
Hello,
we are using the Nivo Slider Plugin in our Header. We would like to show not only the img title but also the img description. How can we do that?
Greetz Edwin
LapinLove404
jan 22, 2011 -
Using the plugin, I noticed that the slice number works only if all post have thumbnail.
Checking you code, I see that the query used the number of slice as “posts_per_page” but then only show post info if it has a thumbnail. I think the query should only target post with a thumbnail at first rather than selectng all the posts and then the ones with a thumbnail.
This can be done using “meta_key” in the query :
query_posts( ‘cat=’.$category.’&posts_per_page=$n_slices&meta_key=_thumbnail_id’ )
This will select the selected number of posts in the selected category, but only those with thumbnails.
You may want to add this in your next update.
Rafael Cirolini
jan 22, 2011 -
Thanks for contribution!!!
Lunimage
jan 24, 2011 -
Hiya
Is it possible to use it as a widget ?
Rafael Cirolini
jan 24, 2011 -
Good idea!!!
i’m working this in the next version.
Mix
jan 31, 2011 -
eah…nice plugin!
Kirsten
fev 16, 2011 -
Hi Rafael
Great plugin
How can I center the slider I added to my site’s header?
Thanks
Kirsten
D3signr
mar 14, 2011 -
Hey Kirsten,
Go to the root of your WP installation and find wp-nivo-slider.php
(root > wp-content > plugins > wp nivo slider >wp-nivo-slider.php)
Open this file with an editor.
Got to the css settings and find #slider
add under the height the next code
margin: 0 auto;
save it and it will be centered.
leon kosters
fev 17, 2011 -
How can i get a Nova Post, under “posts”?
I only get posts, add new, categories and post tags
Rafael Cirolini
fev 21, 2011 -
Leon,
Im Brazilian and speak Portuguese, and my wordpress is pt_br.
“Nova post” is Add New.
LaLaLaRue
mar 2, 2011 -
I figured out how to get post name and excerpts into the slide captions.
In the wp-nivo-slider.php file I changed this: to this: get_the_title(), ‘title’ => get_the_title() . ” ” . get_the_excerpt() . “”)); ?>
I don’t know if it is written correctly – but it works for me. Maybe it is something you can implement in your next update.
Rafael Cirolini
mar 2, 2011 -
Thaks LalalaRue!!!
Carla
mar 29, 2011 -
Ola Rafael.
Adorei seu plugin. super.
To trabalhando num site que precisa de varias instancias do slider.
Seria possivel escolher a categoria que quero usar ou excluir posts id no code que eu adcionar no meu template?
Tambem gostaria de mudar o caption pra o titulo do post ou o excertp ou ambos.
Vi o comment do lalalarue mais nao entendi onde devo mudar o codigo.
tks.
Rafael Cirolini
mar 29, 2011 -
Ola,
Esta mudança que o lalalarue falou pelo que eu entendi mudou a linha 260 para o title do link.
[]‘s
Ancara
mar 30, 2011 -
Cara, infelizmente na linha 260 não há nada que se refira ao que o lalarue disse, você poderia explicar para nós? Abraço! E parabéns pelo plugin
Rafael Cirolini
mar 29, 2011 -
Type your reply…
Rafael Cirolini
mar 29, 2011 -
Opa,
Obrigado. O caption do link eu expliquei no outro coment. Varias instâncias do slider é uma mudança para a próxima versão. Escolher a categoria é possível, só mexer nas opções do plugin.
Carla
mar 29, 2011 -
Hello lalalarue, I would like to know how you manage to get the title and excerpt as captions. Could you please let me know which line you changed for:
get_the_title(), ‘title’ => get_the_title() . ” ” . get_the_excerpt() . “”)); ?>
Thanks
Tim
mar 7, 2011 -
Love the slider. Ive used it on a few of my sites. Im starting a new site and only want the slider to show on the home page. How do i do this? Im using the plugin for wordpress.
pacificstarfarm.com is the site in question.
Thanks
Eric
mar 8, 2011 -
I’m trying to get the thumbnail navigation to work. I have tried just about everything that I can think of. Is there a way to have it pull a specific thumbnail size that WP automatically generates?
cc
mar 10, 2011 -
Is there a way to change the image hyperlink to something over than the original post?
replicas de bolsas
mar 14, 2011 -
Estou tentando adicionar seu site no Google Reader mas estou recebendo uma mensagem de erro, você está informado sobre qualquer problema?
Rafael Cirolini
mar 14, 2011 -
Tente por aqui: http://feeds.feedburner.com/Nerdhead
Deve funcionar.
[]‘s
baylock
abr 1, 2011 -
Hi rafael and thank you for this wordpress adaptation of Nivo!
One thing though:
How can I randomize the pictures order?
Each time the users open a page with Nivo in it, they see the same order of pictures which is a problem as if I have several pictures, chances are that the users will not see the last pictures very often and will get bored by the first ones they see over and over…
I googled this but didn’t find anything about niveo and random pictures.
Thank you!
Lori
abr 7, 2011 -
Does your wonderful plugin work with WP Simpleviewer? I am using this plugin on my galleries but your nivo slider won’t show up on my homepage. Any ideas to get them to play nice together?
Schmitti
abr 13, 2011 -
On the Plugin Configuration Page, the headline shows: “WP Nive Slider” Nive ?…. maybe you should fix this
Greg Hesp
mai 7, 2011 -
Hi @b0118a69d9773b7a3a7d342070141ccb:disqus ,
I seem to have a bit of a problem with the plugin. The slider will only use posts from the first page. Ie, if I have 2 posts with a featured image, yet my WordPress settings are set so that one of these posts doesn’t appear on the first page, it is excluded from the slider
For an example see: http://www.students.so/wp/
Both posts that have an image next to them have a featured image set
Nick
mai 16, 2011 -
I need the post title as the caption. Can you tell me where to put the code?
Nick
mai 16, 2011 -
I need the post title as the caption. Can you tell me where to put the code?Read more: http://www.nerdhead.com.br/en/wp-nivo-slider-en/#ixzz1MXEWnbQBI need the post title as the caption. Can you tell me where to put the code?Read more: http://www.nerdhead.com.br/en/wp-nivo-slider-en/#ixzz1MXEWnbQB
John Bottomley
jun 4, 2011 -
Having same problem. Works in Firefox, but not in explorer.
John Bottomley
jun 4, 2011 -
Works in Firefox, does not work in explorer. Using version 2.0. Please help! Site is http://www.kauai.biz
Jeroen Panjer
jul 11, 2011 -
It is a great plugin! I’m looking for a solution to alter it so that it does show post gallery items. Could you help me with that?
Dom
set 15, 2011 -
Great plugin!
To enable the slider to take slides at random from your category do the following: In the wp-nivo-slider.php file, under change this:
<?php query_posts( 'cat='.$category.'&posts_per_page=$n_slices' )
to this:
<?php query_posts( 'cat='.$category.'&posts_per_page=$n_slices&orderby=rand' )Hope it helps!
Dom
set 15, 2011 -
Great plugin!
To enable the slider to take slides at random from your category do the following: In the wp-nivo-slider.php file, under change this:
<?php query_posts( 'cat='.$category.'&posts_per_page=$n_slices' )
to this:
<?php query_posts( 'cat='.$category.'&posts_per_page=$n_slices&orderby=rand' )Hope it helps!
Dom
set 15, 2011 -
Oops the code didn’t show..
Before: <?php query_posts( 'cat=' .$category. '&posts_per_page=$n_slices' )
After: <?php query_posts( 'cat=' .$category. '&posts_per_page=$n_slices&orderby=rand' )
Dom
set 15, 2011 -
Ok code doesn’t show apparently. This image shows the code as it should be to allow random selection
Mosh Boaron
dez 1, 2011 -
hello,
I installed the plugin and it doesn’t work.
http://www.moshboaron.com/testing_site/
its need to be under the page curl.
need your great help.
Thanks, Mosh.
Jorge Pelaez
jan 17, 2012 -
One the plugin is activated it shows error when activating plugin and thel all the admin pages turn blank once you click save/update. If you deactivate it everything works correctly.
I’m using WP 3.1.1 and Nivo Slider 2.0
Blogfreakz Web Design
jan 25, 2012 -
Nice tutorials I learned a lot from this thanks for sharing it
Lívia Sorio
fev 27, 2012 -
Oi Rafael
Estou com problemas com o plugin minhas imagens não aparecem, mesmo fazendo tudo certinho… colocando a imagem, o código. Vc me ajudaria?
Go2creativeguy
mar 1, 2012 -
without being able to write code or speak whatever language you post in I am having great difficulty placing this on a page
Darknote
mai 11, 2012 -
Hello, sorry I use a translator, nevertheless I put an image to illustrate my message, at present we let us not can choose between these 3 available modes to nivo slider, no?
Darknote
mar 2, 2012 -
boa noite,
você adicionar opções para o seu plugin? Como ter o título eo resumo?
e tem a escolha entre os três modos?
http://www.dynamicwp.net/wp-content/uploads/2010/12/Nivo-Slider-Demos.jpg
obrigado
Darknote
mai 11, 2012 -
Hello,
How to have miniatures as on the last example to nivo slider?
As well as with caption and link?
Thank you
http://www.dynamicwp.net/wp-content/uploads/2010/12/Nivo-Slider-Demos.jpg
Duilio Pereira
mar 6, 2012 -
Rafael, ele não dimensiona a imagem pro tamanha que a gente escolhe no nossos CSS? No meu index tá 490W e 321H, eu capturo lá no post uma imagem maior e ela vai literalmente pro index, o seu componente não dimensiona pro tamanho que eu defini no meu css.
Imaging_solutions@HOTMAIL.COM
mar 11, 2012 -
hi how can i add multiple sliders on one page. Thanks
Imaging_solutions@HOTMAIL.COM
mar 11, 2012 -
iv place this code so show one slider How can i show the second slider..
Imaging_solutions@HOTMAIL.COM
mar 11, 2012 -
Dose any one know how to add multiple slides on one page. Thanks
Imaging_solutions@HOTMAIL.COM
mar 11, 2012 -
Dose anyone know how to add multiple sliders on one page. Thanks
cooderbrown
mar 27, 2012 -
Hi,
I can’t seem to figure out how to add Nivo Slider to the header of Theme Twenty Eleven. Can anyone show or explain to me how? I am a wordpress newbie. Thanks! Tom
Android Pour Les Nuls
abr 8, 2012 -
It just doesn’t work here, when I click “add a new slide” the page gets completely blank. Furthermore the support is really crappy. There goes 19$ in the trash.
Diego
mai 10, 2012 -
Olá, como limitar o número de caracteres no título do slide? E quebrar linha? Outra coisa, como trocar o nome da imagem pelo título do post?
seo expert india
jun 17, 2012 -
That is a great plugin. But I am not fully utilizing it. Sometimes it picks the images from posts and sometimes it does not work. May be something wrong.
Matias Berents
jun 25, 2012 -
Is it only possible to use 10 images? How can I use more images?
mejiwara
jul 5, 2012 -
Very useful! Thanks
Tiago
set 19, 2012 -
No Google Chrome, fica piscando em fundo branco durante a transição entre uma imagem e outra. Nos demais browsers não acontece. Existe alguma solução?
ObrigadoTiago S. de Oliveira