<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>ThemeShaper Forums User Favorites: jhkoning</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Tue, 21 May 2013 07:33:57 +0000</pubDate>

<item>
<title>em hr on "Add onload to body on homepage only"</title>
<link>http://themeshaper.com/forums/topic/add-onload-to-body-on-homepage-only#post-27728</link>
<pubDate>Sat, 15 Dec 2012 17:55:25 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">27728@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Please &#60;a href=&#34;http://themeshaper.com/forums/topic/please-read-this-before-adding-new-topics-thematic-has-moved&#34;&#62; read this&#60;/a&#62; and come to then new &#60;a href=&#34;http://thematictheme.com/forums/&#34;&#62;ThematicTheme Forums&#60;/a&#62; for support.
&#60;/p&#62;</description>
</item>
<item>
<title>janimal on "Add onload to body on homepage only"</title>
<link>http://themeshaper.com/forums/topic/add-onload-to-body-on-homepage-only#post-27664</link>
<pubDate>Thu, 01 Nov 2012 09:22:55 +0000</pubDate>
<dc:creator>janimal</dc:creator>
<guid isPermaLink="false">27664@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I haven't tried this but...&#60;/p&#62;
&#60;p&#62;The code for the body tag is in thematic\library\extensions\dynamic-classes.php&#60;/p&#62;
&#60;p&#62;So you could create an override for thematic_body() and insert your code to test whether the given page is the home page&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if (is_home() &#124;&#124; is_front_page()) {...}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and add the appropriate mark-up to the tag.&#60;/p&#62;
&#60;p&#62;Hope this helps...
&#60;/p&#62;</description>
</item>
<item>
<title>jhkoning on "Add onload to body on homepage only"</title>
<link>http://themeshaper.com/forums/topic/add-onload-to-body-on-homepage-only#post-27615</link>
<pubDate>Thu, 13 Sep 2012 01:30:32 +0000</pubDate>
<dc:creator>jhkoning</dc:creator>
<guid isPermaLink="false">27615@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi there,&#60;br /&#62;
I'm no further ahead with this - can anyone help me - please?&#60;br /&#62;
Thanks in advance,&#60;br /&#62;
Jas
&#60;/p&#62;</description>
</item>
<item>
<title>jhkoning on "Add onload to body on homepage only"</title>
<link>http://themeshaper.com/forums/topic/add-onload-to-body-on-homepage-only#post-27602</link>
<pubDate>Fri, 31 Aug 2012 09:36:31 +0000</pubDate>
<dc:creator>jhkoning</dc:creator>
<guid isPermaLink="false">27602@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi there,&#60;br /&#62;
The subject pretty much says it all, but how would I add, say this;&#60;/p&#62;
&#60;p&#62;onload=&#34;MM_preloadImages('/images/png/better-dog.png')&#34; class=&#34;home&#34;&#60;/p&#62;
&#60;p&#62;For arguments sake, to the &#38;lt;body&#38;gt; tag for the homepage only?&#60;br /&#62;
Any ideas GREATLY appreciated  :)&#60;br /&#62;
Thanks in advance,&#60;br /&#62;
Jas
&#60;/p&#62;</description>
</item>
<item>
<title>JennRost on "entry-meta add category"</title>
<link>http://themeshaper.com/forums/topic/entry-meta-add-category#post-23048</link>
<pubDate>Sun, 11 Sep 2011 19:37:19 +0000</pubDate>
<dc:creator>JennRost</dc:creator>
<guid isPermaLink="false">23048@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;This worked! Except it duplicated the cat-links so that it is now in the entry meta and the postfooter.
&#60;/p&#62;</description>
</item>
<item>
<title>jhkoning on "entry-meta add category"</title>
<link>http://themeshaper.com/forums/topic/entry-meta-add-category#post-22385</link>
<pubDate>Wed, 20 Jul 2011 21:13:37 +0000</pubDate>
<dc:creator>jhkoning</dc:creator>
<guid isPermaLink="false">22385@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks for that - will give it a shot &#38;#38; report back,&#60;br /&#62;
Jas
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "entry-meta add category"</title>
<link>http://themeshaper.com/forums/topic/entry-meta-add-category#post-22368</link>
<pubDate>Tue, 19 Jul 2011 06:03:59 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">22368@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;is there something different about your postmeta?  it looks almost the same?  i would straight up filter it.  scrap all of what you posted and try this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function sybarity_postheader_postmeta () {
    $postmeta = &#38;#39;&#38;lt;div class=&#38;quot;entry-meta&#38;quot;&#38;gt;&#38;#39;;
    $postmeta .= thematic_postfooter_postcategory();
    $postmeta .= thematic_postmeta_entrydate();
    $postmeta .= &#38;#39;&#38;lt;span class=&#38;quot;meta-sep meta-sep-entry-date&#38;quot;&#38;gt; / &#38;lt;/span&#38;gt;&#38;#39;;
    $postmeta .= thematic_postmeta_authorlink();

    $postmeta .= thematic_postmeta_editlink();

    $postmeta .= &#38;quot;&#38;lt;/div&#38;gt;&#38;lt;!-- .entry-meta --&#38;gt;\n&#38;quot;;

