Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Header configuration & styling »

[SOLVED] Rotating images in header using NextGen gallery


 
Prev Previous Post   Next Post Next
  #1  
Old Apr 9, 2009, 07:52 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
[SOLVED] Rotating images in header using NextGen gallery

I've been messing around trying to see if I could get a rotating header (I'm helping my sister with a site for a school) and I've almost got things working.

1) Using NextGen gallery, I created a gallery called header_images and loaded my images to it.
2) I edited header.php and changed
-----------------------------------------------------------------
<!-- Header -->
<td id="header" colspan="<?php echo $cols; ?>">

<?php bfa_header_config($bfa_ata['configure_header']); ?>

</td>
<!-- / Header -->
-----------------------------------------------------------------
to
-----------------------------------------------------------------
<!-- Header -->
<td id="header" colspan="<?php echo $cols; ?>">

<?php
if (function_exists("nggSlideshowWidget"))
{ nggSlideshowWidget(6,1440,250); }
?>

<?php bfa_header_config($bfa_ata['configure_header']); ?>

</td>
<!-- / Header -->
-----------------------------------------------------------------
where '6' was the number of the gallery and 1440 is the width of images and the value set in Layout MAX width, while 250 is the hight of the images.

Now the images show up and rotate based on the duration set in the slideshow duration, but the image doesn't honor the other header settings. It's like it sits on top of the page and isn't paying attention to the settings for the header.

Is there any way to have it adhere to the other settings for the header?

Last edited by juggledad; Oct 24, 2009 at 12:04 PM.
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
my header images aren't rotating... tai4ji2x Header configuration & styling 20 Dec 15, 2010 08:38 PM
Rotating images in header, different link for each image? PhunkzV2 Header configuration & styling 5 May 26, 2010 07:22 PM
creating 2 separate boxes in header, for logo and nextgen slideshow gallery rinoa3108 Header configuration & styling 8 Mar 8, 2010 05:19 PM
Nextgen Image Gallery in place of the rotating images marvinc Header configuration & styling 4 Jan 28, 2010 07:49 PM
[SOLVED] NextGen Gallery not showing up in right sidebar WebWeaver Plugins & Atahualpa 2 May 30, 2009 12:27 PM


All times are GMT -6. The time now is 09:07 AM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.