<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Rotating Header using NextGen Gallery</title>
	<atom:link href="http://www.crazytrike.com/2009/06/03/rotating-header-using-nextgen-gallery/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.crazytrike.com/2009/06/03/rotating-header-using-nextgen-gallery/</link>
	<description>A guy, a tricycle, and cycling in the Pacific Northwest</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:46:53 -0800</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: dougfoot</title>
		<link>http://www.crazytrike.com/2009/06/03/rotating-header-using-nextgen-gallery/#comment-94</link>
		<dc:creator>dougfoot</dc:creator>
		<pubDate>Mon, 26 Jul 2010 22:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.crazytrike.com/?p=884#comment-94</guid>
		<description>To reinterate, the header.php in the root folder of the Atahualpa theme folder is the header.php that should be edited (make a copy first)
Using a text editor, look for “Header” around line 61 of the header.php file (this is the area of most importance)
Around line 64 should be “&lt;code&gt;&lt;/code&gt;” after this line insert the code: “&lt;code&gt;&lt;/code&gt;” 

You also shoud have a working slide show before setting it up in your header. If is working outside of the header, the it&#039;s just coding that needs to be figured out.

Input for the NextGen Gallery widget: nggSlideshowWidget(gallery #, width, height)

You will also have to make changes in the Atahualpa Theme Options giving the order of the header layout, and inserting the CSS to manipulate the menu placement.

Just note, I&#039;m note a coder, and only through playing around with CSS and looking at others sites was I able to get my header setup.</description>
		<content:encoded><![CDATA[<p>To reinterate, the header.php in the root folder of the Atahualpa theme folder is the header.php that should be edited (make a copy first)<br />
Using a text editor, look for “Header” around line 61 of the header.php file (this is the area of most importance)<br />
Around line 64 should be “<code></code>” after this line insert the code: “<code></code>” </p>
<p>You also shoud have a working slide show before setting it up in your header. If is working outside of the header, the it&#8217;s just coding that needs to be figured out.</p>
<p>Input for the NextGen Gallery widget: nggSlideshowWidget(gallery #, width, height)</p>
<p>You will also have to make changes in the Atahualpa Theme Options giving the order of the header layout, and inserting the CSS to manipulate the menu placement.</p>
<p>Just note, I&#8217;m note a coder, and only through playing around with CSS and looking at others sites was I able to get my header setup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diya</title>
		<link>http://www.crazytrike.com/2009/06/03/rotating-header-using-nextgen-gallery/#comment-93</link>
		<dc:creator>Diya</dc:creator>
		<pubDate>Mon, 26 Jul 2010 21:55:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.crazytrike.com/?p=884#comment-93</guid>
		<description>I used following code in header.php

              &lt;!-- Header --&gt;
		&lt;td id=&quot;header&quot; colspan=&quot;&quot;&gt;


		

		
		&lt;!-- / Header --&gt;
and Css,

#sbsl1_1 {
width: 100%;
z-index: 4;
}

ul.rMenu {
background: transparent;
}
ul.rMenu li {
background-color: transparent;
}

div#menu1 {
background: transparent;
margin-top: 2px;
margin-left: -150px;
position: absolute;
width:auto;
z-index:4;
}

div#menu2 {
background: transparent;
margin-top: -27px;
margin-left: -250px;
position: absolute;
width:auto;
z-index:4;
}

ul.rMenu li a:link,
ul.rMenu li a:hover,
ul.rMenu li a:visited,
ul.rMenu li a:active
{
font-weight: bold;
}
/* Need this to get rid of fade border around the menu item */

div#menu1 {
	border: dotted 0px #fffffe;
        
}
div#menu2 {
	border: dotted 0px #fffffe;
}
/* Need this to get rid of fade border around the menu item */
div#menu1 ul.rMenu li a:link, 
div#menu1 ul.rMenu li a:hover, 
div#menu1 ul.rMenu li a:visited, 
div#menu1 ul.rMenu li a:active {
	font-weight: bold;
        padding:6px 10px;
	}

div#menu2 ul.rMenu li a:link, 
div#menu2 ul.rMenu li a:hover, 
div#menu2 ul.rMenu li a:visited, 
div#menu2 ul.rMenu li a:active {
	font-weight: bold;  
        padding:6px 10px;
	}
I don&#039;t have any other galleries . I just installed it to use it on header image. I assume gallery# means gallery-ID that&#039;s created when you create a gallery in the nextgen gallery.
correct me if I&#039;m wrong. 
------------------

