Visual Adventures’ own Jason Nelson will be presenting at this years Ouray Ice Festival on Thursday, January 6th, 2011. Slideshow topics will be on first ascents in Alaska and what life is like in Ouray, Colorado. Jason will also be competing in the Ouray Ice Festival Competition and teaching clinics. Jason designed the artwork for the flyer.
Archive
Posts Tagged ‘slideshow’
Jason Nelson to present at Ouray Ice Festival 2011
Monday, November 15th, 2010Tags: jason nelson, Ouray Ice Festival, slideshow
Posted in Art of the Day, New Projects and Web Sites | No Comments »
How to put the Nextgen Smooth Gallery Plugin into a WordPress Template
Tuesday, October 19th, 2010I’ve spent hours now fighting with the Nextgen Smooth Gallery Plugin. I’d like it to display in the pagebackground full screen. This does not seem to be possible at this point. I have however unlocked a few pieces of the puzzle. This is a bit of a technical article and assumes you have a basic grasp on CSS and the Nextgen Smooth Gallery Plugin.
One would assume that you could just put the shortcode into a widget or use the
< ?php echo do_shortcode('
peaktopeak_200
New website for Peak to Peak Bicycles. WordPress and eCommerce. peaktopeakbicycles.com/
caliber.jpg
New website for Caliber Hosipitality. Combining javascript slider functionality inside WordPress.
elkhorncabins.jpg
An older version of the Elkhorn Cabins website. It was later updated to Elkhorn Property Management.
silvertonpropmgmt
New website design for Silverton Property Management. WordPress with a modified real estate plugin.
crossfitjunction.jpg
Website design for CrossFit Junction. A crossfit gym in Grand Junction, Colorado.
jercollins.jpg
Website build for Jeremy Collins, artist. Design by Jer, built by Visual Adventures in WordPress.
idarado.jpg
Idarado. Website build for a real estate development project. Design provided by another company.
gumdropsforkids.jpg
Gumdrops for Kids. Design and build of OScommerce site for children\'s clothing.
'); ?>
call in a template. I’ve tried all manner of combinations of this and it just doesn’t work.
The solution I did find is this:
- Set the Smooth Gallery to be display in an iframe (WordPress Admin > NextGen Smooth Gallery Options).
- Then go to a page you are working on and insert the gallery with the shortcode.
[smooth=id:xxx; arrows:false; carousel:false; links:false;]or just[smooth=id:xxx;]Wherexxxis your gallery ID. - Publish the page.
- Open that page in a web browser and view the source code. In Firefox go View > Page Source. Most browsers will have an option for this by right clicking on the page with your mouse.
- Scroll through the source code until you find the iframe code containing the Smooth Gallery.
Copy the frame code. It should look like this:

- Then Paste it into the footer.php, a widget, or a page template file. You may want it include it in a div tag so that you can more easily adjust positioning etc. It would look like this:

- You may want to adjust some of the parameters in the frame code. Keep in mind the & symbol separates the variables. You can add true or false to most of these:
&embedLinks=true - You’ll want to return to the page/post you put the Smooth Gallery in and then remove it. We no longer need it there since it’s in a template file.
- You don’t need the frame box checked in the Smooth Gallery options anymore if you don’t want other galleries displayed that way.
A Few Other Helpful Hints
You may need to edit a few CSS sytles. Look for the jd.gallery.css file in the plugin folder on the server. The Firefox Web Developer Plugin makes such tasks much simpler.
I find adjusting the nggSmoothSharedFunctions.php file is also useful. For example, on line 173 I add a class to the out div:
$out .= '
to look like this:
$out .= '
Which also makes positioning and styling of the slideshow much easier.
So Why Can’t the NextGen Smooth Gallery be Displayed Full Screen?
I was successful in getting the iframe to display full screen by changing the code in nggSmoothSharedFunctions.php line 173 – 176 to be:
$out .= '
// previously the code was $out .= ‘
$out .= ‘ // previously the code was $out .= ‘
Notice I commented out the orginal code. All I did here was strip the height and width settings. I then went and added styles to the stylesheet for the iframe and corresponding divs to have a height and width of 100%.
This works great, except for the fact that the NextGen Smooth Gallery plugin stores images as a background in a div tag. Because of this, I am not able to strectch the image to fit the width of the screen. I can only strech the divs and the background image stays it’s orginal size. As far as I know, there is no way to tell a background image in a div to strech to fit.
Tags: NextGen Gallery, NextGen Smooth Gallery, slideshow, WordPress
Posted in WordPress | No Comments »
Artefino Surface Design Site Launched
Tuesday, July 20th, 2010
We just published the Artefinosurfacedesign.com website this past week and have been getting great feedback. It’s a WordPress based site that uses the SimpleViewer Pro slideshow software. Jimmi Lou Stack is a gifted painter with an eye for detail as you will see in her work (and website).
Tags: arizona, slideshow, WordPress
Posted in Art of the Day, New Projects and Web Sites, WordPress | No Comments »


