<?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"
	>
<channel>
	<title>Comments on: &#8220;SunRise&#8221; New WordPress Theme</title>
	<atom:link href="http://www.headsetoptions.org/2006/10/13/sunrise-new-wordpress-theme/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.headsetoptions.org/2006/10/13/sunrise-new-wordpress-theme/</link>
	<description>Web Design, SEO, WordPress, Etcetra</description>
	<pubDate>Thu, 20 Nov 2008 13:38:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: hso</title>
		<link>http://www.headsetoptions.org/2006/10/13/sunrise-new-wordpress-theme/#comment-79812</link>
		<dc:creator>hso</dc:creator>
		<pubDate>Fri, 25 Apr 2008 01:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2006/10/13/sunrise-new-wordpress-theme/#comment-79812</guid>
		<description>@ hgrg

If it is of any help try adding the full path for the child list like below:
&lt;blockquote&gt;.nav ul li ul li {
padding: 0px 0 0 10px;
}&lt;/blockquote&gt;
or
&lt;blockquote&gt;.nav ul li ul li {
padding-left:10px;
margin-left:5px;
}&lt;/blockquote&gt;</description>
		<content:encoded><![CDATA[<p>@ hgrg</p>
<p>If it is of any help try adding the full path for the child list like below:</p>
<blockquote><p>.nav ul li ul li {<br />
padding: 0px 0 0 10px;<br />
}</p></blockquote>
<p>or</p>
<blockquote><p>.nav ul li ul li {<br />
padding-left:10px;<br />
margin-left:5px;<br />
}</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: hgrg</title>
		<link>http://www.headsetoptions.org/2006/10/13/sunrise-new-wordpress-theme/#comment-79805</link>
		<dc:creator>hgrg</dc:creator>
		<pubDate>Thu, 24 Apr 2008 15:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2006/10/13/sunrise-new-wordpress-theme/#comment-79805</guid>
		<description>Hello!
I see but it did not work i dont know why..
:(
Any other ideas?</description>
		<content:encoded><![CDATA[<p>Hello!<br />
I see but it did not work i dont know why..<br />
 <img src='http://www.headsetoptions.org/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
Any other ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hso</title>
		<link>http://www.headsetoptions.org/2006/10/13/sunrise-new-wordpress-theme/#comment-79783</link>
		<dc:creator>hso</dc:creator>
		<pubDate>Tue, 22 Apr 2008 04:46:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2006/10/13/sunrise-new-wordpress-theme/#comment-79783</guid>
		<description>@ hgrg

I see what you mean, you want the tags to generate child pages and off it to the right.

All you need to do is open style.css and look for this:

&lt;blockquote&gt;.nav li { 
	font-weight: bold; 
	margin: 5px 0 5px 0px; 
	padding: 0px 0 0 0px; 
	border-bottom: 1px solid #ccc; 
	height: 25px; background: url(images/li.png) no-repeat left;
}&lt;/blockquote&gt;

Right below that, add this code:
&lt;blockquote&gt;.nav li li { 
	padding: 0px 0 0 10px; 
}&lt;/blockquote&gt;

That will offset all 2nd level (child) nav(igation) list by 10px to the right (because of the left padding). Hope that helps.</description>
		<content:encoded><![CDATA[<p>@ hgrg</p>
<p>I see what you mean, you want the tags to generate child pages and off it to the right.</p>
<p>All you need to do is open style.css and look for this:</p>
<blockquote><p>.nav li {<br />
	font-weight: bold;<br />
	margin: 5px 0 5px 0px;<br />
	padding: 0px 0 0 0px;<br />
	border-bottom: 1px solid #ccc;<br />
	height: 25px; background: url(images/li.png) no-repeat left;<br />
}</p></blockquote>
<p>Right below that, add this code:</p>
<blockquote><p>.nav li li {<br />
	padding: 0px 0 0 10px;<br />
}</p></blockquote>
<p>That will offset all 2nd level (child) nav(igation) list by 10px to the right (because of the left padding). Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hgrg</title>
		<link>http://www.headsetoptions.org/2006/10/13/sunrise-new-wordpress-theme/#comment-79779</link>
		<dc:creator>hgrg</dc:creator>
		<pubDate>Mon, 21 Apr 2008 16:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2006/10/13/sunrise-new-wordpress-theme/#comment-79779</guid>
		<description>Hello!
I'm afraid that i did not desrcibe my problem well enough: I would like to use sub pages(depth 2,3) and then if i add a subpage then it is doin like uve seen at the picture..
here is it what i would like to do(made with graphic program):
http://hgrg.extra.hu/kep/sunrise_subpage2.jpg
The source code that wp generates:
&lt;code&gt;
&#60;div class="nav" style="margin-bottom:55px;"&#62;

				&#60;h2&#62;Regös alapítvány&#60;/h2&#62;
					&#60;ul&#62;
						&#60;li class="page_item page-item-3"&#62;&#60;a href="http://regos.hu/beta/?page_id=3" title="Regös Alapítvány"&#62;Regös Alapítvány&#60;/a&#62;
&#60;ul&#62;
	&#60;li class="page_item page-item-4"&#62;&#60;a href="http://regos.hu/beta/?page_id=4" title="Elérhetőségek"&#62;Elérhetőségek&#60;/a&#62;&#60;/li&#62;
&#60;/ul&#62;
&#60;/li&#62;

				&#60;/ul&#62;
			&#60;/div&#62;
&lt;/code&gt;
Thanks for your quick answers!</description>
		<content:encoded><![CDATA[<p>Hello!<br />
I&#8217;m afraid that i did not desrcibe my problem well enough: I would like to use sub pages(depth 2,3) and then if i add a subpage then it is doin like uve seen at the picture..<br />
here is it what i would like to do(made with graphic program):<br />
<a href="http://hgrg.extra.hu/kep/sunrise_subpage2.jpg" rel="nofollow">http://hgrg.extra.hu/kep/sunrise_subpage2.jpg</a><br />
The source code that wp generates:<br />
<code><br />
&lt;div class="nav" style="margin-bottom:55px;"&gt;</p>
<p>				&lt;h2&gt;Regös alapítvány&lt;/h2&gt;<br />
					&lt;ul&gt;<br />
						&lt;li class="page_item page-item-3"&gt;&lt;a href="http://regos.hu/beta/?page_id=3" title="Regös Alapítvány"&gt;Regös Alapítvány&lt;/a&gt;<br />
&lt;ul&gt;<br />
	&lt;li class="page_item page-item-4"&gt;&lt;a href="http://regos.hu/beta/?page_id=4" title="Elérhetőségek"&gt;Elérhetőségek&lt;/a&gt;&lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/li&gt;</p>
<p>				&lt;/ul&gt;<br />
			&lt;/div&gt;<br />
</code><br />
Thanks for your quick answers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hso</title>
		<link>http://www.headsetoptions.org/2006/10/13/sunrise-new-wordpress-theme/#comment-79766</link>
		<dc:creator>hso</dc:creator>
		<pubDate>Sun, 20 Apr 2008 19:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2006/10/13/sunrise-new-wordpress-theme/#comment-79766</guid>
		<description>@ hgrg

That should not happen because the pages tag has a depth setting of 1, which means only the parent pages are shown. With that said, I noticed a but, the current tag in sidebar.php for pages will look like this: 

&lt;blockquote&gt;&#60;li&#62;&#60;a href="&#60;?php echo get_settings('home'); ?&#62;/"&#62;Home&#60;/a&#62;
&#60;?php wp_list_pages('sort_column=menu_order&#038;depth=1&#038;title_li='); ?&#62;&#60;/li&#62;&lt;/blockquote&gt;

But it should really look like this:
&lt;blockquote&gt;&#60;li&#62;&#60;a href="&#60;?php echo get_settings('home'); ?&#62;/"&#62;Home&#60;/a&#62;&#60;/li&#62;
&#60;?php wp_list_pages('sort_column=menu_order&#038;depth=1&#038;title_li='); ?&#62;&lt;/blockquote&gt;
Hope that solves the issue, let me know.</description>
		<content:encoded><![CDATA[<p>@ hgrg</p>
<p>That should not happen because the pages tag has a depth setting of 1, which means only the parent pages are shown. With that said, I noticed a but, the current tag in sidebar.php for pages will look like this: </p>
<blockquote><p>&lt;li&gt;&lt;a href=&#8221;&lt;?php echo get_settings(&#8217;home&#8217;); ?&gt;/&#8221;&gt;Home&lt;/a&gt;<br />
&lt;?php wp_list_pages(&#8217;sort_column=menu_order&#038;depth=1&#038;title_li=&#8217;); ?&gt;&lt;/li&gt;</p></blockquote>
<p>But it should really look like this:</p>
<blockquote><p>&lt;li&gt;&lt;a href=&#8221;&lt;?php echo get_settings(&#8217;home&#8217;); ?&gt;/&#8221;&gt;Home&lt;/a&gt;&lt;/li&gt;<br />
&lt;?php wp_list_pages(&#8217;sort_column=menu_order&#038;depth=1&#038;title_li=&#8217;); ?&gt;</p></blockquote>
<p>Hope that solves the issue, let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hgrg</title>
		<link>http://www.headsetoptions.org/2006/10/13/sunrise-new-wordpress-theme/#comment-79765</link>
		<dc:creator>hgrg</dc:creator>
		<pubDate>Sun, 20 Apr 2008 17:50:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2006/10/13/sunrise-new-wordpress-theme/#comment-79765</guid>
		<description>Hello!
I'm  a begginer wordpress user, but ive got some php,HTML,JavaScript expiriences..
But I can't find out how could i solve that: Ive got pages which are coming under other pages.. but if I use them in a hierarchy where are subpages the theme is bein mad like that: http://hgrg.extra.hu/kep/sunrise_subpage.jpg
I'm glad to see that you take care about all your themes not like other developers..</description>
		<content:encoded><![CDATA[<p>Hello!<br />
I&#8217;m  a begginer wordpress user, but ive got some php,HTML,JavaScript expiriences..<br />
But I can&#8217;t find out how could i solve that: Ive got pages which are coming under other pages.. but if I use them in a hierarchy where are subpages the theme is bein mad like that: <a href="http://hgrg.extra.hu/kep/sunrise_subpage.jpg" rel="nofollow">http://hgrg.extra.hu/kep/sunrise_subpage.jpg</a><br />
I&#8217;m glad to see that you take care about all your themes not like other developers..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hso</title>
		<link>http://www.headsetoptions.org/2006/10/13/sunrise-new-wordpress-theme/#comment-27167</link>
		<dc:creator>hso</dc:creator>
		<pubDate>Fri, 22 Jun 2007 21:21:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2006/10/13/sunrise-new-wordpress-theme/#comment-27167</guid>
		<description>@ Ejsi

If you are adding the blogroll using Sidebar Widgets, then the dot will stay. You can manually add blogroll code/tags in your sidebar to avoid the pre-formatted style.</description>
		<content:encoded><![CDATA[<p>@ Ejsi</p>
<p>If you are adding the blogroll using Sidebar Widgets, then the dot will stay. You can manually add blogroll code/tags in your sidebar to avoid the pre-formatted style.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ejsi</title>
		<link>http://www.headsetoptions.org/2006/10/13/sunrise-new-wordpress-theme/#comment-26794</link>
		<dc:creator>Ejsi</dc:creator>
		<pubDate>Wed, 20 Jun 2007 22:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2006/10/13/sunrise-new-wordpress-theme/#comment-26794</guid>
		<description>Hi!

Probably it is the last problem, which I should solve to start using your template. Unfortunately, I can't solve it by myself, so I must ask you for help.

I've added links in sidebar by function . Everything works all right, but I want to change design of them to the same as other menu items. I don't know how I can remove points near titles of links categories and border of this list. Here's my sidebar - http://img510.imageshack.us/img510/8521/image2hs1.png . Thanks in advance for solution.</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Probably it is the last problem, which I should solve to start using your template. Unfortunately, I can&#8217;t solve it by myself, so I must ask you for help.</p>
<p>I&#8217;ve added links in sidebar by function . Everything works all right, but I want to change design of them to the same as other menu items. I don&#8217;t know how I can remove points near titles of links categories and border of this list. Here&#8217;s my sidebar - <a href="http://img510.imageshack.us/img510/8521/image2hs1.png" rel="nofollow">http://img510.imageshack.us/img510/8521/image2hs1.png</a> . Thanks in advance for solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jean-Michel</title>
		<link>http://www.headsetoptions.org/2006/10/13/sunrise-new-wordpress-theme/#comment-23230</link>
		<dc:creator>jean-Michel</dc:creator>
		<pubDate>Thu, 31 May 2007 00:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2006/10/13/sunrise-new-wordpress-theme/#comment-23230</guid>
		<description>It works !!! That's fabulous !!! I spent so much time to look for a solution  !!! It was so simple but without your help it would be impossible to find. Thanks again for your help and so quick answer. I have been less reactive ;-) 
and one more time thks again for the template</description>
		<content:encoded><![CDATA[<p>It works !!! That&#8217;s fabulous !!! I spent so much time to look for a solution  !!! It was so simple but without your help it would be impossible to find. Thanks again for your help and so quick answer. I have been less reactive <img src='http://www.headsetoptions.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
and one more time thks again for the template</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: headsetop</title>
		<link>http://www.headsetoptions.org/2006/10/13/sunrise-new-wordpress-theme/#comment-22700</link>
		<dc:creator>headsetop</dc:creator>
		<pubDate>Sun, 27 May 2007 21:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.headsetoptions.org/2006/10/13/sunrise-new-wordpress-theme/#comment-22700</guid>
		<description>@ Ejsi

ouls you try an dplay with the margin numbers here in you style.css:

.nav li { 
	font-weight: bold; 
	margin: 5px 0 5px 0px; 
	padding: 0px 0 0 0px; 
	border-bottom: 1px solid #ccc; 
	height: 25px; background: url(images/li.png) no-repeat left;
}

In line 3 you have margin of 5px for top and 5px for bottom, change the 2nd value (5px) to less than that and see if it makes any difference, in the mean time I will check to see why the problem exists in the first place.</description>
		<content:encoded><![CDATA[<p>@ Ejsi</p>
<p>ouls you try an dplay with the margin numbers here in you style.css:</p>
<p>.nav li {<br />
	font-weight: bold;<br />
	margin: 5px 0 5px 0px;<br />
	padding: 0px 0 0 0px;<br />
	border-bottom: 1px solid #ccc;<br />
	height: 25px; background: url(images/li.png) no-repeat left;<br />
}</p>
<p>In line 3 you have margin of 5px for top and 5px for bottom, change the 2nd value (5px) to less than that and see if it makes any difference, in the mean time I will check to see why the problem exists in the first place.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.530 seconds -->