Thanks a lot for the css code above, my menu is now embedded inside the header image with a bit of code tweaking. 

Can you also suggest me how to embed search and subscribe buttons form logo to header image??? [Sorry..too many questions.. hope you dont mind.. I did check in atahualpa forum but its in gold member thread. I don&#039;t earn so couldn&#039;t get in there. ]</description>
		<content:encoded><![CDATA[<p>I used following code in header.php</p>
<p>              <!-- Header --><br />
		&lt;td id=&quot;header&quot; colspan=&quot;&#8221;&gt;</p>
<p>		<!-- / Header --><br />
and Css,</p>
<p>#sbsl1_1 {<br />
width: 100%;<br />
z-index: 4;<br />
}</p>
<p>ul.rMenu {<br />
background: transparent;<br />
}<br />
ul.rMenu li {<br />
background-color: transparent;<br />
}</p>
<p>div#menu1 {<br />
background: transparent;<br />
margin-top: 2px;<br />
margin-left: -150px;<br />
position: absolute;<br />
width:auto;<br />
z-index:4;<br />
}</p>
<p>div#menu2 {<br />
background: transparent;<br />
margin-top: -27px;<br />
margin-left: -250px;<br />
position: absolute;<br />
width:auto;<br />
z-index:4;<br />
}</p>
<p>ul.rMenu li a:link,<br />
ul.rMenu li a:hover,<br />
ul.rMenu li a:visited,<br />
ul.rMenu li a:active<br />
{<br />
font-weight: bold;<br />
}<br />
/* Need this to get rid of fade border around the menu item */</p>
<p>div#menu1 {<br />
	border: dotted 0px #fffffe;</p>
<p>}<br />
div#menu2 {<br />
	border: dotted 0px #fffffe;<br />
}<br />
/* Need this to get rid of fade border around the menu item */<br />
div#menu1 ul.rMenu li a:link,<br />
div#menu1 ul.rMenu li a:hover,<br />
div#menu1 ul.rMenu li a:visited,<br />
div#menu1 ul.rMenu li a:active {<br />
	font-weight: bold;<br />
        padding:6px 10px;<br />
	}</p>
<p>div#menu2 ul.rMenu li a:link,<br />
div#menu2 ul.rMenu li a:hover,<br />
div#menu2 ul.rMenu li a:visited,<br />
div#menu2 ul.rMenu li a:active {<br />
	font-weight: bold;<br />
        padding:6px 10px;<br />
	}<br />
I don&#8217;t have any other galleries . I just installed it to use it on header image. I assume gallery# means gallery-ID that&#8217;s created when you create a gallery in the nextgen gallery.<br />
correct me if I&#8217;m wrong.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>Thanks a lot for the css code above, my menu is now embedded inside the header image with a bit of code tweaking. </p>
<p>Can you also suggest me how to embed search and subscribe buttons form logo to header image??? [Sorry..too many questions.. hope you dont mind.. I did check in atahualpa forum but its in gold member thread. I don't earn so couldn't get in there. ]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dougfoot</title>
		<link>http://www.crazytrike.com/2009/06/03/rotating-header-using-nextgen-gallery/#comment-92</link>
		<dc:creator>dougfoot</dc:creator>
		<pubDate>Mon, 26 Jul 2010 14:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.crazytrike.com/?p=884#comment-92</guid>
		<description>Would it be possible to show me your header.php file?

Need to know the NextGen Gallery # you setup for your headers.

A basic question: Do you have NextGen Gallery slide show working on your site?

The menu placement is accomplished by adding CSS in the Atahualpa Theme Options, Various Content Items, Add CSS/HTML Inserts.

This area is also where you manipulate the placement of the rotating header.

