BarryKidd
Member
Posted 4 months ago #
I've been working for hours to get this to work. I just downloaded both plugins tonight.
I keep getting a [Gallery not found] message and have no idea how to link it to the gallery I created. I'm not a coder I'm a photographer just trying to update my site.
The gallery was created with NextGEN Gallery but from there I'm lost.
http://wordpress.org/extend/plugins/nextgen-flex-slider-template/
I am sorry for the late reply.
Are you sure? you are using the correct gallery ID in the shortcode?
[nggallery id=X template="sliderview"]
"X" should be replaced with the ID of your gallery from which images should be pulled.
BarryKidd
Member
Posted 4 months ago #
I'll look in to that now. I'm pretty sure I did.
BarryKidd
Member
Posted 4 months ago #
Same issue for me.
My shortcode : [nggallery gallery="3" template="sliderview"]
The gallery 3 works fine with other ngg shortcodes
OMG I just see..
It works now.
Just in case, if anyone come across similar problem please check this tutorial on how to create galleries and use gallery templates.
pairos
Member
Posted 3 months ago #
Can I change the time each image is displayed. Also I would like to show the images randomly and not in order. Can you please help me with this.
thanks,
Dan
Hey Dan,
I just upgraded the plugin (v1.3) to include both of these feature you requested (plus couple of others).
Thanks
p.s. Don't forget to rate if you enjoyed it.
leonardus
Member
Posted 1 month ago #
hi!
i need your help...
i use Responsive NextGEN Flex Slider Template 1.7 in wp 3.5.1 (see at http://leonardus.zz.mu)
the imgage is 970x370. why in my slide is 968x369? i set also 970x370 in gallery --> option --> images
can you help me?
Your container div is of 968px width. Slider span across full container width. If you want it to strictly 970px wide. you can use following css
.flexslider {width:970px !important; }
leonardus
Member
Posted 3 weeks ago #