return $postmeta; 

}
add_filter(&#38;#39;thematic_postheader_postmeta&#38;#39;,&#38;#39;sybarity_postheader_postmeta&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;is untested, so is possible that i have a typo
&#60;/p&#62;</description>
</item>
<item>
<title>jhkoning on "entry-meta add category"</title>
<link>http://themeshaper.com/forums/topic/entry-meta-add-category#post-22366</link>
<pubDate>Tue, 19 Jul 2011 05:17:38 +0000</pubDate>
<dc:creator>jhkoning</dc:creator>
<guid isPermaLink="false">22366@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi there,&#60;br /&#62;
I'm trying to add the post category to the meta area below the post title (but above the content).&#60;br /&#62;
I have re-ordered it using this in the functions.php of my child theme;&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// Functions to change order of Post Meta
// Removing Thematic&#38;#39;s Postmeta

function remove_oldpostmeta() {
remove_action(&#38;#39;thematic_postheader&#38;#39;, &#38;#39;thematic_postheader_postmeta&#38;#39;);
}
add_action(&#38;#39;init&#38;#39;, &#38;#39;remove_oldpostmeta&#38;#39;);

//  Creating my new postmeta order
function sybarity_postheader_postmeta () {
$postmeta = &#38;#39;&#38;lt;div class=&#38;quot;entry-meta&#38;quot;&#38;gt;&#38;#39;;
    $postmeta .= thematic_postmeta_entrydate();
$postmeta .= &#38;#39;&#38;lt;span class=&#38;quot;meta-sep meta-sep-entry-date&#38;quot;&#38;gt; / &#38;lt;/span&#38;gt;&#38;#39;;
    $postmeta .= thematic_postmeta_authorlink();

    $postmeta .= thematic_postmeta_editlink();

    $postmeta .= &#38;quot;&#38;lt;/div&#38;gt;&#38;lt;!-- .entry-meta --&#38;gt;\n&#38;quot;;

return apply_filters(&#38;#39;sybarity_postheader_postmeta&#38;#39;,$postmeta); 

}
//  Applying the new postmeta order to Thematic&#38;#39;s postheader with a filter
function sybarity_postheader() {

    global $post;

    if ($post-&#38;gt;post_type == &#38;#39;page&#38;#39; &#124;&#124; is_404()) {
        $postheader = thematic_postheader_posttitle();
    } else {
        $postheader = thematic_postheader_posttitle() . sybarity_postheader_postmeta();
    }

	return $postheader;

}

add_filter(&#38;#39;thematic_postheader&#38;#39;, &#38;#39;sybarity_postheader&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But I have &#60;strong&#62;no&#60;/strong&#62; idea how to add the category (which I'd like to also be a link if possible).&#60;br /&#62;
I'd like the category to be first, then the date, then the author.&#60;br /&#62;
Thanks in advance,&#60;br /&#62;
Jas
&#60;/p&#62;</description>
</item>
<item>
<title>seanhawkridge on "a:focus CSS menu help"</title>
<link>http://themeshaper.com/forums/topic/afocus-css-menu-help#post-22336</link>
<pubDate>Fri, 15 Jul 2011 09:45:07 +0000</pubDate>
<dc:creator>seanhawkridge</dc:creator>
<guid isPermaLink="false">22336@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I just had a play around with this:&#60;/p&#62;
&#60;p&#62;.sf-menu li.sfHover a:hover {&#60;br /&#62;
	color: #fff;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;And it's getting there. I can get it to the stage where it keeps the hover color for the parent items but reverses the colors for the sub-menu items. But I reckon if you play around you might get what you need.
&#60;/p&#62;</description>
</item>
<item>
<title>jhkoning on "a:focus CSS menu help"</title>
<link>http://themeshaper.com/forums/topic/afocus-css-menu-help#post-22334</link>
<pubDate>Fri, 15 Jul 2011 02:19:25 +0000</pubDate>
<dc:creator>jhkoning</dc:creator>
<guid isPermaLink="false">22334@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Sorry @sowingseeds I've tried &#38;#38; failed.&#60;br /&#62;
Here are a couple of images that illustrate what I'm trying to achieve.&#60;br /&#62;
Ok, image 1 &#60;a href=&#34;http://www.aotearoawebdesign.co.nz/images/1.gif&#34; rel=&#34;nofollow&#34;&#62;http://www.aotearoawebdesign.co.nz/images/1.gif&#60;/a&#62; illustrates that the link colour 'STUDENT INFORMATION' is white when you hover over it. As you can see to the right, 'APPLY' is grey, which is it's natural state.&#60;br /&#62;
So, image 2 &#60;a href=&#34;http://www.aotearoawebdesign.co.nz/images/2.gif&#34; rel=&#34;nofollow&#34;&#62;http://www.aotearoawebdesign.co.nz/images/2.gif&#60;/a&#62; you notice the parent or ancestor (in this case 'STUDENT INFORMATION') reverts back to grey when you are hovering over the sub-menu.&#60;br /&#62;
I want 'STUDENT INFORMATION' to remain white.&#60;br /&#62;
How do I target the correct class and/or how do I track it down?&#60;br /&#62;
Many thanks!&#60;br /&#62;
Jas
&#60;/p&#62;</description>
</item>
<item>
<title>jhkoning on "a:focus CSS menu help"</title>
<link>http://themeshaper.com/forums/topic/afocus-css-menu-help#post-22250</link>
<pubDate>Fri, 08 Jul 2011 22:34:59 +0000</pubDate>
<dc:creator>jhkoning</dc:creator>
<guid isPermaLink="false">22250@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks @sowingseeds - I'll check it out &#38;#38; report back
&#60;/p&#62;</description>
</item>
<item>
<title>sowingseeds on "a:focus CSS menu help"</title>
<link>http://themeshaper.com/forums/topic/afocus-css-menu-help#post-22231</link>
<pubDate>Fri, 08 Jul 2011 11:29:12 +0000</pubDate>
<dc:creator>sowingseeds</dc:creator>
<guid isPermaLink="false">22231@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Check the Thematic menus demystified in the sticky section. #6. Styling the Beast should give you the help you need. If not there shout again!!
&#60;/p&#62;</description>
</item>
<item>
<title>jhkoning on "a:focus CSS menu help"</title>
<link>http://themeshaper.com/forums/topic/afocus-css-menu-help#post-22222</link>
<pubDate>Fri, 08 Jul 2011 04:47:24 +0000</pubDate>
<dc:creator>jhkoning</dc:creator>
<guid isPermaLink="false">22222@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Surely someone can help me with this? It's been a week...
&#60;/p&#62;</description>
</item>
<item>
<title>jhkoning on "a:focus CSS menu help"</title>
<link>http://themeshaper.com/forums/topic/afocus-css-menu-help#post-22058</link>
<pubDate>Tue, 28 Jun 2011 09:37:53 +0000</pubDate>
<dc:creator>jhkoning</dc:creator>
<guid isPermaLink="false">22058@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi again,&#60;br /&#62;
I'd like to be able to control the color of the top level menu item when hovering over a sub menu item (a:link).&#60;br /&#62;
I'd like the link to remain #FFF; but it currently defaults to #666; and has something to with a:focus (which is beyond me)...&#60;br /&#62;
Thanks in advance,&#60;br /&#62;
Jas
&#60;/p&#62;</description>
</item>

</channel>
</rss>
