<?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 Tag: images</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Sat, 04 Feb 2012 04:10:57 +0000</pubDate>

<item>
<title>helgatheviking on "Full Screen Header/Body/Footer Image"</title>
<link>http://themeshaper.com/forums/topic/full-screen-headerbodyfooter-image#post-24920</link>
<pubDate>Mon, 16 Jan 2012 19:37:35 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24920@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;sorry, don't follow you.  can't you just put 1 large background on the body?  or #wrapper?  perhaps you could create a diagram or screenshot to better explain.
&#60;/p&#62;</description>
</item>
<item>
<title>crashprojects on "Full Screen Header/Body/Footer Image"</title>
<link>http://themeshaper.com/forums/topic/full-screen-headerbodyfooter-image#post-24916</link>
<pubDate>Mon, 16 Jan 2012 04:20:20 +0000</pubDate>
<dc:creator>crashprojects</dc:creator>
<guid isPermaLink="false">24916@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm building on Thematic, and I'd like to use a background image for my entire site; header, body, and footer.  I'd like to utilize all of the screen real estate, and not just the real estate specified in the thematic dimensions.&#60;/p&#62;
&#60;p&#62;Can anyone tell me:&#60;/p&#62;
&#60;p&#62;a:  what dimensions should I use in the creation of the image?&#60;br /&#62;
b:  how do I go about implementing use of the image?&#60;/p&#62;
&#60;p&#62;Also, I'd settle for being able to use 3 separate images for header, body, and footer as long as they used up all the screen real estate and not just that weird center area that gets inhabited when I use a banner in place of the blog title.  &#60;/p&#62;
&#60;p&#62;I hope I'm explaining this correctly.  Thank you for reading.
&#60;/p&#62;</description>
</item>
<item>
<title>mrmikeman on "adding icons to menu"</title>
<link>http://themeshaper.com/forums/topic/adding-icons-to-menu#post-23710</link>
<pubDate>Sat, 05 Nov 2011 06:30:18 +0000</pubDate>
<dc:creator>mrmikeman</dc:creator>
<guid isPermaLink="false">23710@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;using the above code and css, my social buttons have a tiny portion of it that is clickable.. can anyone provide a more efficiant way to putting social icons in the nav menu&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>simonafilote on "Adding images next to postfooter elements"</title>
<link>http://themeshaper.com/forums/topic/adding-images-next-to-postfooter-elements#post-23664</link>
<pubDate>Tue, 01 Nov 2011 17:40:28 +0000</pubDate>
<dc:creator>simonafilote</dc:creator>
<guid isPermaLink="false">23664@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hey, you were right, I removed the dots and it worked! Thanks for helping me out :)
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Adding images next to postfooter elements"</title>
<link>http://themeshaper.com/forums/topic/adding-images-next-to-postfooter-elements#post-23661</link>
<pubDate>Tue, 01 Nov 2011 14:54:27 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">23661@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;simona,&#60;/p&#62;
&#60;p&#62;your code looks good, but make sure that the &#60;em&#62;path&#60;/em&#62; to the file name is correct.  &#60;/p&#62;
&#60;p&#62;if you've added this code to your theme's style.css and your images are in a folder called 'images' (in the root of your theme) then your path should actually be:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;background: url(&#38;quot;images/pencil1.png&#38;quot;) no-repeat scroll 0 2px #FFFFFF;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;the ../ means go UP one level from where you are (style.css) so no doubt it isn't finding the image folder.  you can see that in firebug too usually as you'll get 404/not found errors.
&#60;/p&#62;</description>
</item>
<item>
<title>simonafilote on "Adding images next to postfooter elements"</title>
<link>http://themeshaper.com/forums/topic/adding-images-next-to-postfooter-elements#post-23660</link>
<pubDate>Tue, 01 Nov 2011 14:07:26 +0000</pubDate>
<dc:creator>simonafilote</dc:creator>
<guid isPermaLink="false">23660@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi Helga&#60;/p&#62;
&#60;p&#62;Many thanks for your answer. In fact I had taken a look at the example site's CSS through Firebug, and what I found is the following:&#60;/p&#62;
&#60;p&#62;To add an image besides the tag links, I guess this is the code. I added it in my style.css and that created some space right before the tag-links in the postfooter where the small image should come, but the image itself doesn't appear...what am I missing? I double checked the image name to make sure it's right.&#60;/p&#62;
&#60;p&#62;#content .entry-utility .tag-links {&#60;br /&#62;
    background: url(&#34;../images/pencil6.png&#34;) no-repeat scroll 4px 1px #FFFFFF;&#60;br /&#62;
    padding: 0 8px 0 32px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;---------&#60;br /&#62;
To add the image before the comment count, I copy/pasted this code in the style.css but there is no effect at the frontend...not even some space as in the first case.&#60;/p&#62;
&#60;p&#62;#content .entry-utility .comment-link {&#60;br /&#62;
    background: url(&#34;../images/pencil1.png&#34;) no-repeat scroll 0 2px #FFFFFF;&#60;br /&#62;
    padding: 0 11px 0 18px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;What do you think?&#60;/p&#62;
&#60;p&#62;Simona
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Adding images next to postfooter elements"</title>
<link>http://themeshaper.com/forums/topic/adding-images-next-to-postfooter-elements#post-23657</link>
<pubDate>Mon, 31 Oct 2011 15:28:12 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">23657@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;why don't you take &#60;a href=&#34;http://getfirebug.com&#34; rel=&#34;nofollow&#34;&#62;http://getfirebug.com&#60;/a&#62; or chrome's developer tools and examine what that site is doing?  and then copy it?  it is only a little CSS background image in conjunction with some left padding.
&#60;/p&#62;</description>
</item>
<item>
<title>simonafilote on "Adding images next to postfooter elements"</title>
<link>http://themeshaper.com/forums/topic/adding-images-next-to-postfooter-elements#post-23656</link>
<pubDate>Mon, 31 Oct 2011 12:11:31 +0000</pubDate>
<dc:creator>simonafilote</dc:creator>
<guid isPermaLink="false">23656@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I've just started with WP and I'm a complete dummy with CSS and PHP but yet I'm keen to customise and style the blog theme as I wish... &#60;/p&#62;
&#60;p&#62;I've been searching for days for some solution to add a small speech bubble next to the comments count displayed in the postfooter of each post. Also, I'd like to add a graphic next to the other two elements displayed in the postfooter (post category and tags), something like it's being displayed on this blog: &#60;a href=&#34;http://www.blago.net/baking/.&#34; rel=&#34;nofollow&#34;&#62;http://www.blago.net/baking/.&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;My blog is crumbsofjoy.co.cc&#60;/p&#62;
&#60;p&#62;I would really appreciate your help with this.&#60;/p&#62;
&#60;p&#62;Simona
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Thematic Images for Nav Links &#038; Seperators?"</title>
<link>http://themeshaper.com/forums/topic/thematic-images-for-nav-links-038-seperators#post-23517</link>
<pubDate>Wed, 19 Oct 2011 02:50:33 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">23517@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;i'd try starting w/ my mega menu thread&#60;br /&#62;
&#60;a href=&#34;http://themeshaper.com/forums/topic/thematic-menus-demystified-1&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/thematic-menus-demystified-1&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;somewhere in there it is covered how to create a totally custom image menu.&#60;/p&#62;
&#60;p&#62;also mentioned, is modifying the Nav Walker, which is probably what you'd need to do in order to add markup that you could add image separators to
&#60;/p&#62;</description>
</item>
<item>
<title>daydreamer2k on "Thematic Images for Nav Links &#038; Seperators?"</title>
<link>http://themeshaper.com/forums/topic/thematic-images-for-nav-links-038-seperators#post-23515</link>
<pubDate>Tue, 18 Oct 2011 16:53:12 +0000</pubDate>
<dc:creator>daydreamer2k</dc:creator>
<guid isPermaLink="false">23515@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Having a little bit of a hair pulling out moment, I'm using thematic, I've customised the child theme exactly as I want except for one thing, I want to use images for the links in the navigation menu, and I also want to incorporate some seperators between the links which are also images. I have been searching &#38;#38; searching &#38;#38; cannot seem to work this out? &#60;/p&#62;
&#60;p&#62;Any help would be much appriciated!
&#60;/p&#62;</description>
</item>
<item>
<title>scott28 on "How do you transition a thumbnail excerpt img into a s/p full size img"</title>
<link>http://themeshaper.com/forums/topic/how-do-you-transition-the-themat-excerpt-size-to-the-post-image-size#post-22775</link>
<pubDate>Sat, 20 Aug 2011 13:36:09 +0000</pubDate>
<dc:creator>scott28</dc:creator>
<guid isPermaLink="false">22775@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello, I'm totally new to the thematic and am a little lost here. I understand all the basics of the child theme but I was wondering if it's possible to have a small thumbnail image on my homepage (my home is configured to show excerpts) and then have it set up to where when you click on the thumbnail image, it takes you to the single post page with a full size image. Thanks in advance for any help at all!
&#60;/p&#62;</description>
</item>
<item>
<title>allenjcochran on "adding icons to menu"</title>
<link>http://themeshaper.com/forums/topic/adding-icons-to-menu#post-22754</link>
<pubDate>Fri, 19 Aug 2011 10:16:34 +0000</pubDate>
<dc:creator>allenjcochran</dc:creator>
<guid isPermaLink="false">22754@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Oh my site is: &#60;a href=&#34;http://www.allenjcochran.com&#34; rel=&#34;nofollow&#34;&#62;www.allenjcochran.com&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>allenjcochran on "adding icons to menu"</title>
<link>http://themeshaper.com/forums/topic/adding-icons-to-menu#post-22753</link>
<pubDate>Fri, 19 Aug 2011 10:16:12 +0000</pubDate>
<dc:creator>allenjcochran</dc:creator>
<guid isPermaLink="false">22753@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;&#60;strong&#62;This tutorial was ultimately really helpful. I positioned my social media icons exactly how I wanted them using this function:&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;function my_div_socmedia(){&#60;br /&#62;
echo '&#38;lt;div id=&#34;socmedia&#34;&#38;gt;&#38;lt;div class=&#34;icons_social&#34;&#38;gt;&#60;br /&#62;
		&#60;a href=&#34;http://www.facebook.com/allenjcochran/&#34;&#62;&#38;lt;img src=&#34;http://allenjcochran.com/wp-content/uploads/2011/08/facebook-logo.png&#34; /&#38;gt;&#60;/a&#62;&#60;br /&#62;
		&#60;a href=&#34;http://www.twitter.com/allenjcochran/&#34;&#62;&#38;lt;img src=&#34;http://allenjcochran.com/wp-content/uploads/2011/08/twitter.png&#34; /&#38;gt;&#60;/a&#62;&#60;br /&#62;
		&#60;a href=&#34;http://www.linkedin.com/allenjcochran/&#34;&#62;&#38;lt;img src=&#34;http://allenjcochran.com/wp-content/uploads/2011/08/linkedin-logo.png&#34; /&#38;gt;&#60;/a&#62;&#60;br /&#62;
		&#60;a href=&#34;mailto:allenjcochran@gmail.com&#34;&#62;&#38;lt;img src=&#34;http://allenjcochran.com/wp-content/uploads/2011/08/mail.png&#34; /&#38;gt;&#60;/a&#62;&#60;br /&#62;
		&#38;lt;/div&#38;gt;&#60;br /&#62;
		&#38;lt;/div&#38;gt;';&#60;br /&#62;
}&#60;br /&#62;
add_action('thematic_header','my_div_socmedia');&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;AND, this CSS:&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;#socmedia {&#60;br /&#62;
	margin: 0 auto;&#60;br /&#62;
	width: 940px;&#60;br /&#62;
	margin-top: -35px;&#60;br /&#62;
	z-index: 100;&#60;br /&#62;
}&#60;br /&#62;
.icons_social {&#60;br /&#62;
	/*padding-left: 30%;*/&#60;br /&#62;
	text-align: right;&#60;br /&#62;
}&#60;br /&#62;
.icons_social img {&#60;br /&#62;
	width: 20px;&#60;br /&#62;
	height: 20px;&#60;br /&#62;
	padding: 5px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;BUT, i cannot get my links to work&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Any chance someone could tell me how to fix that? Is it all because of the z-index of #access?
&#60;/p&#62;</description>
</item>
<item>
<title>daveread on "Different backgrounds on post"</title>
<link>http://themeshaper.com/forums/topic/different-backgrounds-on-post/page/2#post-22642</link>
<pubDate>Thu, 11 Aug 2011 20:25:28 +0000</pubDate>
<dc:creator>daveread</dc:creator>
<guid isPermaLink="false">22642@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks - will do (in a few hours)...
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Different backgrounds on post"</title>
<link>http://themeshaper.com/forums/topic/different-backgrounds-on-post/page/2#post-22641</link>
<pubDate>Thu, 11 Aug 2011 20:22:03 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">22641@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;sounds like you are asking for something different.  try starting a new thread.  include what you want to do differently, what you've tried and the results you get versus the results you would like.
&#60;/p&#62;</description>
</item>
<item>
<title>daveread on "Different backgrounds on post"</title>
<link>http://themeshaper.com/forums/topic/different-backgrounds-on-post/page/2#post-22640</link>
<pubDate>Thu, 11 Aug 2011 20:02:46 +0000</pubDate>
<dc:creator>daveread</dc:creator>
<guid isPermaLink="false">22640@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Instead of setting body background via css, and using body classes to show various backgrounds, it could be done via childtheme function? If so, could you show an example of such a function? Thank you helgatheviking.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Different backgrounds on post"</title>
<link>http://themeshaper.com/forums/topic/different-backgrounds-on-post/page/2#post-22639</link>
<pubDate>Thu, 11 Aug 2011 19:50:52 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">22639@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;where the function has an image you'd wrap it in a link
&#60;/p&#62;</description>
</item>
<item>
<title>daveread on "Different backgrounds on post"</title>
<link>http://themeshaper.com/forums/topic/different-backgrounds-on-post/page/2#post-22635</link>
<pubDate>Thu, 11 Aug 2011 17:39:56 +0000</pubDate>
<dc:creator>daveread</dc:creator>
<guid isPermaLink="false">22635@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Would there be a function for making the background image clickable?
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "adding icons to menu"</title>
<link>http://themeshaper.com/forums/topic/adding-icons-to-menu#post-22523</link>
<pubDate>Wed, 03 Aug 2011 03:04:13 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">22523@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;i don't think you can limit the width of access.... b/c then you won't get the menu centered the way you expect.  best to put the social icons inside #access
&#60;/p&#62;</description>
</item>
<item>
<title>sowingseeds on "adding icons to menu"</title>
<link>http://themeshaper.com/forums/topic/adding-icons-to-menu#post-22521</link>
<pubDate>Wed, 03 Aug 2011 02:33:07 +0000</pubDate>
<dc:creator>sowingseeds</dc:creator>
<guid isPermaLink="false">22521@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Addendum: cleanest way is the replacing of the search bar in access through the link given by helgatheviking.&#60;/p&#62;
&#60;p&#62;Take Gene's code - 3rd post down.&#60;br /&#62;
You can remove the initial &#38;lt;?php section through to the ?&#38;gt;;&#60;br /&#62;
start at &#38;lt;div id=&#34;access&#34;&#38;gt;;&#60;br /&#62;
then replace from &#38;lt;div id=&#34;access-search&#34;&#38;gt; with your code,&#60;br /&#62;
leaving the final &#38;lt;/div&#38;gt;&#38;lt;!-- #access --&#38;gt;&#60;br /&#62;
&#38;lt;?php }&#60;/p&#62;
&#60;p&#62;Also you will now need to remove any negative top margin in your css on .icons-social.&#60;br /&#62;
On your code it does not now need to be echoed... make sure no space (line break?) between the image and add a margin right to the first image.
&#60;/p&#62;</description>
</item>
<item>
<title>sowingseeds on "adding icons to menu"</title>
<link>http://themeshaper.com/forums/topic/adding-icons-to-menu#post-22519</link>
<pubDate>Wed, 03 Aug 2011 02:05:28 +0000</pubDate>
<dc:creator>sowingseeds</dc:creator>
<guid isPermaLink="false">22519@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Just a couple of comments. The link to topic on the search bar would be the way to go. Currently there is a link underline in between your two icons. There is a space between the coding for your two icons in functions. Put space between the two icons with:&#60;br /&#62;
 style=&#34;margin-right:10px;&#34; after twitter.png.&#60;/p&#62;
&#60;p&#62;If you stay with what you have you could (I think) limit the width of #access to say 650px (if you have a width on #wrapper of 960px and center it with margin: 0 auto). That way you will not run up against the z-index issue that is covering the top part of your icons from being active as a links.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "adding icons to menu"</title>
<link>http://themeshaper.com/forums/topic/adding-icons-to-menu#post-22513</link>
<pubDate>Tue, 02 Aug 2011 19:42:07 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">22513@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;it's a combo of positioning and the fact that #access has a high z-index.  the more i think about it the more i think you might be better served by adding your links into the access function&#60;/p&#62;
&#60;p&#62;see this link:&#60;br /&#62;
&#60;a href=&#34;http://themeshaper.com/forums/topic/add-search-bar-to-thematic-using-override&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/add-search-bar-to-thematic-using-override&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;instead of the search form  you'd just use the markup from your my_div_socmedia function
&#60;/p&#62;</description>
</item>
<item>
<title>cookieandkate on "adding icons to menu"</title>
<link>http://themeshaper.com/forums/topic/adding-icons-to-menu#post-22512</link>
<pubDate>Tue, 02 Aug 2011 18:45:35 +0000</pubDate>
<dc:creator>cookieandkate</dc:creator>
<guid isPermaLink="false">22512@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hooray! It works!&#60;/p&#62;
&#60;p&#62;You're right, helgatheviking, the code you mentioned first is unnecessary. I didn't have to edit sowingseeds' code to move the icons above the header, though. All I did was change the image source code and add links. I also fiddled with the CSS until the icons showed up in the right spot.&#60;/p&#62;
&#60;p&#62;Here's the code I'm using, in case it's helpful to anyone:&#60;br /&#62;
// Remove the standard Thematic menu&#60;br /&#62;
function remove_menu() {&#60;br /&#62;
	remove_action('thematic_header','thematic_access',9);&#60;br /&#62;
}&#60;br /&#62;
add_action('init', 'remove_menu');&#60;/p&#62;
&#60;p&#62;// Moving the thematic menu above the header&#60;br /&#62;
add_action('thematic_aboveheader','thematic_access');&#60;/p&#62;
&#60;p&#62;// add icons icons to menu above header&#60;br /&#62;
function my_div_socmedia(){&#60;br /&#62;
echo '&#38;lt;div id=&#34;socmedia&#34;&#38;gt;&#38;lt;div class=&#34;icons_social&#34;&#38;gt;&#60;a href=&#34;http://twitter.com/#!/cookieandkate&#34;&#62;&#38;lt;img width=&#34;18&#34; height=&#34;18&#34; alt=&#34;Follow me on twitter&#34; src=&#34;http://cookieandkate.com/images/2011/08/twitter.png&#34; /&#38;gt;&#60;/a&#62;&#60;a rel=&#34;alternate&#34; href=&#34;http://feeds.feedburner.com/CookieAndKate&#34;&#62;&#60;br /&#62;
&#38;lt;img width=&#34;18&#34; height=&#34;18&#34; style=&#34;margin-left:2px;&#34; alt=&#34;Subscribe via RSS&#34; src=&#34;http://cookieandkate.com/images/2010/10/rss-small2.jpg&#34;&#38;gt;&#60;br /&#62;
&#60;/a&#62;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;';&#60;br /&#62;
}&#60;br /&#62;
add_action('thematic_aboveheader','my_div_socmedia');&#60;/p&#62;
&#60;p&#62;ONE little issue remains, though. When I hover my mouse over either of the icons, I don't see that I can click on the icon until my mouse is at the bottom edge of the icon. The icons are small, yes, but I should be able to click on them when I'm hovering directly over them. Any suggestions?&#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "adding icons to menu"</title>
<link>http://themeshaper.com/forums/topic/adding-icons-to-menu#post-22511</link>
<pubDate>Tue, 02 Aug 2011 17:53:37 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">22511@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;i don't think this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function child_access_menu() {
$menu_sys = &#38;#39;wp_nav_menu&#38;#39;;
return $menu_sys;
}
add_filter(&#38;#39;thematic_menu_type&#38;#39;, &#38;#39;child_access_menu&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;is necessary any more.  thematic 0.9.8 uses wp_nav_menu by default and then falls back to w page-based menu&#60;/p&#62;
&#60;p&#62;the only change you need to make to sowingseed's code is to change the location. (presuming it does what you want)&#60;/p&#62;
&#60;p&#62;sowingseed's code hooks into thematic_aboveheader and the code you've posted moves the menu to below the header&#60;/p&#62;
&#60;p&#62;add_action('thematic_belowheader','my_div_socmedia',10);&#60;/p&#62;
&#60;p&#62;i just added a priority number so that it comes after your thematic_access() in the html markup.  did you at least try sowingseed's code?  you would have seen that it places the images in a different place.&#60;/p&#62;
&#60;p&#62;i'd adjust the code such that you auto-generate your file's location.  put the icons inside a folder called &#34;images&#34; in your child theme's directory&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function my_div_socmedia(){
echo &#38;#39;&#38;lt;div id=&#38;quot;socmedia&#38;quot;&#38;gt;&#38;lt;div class=&#38;quot;icons_social&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;&#38;lt;?php echo get_stylesheet_directory_uri(); ?&#38;gt;/images/img1.gif&#38;quot; /&#38;gt;&#38;lt;img src=&#38;quot;&#38;lt;?php echo get_stylesheet_directory_uri(); ?&#38;gt;/images/img2.gif&#38;quot; /&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;;
}
add_action(&#38;#39;thematic_belowheader&#38;#39;,&#38;#39;my_div_socmedia&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>cookieandkate on "adding icons to menu"</title>
<link>http://themeshaper.com/forums/topic/adding-icons-to-menu#post-22510</link>
<pubDate>Tue, 02 Aug 2011 16:36:19 +0000</pubDate>
<dc:creator>cookieandkate</dc:creator>
<guid isPermaLink="false">22510@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm sorry to be a bother. I just looked at my functions.php and remember that I swapped the thematic menu for the wordpress menu. I'm guessing I need to edit the code provided by sowingseeds, right? Any suggestions?&#60;/p&#62;
&#60;p&#62;Here's what I have in my functions.php for the menu:&#60;/p&#62;
&#60;p&#62;// change Thematic #access menu for a Wordpress 3.0 menu&#60;br /&#62;
function child_access_menu() {&#60;br /&#62;
	$menu_sys = 'wp_nav_menu';&#60;br /&#62;
	return $menu_sys;&#60;br /&#62;
}&#60;br /&#62;
add_filter('thematic_menu_type', 'child_access_menu');&#60;/p&#62;
&#60;p&#62;// Remove the standard Thematic menu&#60;br /&#62;
function remove_menu() {&#60;br /&#62;
	remove_action('thematic_header','thematic_access',9);&#60;br /&#62;
}&#60;br /&#62;
add_action('init', 'remove_menu');&#60;/p&#62;
&#60;p&#62;// Moving the thematic menu above the header&#60;br /&#62;
add_action('thematic_aboveheader','thematic_access');
&#60;/p&#62;</description>
</item>
<item>
<title>ScottNix on "adding icons to menu"</title>
<link>http://themeshaper.com/forums/topic/adding-icons-to-menu#post-22509</link>
<pubDate>Tue, 02 Aug 2011 16:08:42 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">22509@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;The php would go in the functions.php file of your child theme.
&#60;/p&#62;</description>
</item>
<item>
<title>cookieandkate on "adding icons to menu"</title>
<link>http://themeshaper.com/forums/topic/adding-icons-to-menu#post-22506</link>
<pubDate>Tue, 02 Aug 2011 12:29:13 +0000</pubDate>
<dc:creator>cookieandkate</dc:creator>
<guid isPermaLink="false">22506@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thank you so much for your response! I'm sorry to be dense, but where would I insert the php code? In header.php, functions.php or elsewhere? I'm afraid to put it in the wrong spot. &#60;/p&#62;
&#60;p&#62;Thank you!
&#60;/p&#62;</description>
</item>
<item>
<title>sowingseeds on "adding icons to menu"</title>
<link>http://themeshaper.com/forums/topic/adding-icons-to-menu#post-22503</link>
<pubDate>Tue, 02 Aug 2011 08:05:58 +0000</pubDate>
<dc:creator>sowingseeds</dc:creator>
<guid isPermaLink="false">22503@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Maybe something simple will get you what you want. How about adding a new division into thematic_aboveheader (I assume your menu is already in that hook)? Maybe then if you put the social media icons inside a class division styling would be not too difficult.&#60;/p&#62;
&#60;p&#62;So for example:&#60;br /&#62;
function my_div_socmedia(){&#60;br /&#62;
echo '&#38;lt;div id=&#34;socmedia&#34;&#38;gt;&#38;lt;div class=&#34;icons_social&#34;&#38;gt;&#38;lt;img src=&#34;path_to_icon1&#34; /&#38;gt;&#38;lt;img src=&#34;http://path_to_icon2&#34; /&#38;gt;&#38;lt;/div&#38;gt;&#38;lt;/div&#38;gt;';&#60;br /&#62;
}&#60;br /&#62;
add_action('thematic_aboveheader','my_div_socmedia');&#60;/p&#62;
&#60;p&#62;Then in css:&#60;br /&#62;
#socmedia { margin-left:50%; width: 480px; margin-top:-25px; } /*adjust margin-top to move icons up*/&#60;br /&#62;
.icons_social { margin-left:200px; } /*adjust margin-left to move icons as far right as you wish*/&#60;/p&#62;
&#60;p&#62;Don't think you will need any 'clear:left' or equivalent.
&#60;/p&#62;</description>
</item>
<item>
<title>cookieandkate on "adding icons to menu"</title>
<link>http://themeshaper.com/forums/topic/adding-icons-to-menu#post-22501</link>
<pubDate>Tue, 02 Aug 2011 05:00:08 +0000</pubDate>
<dc:creator>cookieandkate</dc:creator>
<guid isPermaLink="false">22501@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have read through the Thematic menus demystified post and read about Wordpress menu styling, but I'm still stumped. All I want to do is add a small twitter and a small RSS icon in the top navigation menu on my blog, &#60;a href=&#34;http://cookieandkate.com.&#34; rel=&#34;nofollow&#34;&#62;http://cookieandkate.com.&#60;/a&#62; I already have text links listed in the top nav—they are left aligned, though, and I want the icons to appear separately, but in the same row, on the right.&#60;/p&#62;
&#60;p&#62;I've tried adding a custom CSS style to the links, and applying an image through the stylesheet, but it won't work. I must be doing something wrong. I would so appreciate your help!&#60;/p&#62;
&#60;p&#62;Sincerely,&#60;br /&#62;
Kate
&#60;/p&#62;</description>
</item>
<item>
<title>jhkoning on "Get-The-Image for Category &#038; Tag Archives"</title>
<link>http://themeshaper.com/forums/topic/get-the-image-for-category-038-tag-archives#post-22260</link>
<pubDate>Sun, 10 Jul 2011 08:20:58 +0000</pubDate>
<dc:creator>jhkoning</dc:creator>
<guid isPermaLink="false">22260@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks @ridgely - this helped me out too - much appreciated,&#60;br /&#62;
Jas
&#60;/p&#62;</description>
</item>

</channel>
</rss>

