Slide show is limited to first 10 images,. Is there a way to change this to a higher number?
Slide show is limited to first 10 images,. Is there a way to change this to a higher number?
Absolutely, just add number=## to the shortcode.
So [nivo source="nextgen" gallery=1]
would become [nivo source="nextgen" gallery=1 number=20]
To specify all pictures in a gallery, use number=all
This parameter works for all three gallery types, and will be part of the shortcode generator in the next release.
Worked perfect. Thanks!
Is is possible to link pages with the plugin?
I'm trying to be able to link pages into the slider.
This is possible with the "Featured Images Slider".
On the settings page for the plugin, select the tab for the slider size you're creating (first, second, widget), and mark the "Linking" checkbox.
The when a slider is created from the feature images for different posts, each image will link to that post.
Your awnser is good.
But my problem was that I wanted to link "pages" instead of posts.
Ah, sorry, I missed the distinction.
Yes, you can link to pages also. Just add
post_type="page"
to the shortcode.
So, for example:
[nivo post_type="page"]
Then the pages that have featured images will get added to the slider. Note that the title of the image itself is used for the caption (not the page title).
I think this will be a good addition to the next release - I'll add it to the Visual Editor plugin so it appears as an option and gets added to the shortcode automatically.
Hi, ecurtain!
I will test this out right now!
Is there any way to tell the script wich pages to take? I have like 60 pages with thumbnail, so I don't want the 60's to be in the slider :) It could be cool if I could chose.
Hi poliquinp,
I'm going on memory here, but I believe it's::
[nivo post_type="page" orderby='menu_order' order='ASC']
The orderby value can be menu_order, rand, id, title. By default it's the publish date (newest pages first)
The 'order' value can be ASC or DESC.
The orderby and order options are planned as part of the Visual Editor plugin in the next release. It's already part of the shortcode processor now, because I was planning to add it.
Seems like I need to get on that next release...
For the moment, it's ok for me because the "thumbnail" are generated with custom_fields.
Hope our discussion gonna help some people!
Me too :-) Glad you are finding the plugin useful.
Saving me alot of time for a deadline :)
This is great topic!
Just one more question:
Image caption is page title, how to change text which show on slide - to enter custom text?
Unfortunately, thumbnail navigation does not work for me with a nextgen gallery. They are just blank boxes. Also, it would be very nice if I could have each image's description show up as a caption.
Hi guys, is there a simple short code solution for creating an unpublished page that contains just the images for use in the slider ie: media. then using a shortcode on another page that references the media page, something like:
[nivo source="page-media" ]
Thanks in advance!
Scratch the previous question. Figured out a way to call the images from that page only. Thanks for a great plug-in btw!
Hi,
I've installed NextGEN, created a gallery with 2 images.
In my page I have added
[nivo source="nextgen" gallery=1]
When I view the page the first image is there but it never changes to the next. I look at the errors on the page and get
Error: title is undefined
Source File: http://tiax/wp-content/plugins/easy-nivo-slider/3rd-party/jquery.nivo.slider.js?ver=2.5
Line: 97
This maps to this line
if(title.substr(0,1) == '#') title = $(title).html();
in the plugin code
// Process caption function
var processCaption = function(settings){
var nivoCaption = $('.nivo-caption', slider);
if(vars.currentImage.attr('title') != ''){
var title = vars.currentImage.attr('title');
if(title.substr(0,1) == '#') title = $(title).html();
Not sure what to do to fix this?
Same situation here, any news about this issue?
Thanks a lot for an amazing plugin!
Diego
@PorridgeBear try to update nivo version
same here :ยง
I added the do_shortcode on my homepage with
[nivo source="nextgen" gallery=1 speed=500 pause=10000]
and there is no animation at all and only 1 image.
Updating my nivo scripts from dev7studios fixed It.
Hope it helps
simply awesome!
Thanks.
Hi,
I have the same problem. Just 1 image shows.
Can you please tell me what is to be updated?
I just had the same problem too... this is how you update the scripts (thanks for pointing this out arnoldMADC)
Visit http://nivo.dev7studios.com/pricing/
Download the free 'jquery plugin' version
Open the zip and copy the following three files:
- jquery.nivo.slider.js
- jquery.nivo.slider.pack.js
- nivo-slider.css
Go to the plugin folder: easy-nivo-slider > 3rd-party.
Paste and overwrite the files.
'[nivo source="nextgen" gallery="1"]'
Worked for me!
As emj posted, that works for the title is undefined error.
Thanks alot!
This topic has been closed to new replies.