![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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>
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>
__________________
Thank You, Nancy Strong http://www.lightenyourworkload.com Nancy@LightenYourWorkLoad.com |
| Thread Tools | |
| Display Modes | |
|
|
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 |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us