StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 05-23-2010, 10:53 AM
Nancy Strong Nancy Strong is offline
Registered User
Pro Plus Member
 
Join Date: Feb 2010
Location: Colorado
Posts: 251
Default NextGen Smooth Gallery not working in Header

I have tried several slide shows, galleries, etc. to work in my header. WP-Cycle was recommended but that is a very time consuming slide show and is very fickle when it comes to photo sizes.

I have put all of the NextGen Galleries in my plug-ins and I like the Smooth Gallery at this point. However, the code I am given to use is not showing up in the header.

Is there something else I need to change to make this work? When I put the WP-Cycle code in the header it does work.

Here is the code with Smooth Gallery.

Code:
<div id="header">

<div class="headerleft">
		<a href="<?php echo get_settings('home'); ?>/"><img src="<?php bloginfo('template_url'); ?>/images/logo.png" alt="<?php bloginfo('description'); ?>" /></a>

	</div>

<div class="headerright">
<?php 
  $content = "[smooth=id: 4; width:550; height:350; timed:true; arrows:false; carousel:false; links:false; info:false; align:right; frames:false; delay:6000; transition:fadeslideleft;]"; 
  smooth_show($content); 
?>

     </div>

</div>
I have also tried vSlider. I don't like the effect this uses, I wanted something that slide underneath the headerleft. But this code works.


Code:
<div id="header">

<div class="headerleft">
		<a href="<?php echo get_settings('home'); ?>/"><img src="<?php bloginfo('template_url'); ?>/images/logo.png" alt="<?php bloginfo('description'); ?>" /></a>

	</div>

<div class="headerright">
<?php if (function_exists('vslider')) { vslider(); }?>

     </div>

</div>
Is there something I am doing wrong?
__________________
Thank You,
Nancy Strong
http://www.lightenyourworkload.com
Nancy@LightenYourWorkLoad.com
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Nextgen: Clicking on thumbs in posts only working on first one clicked Kenspa General Discussion 1 10-05-2010 07:44 AM
WordPress Gallery vs NextGen Gallery Gary Busker General Discussion 1 02-15-2010 05:16 PM
Cannot install Smooth Gallery in Wordpress backpack General Discussion 6 01-06-2009 01:31 PM


All times are GMT -5. The time now is 07:16 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.