My CSS:
#sbsl27_1 {
width: 950px;
z-index: 4;
}
#menu1 {
Position: absolute;
margin-top: 158px;
padding: 8px;
width: auto;
z-index: 4;
}
ul.rMenu {
background: transparent !important;
}
ul.rMenu li {
background: transparent !important;
margin-right: 8px;
}
ul.rMenu li ul li {
margin-right: 0;
}
#menu2 {
Position: absolute;
margin-left: 528px;
padding: 8px;
width: auto;
z-index: 4;
}
#imagecontainer {
position: absolute;
width:950px;
z-index: 3;
}</description>
		<content:encoded><![CDATA[<p>Would it be possible to show me your header.php file?</p>
<p>Need to know the NextGen Gallery # you setup for your headers.</p>
<p>A basic question: Do you have NextGen Gallery slide show working on your site?</p>
<p>The menu placement is accomplished by adding CSS in the Atahualpa Theme Options, Various Content Items, Add CSS/HTML Inserts.</p>
<p>This area is also where you manipulate the placement of the rotating header.</p>
<p>My CSS:<br />
#sbsl27_1 {<br />
width: 950px;<br />
z-index: 4;<br />
}<br />
#menu1 {<br />
Position: absolute;<br />
margin-top: 158px;<br />
padding: 8px;<br />
width: auto;<br />
z-index: 4;<br />
}<br />
ul.rMenu {<br />
background: transparent !important;<br />
}<br />
ul.rMenu li {<br />
background: transparent !important;<br />
margin-right: 8px;<br />
}<br />
ul.rMenu li ul li {<br />
margin-right: 0;<br />
}<br />
#menu2 {<br />
Position: absolute;<br />
margin-left: 528px;<br />
padding: 8px;<br />
width: auto;<br />
z-index: 4;<br />
}<br />
#imagecontainer {<br />
position: absolute;<br />
width:950px;<br />
z-index: 3;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diya</title>
		<link>http://www.crazytrike.com/2009/06/03/rotating-header-using-nextgen-gallery/#comment-91</link>
		<dc:creator>Diya</dc:creator>
		<pubDate>Mon, 26 Jul 2010 14:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.crazytrike.com/?p=884#comment-91</guid>
		<description>:( not working.. anyway I used default header rotation but am stuck with the menubar placing on the header. How did you place your menubar on the rotating header??

Please help,
Diya</description>
		<content:encoded><![CDATA[<p> <img src='http://www.crazytrike.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />  not working.. anyway I used default header rotation but am stuck with the menubar placing on the header. How did you place your menubar on the rotating header??</p>
<p>Please help,<br />
Diya</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dougfoot</title>
		<link>http://www.crazytrike.com/2009/06/03/rotating-header-using-nextgen-gallery/#comment-90</link>
		<dc:creator>dougfoot</dc:creator>
		<pubDate>Mon, 26 Jul 2010 00:39:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.crazytrike.com/?p=884#comment-90</guid>
		<description>Thoughts and questions:
1) I gather you are using Atahualpa 3.5.3
2) The header.php in the root folder of the Atahualpa theme is the header.php that should be edited (make a copy first)
3) Look for &quot;Header&quot; around line 61 of the header.php file (this is the area of most importance)
4) Around line 64 should be &quot;&lt;code&gt;&lt;?php bfa_header_config($bfa_ata[&#039;configure_header&#039;]); ?&gt;&lt;/code&gt;&quot; 
5) Insert the line &quot;&lt;code&gt;&lt;?php if (function_exists(&quot;nggSlideshowWidget&quot;)) {nggSlideshowWidget(27,950,200);} ?&gt;&lt;/code&gt;&quot; (insert a new line after the bfa_header_config, this would be line 65, shifting the text file down one line, the NextGen Gallery widget code)

Input for the NextGen Gallery widget: nggSlideshowWidget(gallery #, width, height)

You will also have to make changes in the Atahualpa Theme Options</description>
		<content:encoded><![CDATA[<p>Thoughts and questions:<br />
1) I gather you are using Atahualpa 3.5.3<br />
2) The header.php in the root folder of the Atahualpa theme is the header.php that should be edited (make a copy first)<br />
3) Look for &#8220;Header&#8221; around line 61 of the header.php file (this is the area of most importance)<br />
4) Around line 64 should be &#8220;<code>< ?php bfa_header_config($bfa_ata['configure_header']); ?></code>&#8221;<br />
5) Insert the line &#8220;<code>< ?php if (function_exists("nggSlideshowWidget")) {nggSlideshowWidget(27,950,200);} ?></code>&#8221; (insert a new line after the bfa_header_config, this would be line 65, shifting the text file down one line, the NextGen Gallery widget code)</p>
<p>Input for the NextGen Gallery widget: nggSlideshowWidget(gallery #, width, height)</p>
<p>You will also have to make changes in the Atahualpa Theme Options</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.crazytrike.com/2009/06/03/rotating-header-using-nextgen-gallery/feed/ ) in 0.66407 seconds, on Feb 8th, 2012 at 8:26 pm PST. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 8th, 2012 at 9:26 pm PST -->
