It looks like it’s javascript built into the theme.
See this line:
/wp-content/themes/display/display/slideshow/js/swfobject/swfobject.js
Framework is Kpress
Hi
You should be able to replicate the same effect with two plugins – NextGen gallery and JJ NextGen JQuery Slider, you’ll just need to assign the nivo translition type in your shortcode.
Kevin
Oh! I will try that and see how it works out! Thanks for the tip!
Yes, the NextGen gallery is a great plugin for sliding images.
I have installed those two plugins, but I don’t see the way to use the nivo transition type. Can anyone help me figure that out?
all the instructions about using the jjjquery shortcodes are here
http://wordpress.org/extend/plugins/jj-nextgen-jquery-slider/
your shortcode may look something like:
[jj-ngg-jquery-slider gallery=”1″ controlnav=”false” effect=”boxrandom”]
obviously refer to the documentation for the effect you want and make sure you have your own correct nextgen gallery id .
Kevin