<?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: header image</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Tue, 07 Feb 2012 22:37:12 +0000</pubDate>

<item>
<title>helgatheviking on "Make header image clickable"</title>
<link>http://themeshaper.com/forums/topic/make-header-image-clickable#post-22118</link>
<pubDate>Thu, 30 Jun 2011 23:45:18 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">22118@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;for future ref, to post code here you need to put it between two ` marks.  doesn't look like it got too mangled though.  &#60;/p&#62;
&#60;p&#62;i don't see anything pertaining to thematic_header so the damage must be getting done somewhere else.
&#60;/p&#62;</description>
</item>
<item>
<title>Alta Alley on "Make header image clickable"</title>
<link>http://themeshaper.com/forums/topic/make-header-image-clickable#post-22116</link>
<pubDate>Thu, 30 Jun 2011 22:04:30 +0000</pubDate>
<dc:creator>Alta Alley</dc:creator>
<guid isPermaLink="false">22116@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;&#38;lt;?php&#60;/p&#62;
&#60;p&#62;// Load Child Theme scripts&#60;br /&#62;
// &#60;a href=&#34;http://www.cssnewbie.com/example/equal-heights/&#34; rel=&#34;nofollow&#34;&#62;http://www.cssnewbie.com/example/equal-heights/&#60;/a&#62;&#60;br /&#62;
function childtheme_scripts() { ?&#38;gt;&#60;br /&#62;
    &#38;lt;script type=&#34;text/javascript&#34;&#38;gt;&#60;br /&#62;
    jQuery.noConflict();&#60;br /&#62;
    function equalHeight(group) {&#60;br /&#62;
        tallest = 0;&#60;br /&#62;
        group.each(function() {&#60;br /&#62;
            thisHeight = jQuery(this).height();&#60;br /&#62;
            if(thisHeight &#38;gt; tallest) {&#60;br /&#62;
                tallest = thisHeight;&#60;br /&#62;
            }&#60;br /&#62;
        });&#60;br /&#62;
        group.height(tallest);&#60;br /&#62;
    }&#60;br /&#62;
    jQuery(document).ready(function() {&#60;br /&#62;
        equalHeight(jQuery(&#34;.main-aside&#34;));&#60;br /&#62;
    });&#60;br /&#62;
    &#38;lt;/script&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php }&#60;br /&#62;
add_action('wp_head','childtheme_scripts');&#60;/p&#62;
&#60;p&#62;// Adds a home link to your menu&#60;br /&#62;
// &#60;a href=&#34;http://codex.wordpress.org/Template_Tags/wp_page_menu&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Template_Tags/wp_page_menu&#60;/a&#62;&#60;br /&#62;
function childtheme_menu_args($args) {&#60;br /&#62;
    $args = array(&#60;br /&#62;
        'show_home' =&#38;gt; 'Home',&#60;br /&#62;
        'sort_column' =&#38;gt; 'menu_order',&#60;br /&#62;
        'menu_class' =&#38;gt; 'menu',&#60;br /&#62;
        'echo' =&#38;gt; true&#60;br /&#62;
    );&#60;br /&#62;
    return $args;&#60;br /&#62;
}&#60;br /&#62;
add_filter('wp_page_menu_args','childtheme_menu_args');&#60;/p&#62;
&#60;p&#62;// Add a drop down category menu&#60;br /&#62;
function childtheme_category_menu() { if(!is_page()) { ?&#38;gt;&#60;br /&#62;
    &#38;lt;div id=&#34;category-access&#34;&#38;gt;&#60;br /&#62;
        &#38;lt;div id=&#34;category-menu&#34; class=&#34;menu&#34;&#38;gt;&#60;br /&#62;
            &#38;lt;div class=&#34;menu-title&#34;&#38;gt;&#38;lt;?php _e('Categories:', 'thematic'); ?&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
            &#38;lt;ul id=&#34;category-nav&#34; class=&#34;sf-menu&#34;&#38;gt;&#60;br /&#62;
                &#38;lt;?php wp_list_categories('title_li='); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;        &#38;lt;/div&#38;gt;&#60;br /&#62;
    &#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;?php } }&#60;br /&#62;
add_action('thematic_belowheader','childtheme_category_menu', 5);&#60;/p&#62;
&#60;p&#62;// Add a widgetized aside just below the header&#60;br /&#62;
function childtheme_leaderasides() { ?&#38;gt;&#60;/p&#62;
&#60;p&#62;    &#38;lt;?php if ( is_sidebar_active('1st-leader-aside') &#124;&#124; is_sidebar_active('2nd-leader-aside') &#124;&#124; is_sidebar_active('3rd-leader-aside') ) { // one of the leader asides has a widget ?&#38;gt;&#60;br /&#62;
    &#38;lt;div id=&#34;leader&#34;&#38;gt;&#60;br /&#62;
        &#38;lt;div id=&#34;leader-container&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;            &#38;lt;?php if ( function_exists('dynamic_sidebar') &#38;#38;&#38;#38; is_sidebar_active('1st-leader-aside') ) { // there are active widgets for this aside&#60;br /&#62;
                echo '&#38;lt;div id=&#34;first-leader&#34; class=&#34;aside sub-aside&#34;&#38;gt;'. &#34;\n&#34; . '&#38;lt;ul class=&#34;xoxo&#34;&#38;gt;' . &#34;\n&#34;;&#60;br /&#62;
                dynamic_sidebar('1st-leader-aside');&#60;br /&#62;
                echo '' . &#34;\n&#34; . '&#38;lt;/div&#38;gt;&#38;lt;!-- #first-leader .aside --&#38;gt;'. &#34;\n&#34;;&#60;br /&#62;
            } ?&#38;gt;                &#60;/p&#62;
&#60;p&#62;            &#38;lt;?php if ( function_exists('dynamic_sidebar') &#38;#38;&#38;#38; is_sidebar_active('2nd-leader-aside') ) { // there are active widgets for this aside&#60;br /&#62;
                echo '&#38;lt;div id=&#34;second-leader&#34; class=&#34;aside sub-aside&#34;&#38;gt;'. &#34;\n&#34; . '&#38;lt;ul class=&#34;xoxo&#34;&#38;gt;' . &#34;\n&#34;;&#60;br /&#62;
                dynamic_sidebar('2nd-leader-aside');&#60;br /&#62;
                echo '' . &#34;\n&#34; . '&#38;lt;/div&#38;gt;&#38;lt;!-- #second-leader .aside --&#38;gt;'. &#34;\n&#34;;&#60;br /&#62;
            } ?&#38;gt;       &#60;/p&#62;
&#60;p&#62;            &#38;lt;?php if ( function_exists('dynamic_sidebar') &#38;#38;&#38;#38; is_sidebar_active('3rd-leader-aside') ) { // there are active widgets for this aside&#60;br /&#62;
                echo '&#38;lt;div id=&#34;third-leader&#34; class=&#34;aside sub-aside&#34;&#38;gt;'. &#34;\n&#34; . '&#38;lt;ul class=&#34;xoxo&#34;&#38;gt;' . &#34;\n&#34;;&#60;br /&#62;
                dynamic_sidebar('3rd-leader-aside');&#60;br /&#62;
                echo '' . &#34;\n&#34; . '&#38;lt;/div&#38;gt;&#38;lt;!-- #third-leader .aside --&#38;gt;'. &#34;\n&#34;;&#60;br /&#62;
            } ?&#38;gt;        &#60;/p&#62;
&#60;p&#62;        &#38;lt;/div&#38;gt;&#38;lt;!-- #leader-container --&#38;gt;&#60;br /&#62;
    &#38;lt;/div&#38;gt;&#38;lt;!-- #leader --&#38;gt;&#60;br /&#62;
    &#38;lt;?php } ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php }&#60;br /&#62;
add_action('thematic_belowheader','childtheme_leaderasides',6);&#60;/p&#62;
&#60;p&#62;// Add a widgetized aside above the main asides with the start of a wrapper: #sidebar&#60;br /&#62;
function childtheme_sidebarstart() { ?&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;sidebar&#34;&#38;gt;&#60;br /&#62;
  &#38;lt;div id=&#34;crown&#34; class=&#34;aside crown-aside&#34;&#38;gt;&#60;br /&#62;
  	&#38;lt;ul class=&#34;xoxo&#34;&#38;gt;&#60;br /&#62;
  &#38;lt;?php if (!function_exists('dynamic_sidebar') &#124;&#124; !dynamic_sidebar('crown-aside') ) : // begin sidebar crown widgets ?&#38;gt;&#60;/p&#62;
&#60;p&#62;      &#38;lt;li id=&#34;thematic-power-blog-subscribe&#34; class=&#34;widgetcontainer widget_thematic_power_blog_subscribe&#34;&#38;gt;&#60;br /&#62;
      	&#38;lt;h3 class=&#34;widget-title&#34;&#38;gt;&#38;lt;?php _e('Subscribe', 'thematic'); ?&#38;gt;&#38;lt;/h3&#38;gt;&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;a&#62;&#34; title=&#34;&#38;lt;?php echo wp_specialchars(get_bloginfo('name'), 1) ?&#38;gt; &#38;lt;?php _e('Site RSS feed', 'thematic'); ?&#38;gt;&#34; rel=&#34;alternate nofollow&#34; type=&#34;application/rss+xml&#34;&#38;gt;&#38;lt;?php _e('Site RSS Feed', 'thematic') ?&#38;gt;&#60;/a&#62;&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;  &#38;lt;?php endif; // end sidebar crown widgets  ?&#38;gt;&#60;/p&#62;
&#60;p&#62;  	&#38;lt;/div&#38;gt;&#38;lt;!-- #crown .aside --&#38;gt;&#60;br /&#62;
&#38;lt;?php }&#60;br /&#62;
add_action('thematic_abovemainasides','childtheme_sidebarstart');&#60;/p&#62;
&#60;p&#62;// Close div#sidebar&#60;br /&#62;
function childtheme_sidebarend() { ?&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#38;lt;!-- #sidebar --&#38;gt;&#60;br /&#62;
&#38;lt;?php }&#60;br /&#62;
add_action('thematic_belowmainasides','childtheme_sidebarend');&#60;/p&#62;
&#60;p&#62;// Add breadcrumbs above the footer if Yoast Breadcrumbs are installed&#60;br /&#62;
// &#60;a href=&#34;http://yoast.com/wordpress/breadcrumbs/&#34; rel=&#34;nofollow&#34;&#62;http://yoast.com/wordpress/breadcrumbs/&#60;/a&#62;&#60;br /&#62;
function childtheme_breadcrumbs() {&#60;br /&#62;
    if ( function_exists('yoast_breadcrumb') ) { ?&#38;gt;&#60;br /&#62;
        &#38;lt;div id=&#34;breadcrumb-nav&#34;&#38;gt;&#60;br /&#62;
            &#38;lt;div id=&#34;breadcrumb-nav-container&#34;&#38;gt;      &#60;/p&#62;
&#60;p&#62;                	&#38;lt;?php yoast_breadcrumb('&#38;lt;p id=&#34;breadcrumbs&#34;&#38;gt;','&#38;lt;/p&#38;gt;'); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;            &#38;lt;/div&#38;gt;&#38;lt;!-- #breadcrumb-nav-container --&#38;gt;&#60;br /&#62;
        &#38;lt;/div&#38;gt;&#38;lt;!-- #breadcrumb-nav-container --&#38;gt;&#60;br /&#62;
    &#38;lt;?php }&#60;br /&#62;
}&#60;br /&#62;
add_action('thematic_abovefooter','childtheme_breadcrumbs',5);&#60;/p&#62;
&#60;p&#62;// Add Thematic Power Blog Subscribe Widget&#60;br /&#62;
function thematic_power_blog_subscribe() { ?&#38;gt;&#60;br /&#62;
    &#38;lt;li id=&#34;thematic-power-blog-subscribe&#34; class=&#34;widgetcontainer widget_thematic_power_blog_subscribe&#34;&#38;gt;&#60;br /&#62;
    	&#38;lt;h3 class=&#34;widget-title&#34;&#38;gt;&#38;lt;?php _e('Subscribe', 'thematic'); ?&#38;gt;&#38;lt;/h3&#38;gt;&#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;&#60;a&#62;&#34; title=&#34;&#38;lt;?php echo wp_specialchars(get_bloginfo('name'), 1) ?&#38;gt; &#38;lt;?php _e('Site RSS feed', 'thematic'); ?&#38;gt;&#34; rel=&#34;alternate nofollow&#34; type=&#34;application/rss+xml&#34;&#38;gt;&#38;lt;?php _e('Site RSS Feed', 'thematic') ?&#38;gt;&#60;/a&#62;&#60;/li&#62;
&#60;/ul&#62;
&#60;p&#62;&#38;lt;?php }&#60;/p&#62;
&#60;p&#62;// Register new widgetized areaa and the new widgets&#60;br /&#62;
function childtheme_widgets_init() {&#60;/p&#62;
&#60;p&#62;    // Register new widgetized areaa&#60;br /&#62;
    register_sidebar(array(&#60;br /&#62;
        'name' =&#38;gt; 'Crown Aside',&#60;br /&#62;
        'id' =&#38;gt; 'crown-aside',&#60;br /&#62;
        'before_widget' =&#38;gt; '&#38;lt;li id=&#34;%1$s&#34; class=&#34;widgetcontainer %2$s&#34;&#38;gt;',&#60;br /&#62;
        'after_widget' =&#38;gt; &#34;&#34;,&#60;br /&#62;
        'before_title' =&#38;gt; &#34;&#38;lt;h3 class=\&#34;widgettitle\&#34;&#38;gt;&#34;,&#60;br /&#62;
        'after_title' =&#38;gt; &#34;&#38;lt;/h3&#38;gt;\n&#34;,&#60;br /&#62;
    ));  &#60;/p&#62;
&#60;p&#62;    register_sidebar(array(&#60;br /&#62;
       	'name' =&#38;gt; '1st leader Aside',&#60;br /&#62;
       	'id' =&#38;gt; '1st-leader-aside',&#60;br /&#62;
       	'before_widget' =&#38;gt; '&#38;lt;li id=&#34;%1$s&#34; class=&#34;widgetcontainer %2$s&#34;&#38;gt;',&#60;br /&#62;
       	'after_widget' =&#38;gt; &#34;&#34;,&#60;br /&#62;
		'before_title' =&#38;gt; &#34;&#38;lt;h3 class=\&#34;widgettitle\&#34;&#38;gt;&#34;,&#60;br /&#62;
		'after_title' =&#38;gt; &#34;&#38;lt;/h3&#38;gt;\n&#34;,&#60;br /&#62;
    ));  &#60;/p&#62;
&#60;p&#62;    register_sidebar(array(&#60;br /&#62;
       	'name' =&#38;gt; '2nd leader Aside',&#60;br /&#62;
       	'id' =&#38;gt; '2nd-leader-aside',&#60;br /&#62;
       	'before_widget' =&#38;gt; '&#38;lt;li id=&#34;%1$s&#34; class=&#34;widgetcontainer %2$s&#34;&#38;gt;',&#60;br /&#62;
       	'after_widget' =&#38;gt; &#34;&#34;,&#60;br /&#62;
		'before_title' =&#38;gt; &#34;&#38;lt;h3 class=\&#34;widgettitle\&#34;&#38;gt;&#34;,&#60;br /&#62;
		'after_title' =&#38;gt; &#34;&#38;lt;/h3&#38;gt;\n&#34;,&#60;br /&#62;
    ));  &#60;/p&#62;
&#60;p&#62;    register_sidebar(array(&#60;br /&#62;
       	'name' =&#38;gt; '3rd leader Aside',&#60;br /&#62;
       	'id' =&#38;gt; '3rd-leader-aside',&#60;br /&#62;
       	'before_widget' =&#38;gt; '&#38;lt;li id=&#34;%1$s&#34; class=&#34;widgetcontainer %2$s&#34;&#38;gt;',&#60;br /&#62;
       	'after_widget' =&#38;gt; &#34;&#34;,&#60;br /&#62;
		'before_title' =&#38;gt; &#34;&#38;lt;h3 class=\&#34;widgettitle\&#34;&#38;gt;&#34;,&#60;br /&#62;
		'after_title' =&#38;gt; &#34;&#38;lt;/h3&#38;gt;\n&#34;,&#60;br /&#62;
    ));  &#60;/p&#62;
&#60;p&#62;    // Register the new widgets&#60;br /&#62;
    register_sidebar_widget('Thematic Power Blog Subscribe', 'thematic_power_blog_subscribe');&#60;/p&#62;
&#60;p&#62;}&#60;br /&#62;
add_action( 'init', 'childtheme_widgets_init' );  &#60;/p&#62;
&#60;p&#62;?&#38;gt;
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Make header image clickable"</title>
<link>http://themeshaper.com/forums/topic/make-header-image-clickable#post-22114</link>
<pubDate>Thu, 30 Jun 2011 20:58:31 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">22114@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;somewhere there must be a&#60;/p&#62;
&#60;p&#62;remove_action('thematic_header','thematic_blogtitle',3)&#60;/p&#62;
&#60;p&#62;and some other related stuff.  you can delete that or comment it out.&#60;/p&#62;
&#60;p&#62;dump your functions.php into pastebin.com and i'll take a look
&#60;/p&#62;</description>
</item>
<item>
<title>Alta Alley on "Make header image clickable"</title>
<link>http://themeshaper.com/forums/topic/make-header-image-clickable#post-22113</link>
<pubDate>Thu, 30 Jun 2011 20:41:41 +0000</pubDate>
<dc:creator>Alta Alley</dc:creator>
<guid isPermaLink="false">22113@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;How do I put the blog title back in place? This is a theme I didn't originally build so I'm struggling a little to get in the mind of the person who modified the thematic framework.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Make header image clickable"</title>
<link>http://themeshaper.com/forums/topic/make-header-image-clickable#post-22106</link>
<pubDate>Thu, 30 Jun 2011 18:34:20 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">22106@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;usually this is best done by leaving the blog-title in place.. replacing it w/ an image.. and indenting away the text.  you don't have any link items right now to click on.
&#60;/p&#62;</description>
</item>
<item>
<title>Alta Alley on "Make header image clickable"</title>
<link>http://themeshaper.com/forums/topic/make-header-image-clickable#post-22102</link>
<pubDate>Thu, 30 Jun 2011 18:15:40 +0000</pubDate>
<dc:creator>Alta Alley</dc:creator>
<guid isPermaLink="false">22102@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I know I'm not the first person to ask this but I've been trying every help post I can find and still no luck. I'm using a Thematic based template and just trying to get the header image (which is a background) to be clickable on this site: &#60;a href=&#34;http://www.smarttripseugene.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.smarttripseugene.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;If you need any code snippets or additional information I'm happy to provide it.&#60;/p&#62;
&#60;p&#62;Thanks for your help.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "How to change the links in header image"</title>
<link>http://themeshaper.com/forums/topic/how-to-change-the-links-in-header-image#post-18814</link>
<pubDate>Sun, 30 Jan 2011 10:55:23 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">18814@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;find the following in your autofocus thematic-functions.php&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//	- Add new Thematic Blog Title
function autofocus_blogtitle() { ?&#38;gt;
	&#38;lt;div id=&#38;quot;blog-title&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_option(&#38;#39;home&#38;#39;) ?&#38;gt;/&#38;quot; title=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;) ?&#38;gt;&#38;quot; rel=&#38;quot;home&#38;quot;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;?php }
add_action (&#38;#39;thematic_header&#38;#39;, &#38;#39;autofocus_blogtitle&#38;#39;,3);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change it to:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//	- Add new Thematic Blog Title
function autofocus_blogtitle() { ?&#38;gt;
	&#38;lt;div id=&#38;quot;blog-title&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://sebastiankubatz.de/&#38;quot;&#38;gt;&#38;quot; rel=&#38;quot;home&#38;quot;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;?php }
add_action (&#38;#39;thematic_header&#38;#39;, &#38;#39;autofocus_blogtitle&#38;#39;,3);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;the reason my override function wouldn't work (nor swisswebmiss' thematic hacking) is that autofocus already removed the thematic_blogtitle function and replaced it w/ its own.  so you have to make the change there.  i can't charge you for that but if you feel compelled to buy me a glass of wine my email is helgatheviking AT gmail DOT com
&#60;/p&#62;</description>
</item>
<item>
<title>sebastiankubatz on "How to change the links in header image"</title>
<link>http://themeshaper.com/forums/topic/how-to-change-the-links-in-header-image#post-18812</link>
<pubDate>Sun, 30 Jan 2011 09:46:35 +0000</pubDate>
<dc:creator>sebastiankubatz</dc:creator>
<guid isPermaLink="false">18812@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;@ helgatheviking: thank you very much for your help but I don't understand a single word you say. I'm totally new to all this wordpress and php stuff.&#60;br /&#62;
How much would you charge me to do this for me... just changing that link. You could also contact me by email or facebook (Sebastian Kubatz) if you like.&#60;br /&#62;
Thank you ver much.&#60;/p&#62;
&#60;p&#62;@SwissWebMiss: I tried that earlier and it did not work.&#60;/p&#62;
&#60;p&#62;- Sebastian
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "How to change the links in header image"</title>
<link>http://themeshaper.com/forums/topic/how-to-change-the-links-in-header-image#post-18733</link>
<pubDate>Thu, 27 Jan 2011 00:15:52 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">18733@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;what the heck? DO NOT edit anything directly in the header-extensions.php file or ANY core thematic file.  that defeats the whole purpose of child theming... which is pretty brilliant if you ask me.  you didn't but i'm saying it anyway.&#60;/p&#62;
&#60;p&#62;i JUST wrote how to use the override function so i will mostly copy from that post&#60;/p&#62;
&#60;p&#62;take a look in the library/extensions/header-extensions.php file of thematic. my first step when i want to modify something is to figure out where it is coming from. 90% of the time it is coming from the extensions folder.... probably 100% of the time if the info is dynamic at all (like in this case).&#60;/p&#62;
&#60;p&#62;you will find the thematic_blogtitle() function is the one that spits out the blog title and its link. so to change how to spits things out you'll want to create an override function in your child's functions.php&#60;/p&#62;
&#60;p&#62;function childtheme_override_blogtitle(){&#60;br /&#62;
  //stuff&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;i usually copy over the original function into my override and then hack away from there.  the blog-title link comes from the home URL of the wordpress install.  the link you want to use seems outside of wordpress?  the easiest thing would just be to hard code it into the override&#60;/p&#62;
&#60;p&#62;it will be same process for 80% of the things you want to change w/ thematic...
&#60;/p&#62;</description>
</item>
<item>
<title>SwissWebMiss on "How to change the links in header image"</title>
<link>http://themeshaper.com/forums/topic/how-to-change-the-links-in-header-image#post-18731</link>
<pubDate>Wed, 26 Jan 2011 22:43:29 +0000</pubDate>
<dc:creator>SwissWebMiss</dc:creator>
<guid isPermaLink="false">18731@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Edit the function that calls the URL in header-extensions.php found in your extensions folder:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;blog-title&#38;quot;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;a href=&#38;quot;http://sebastiankubatz.de&#38;quot; title=&#38;quot;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;) ?&#38;gt;&#38;quot; rel=&#38;quot;home&#38;quot;&#38;gt;&#38;lt;?php bloginfo(&#38;#39;name&#38;#39;) ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/div&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>sebastiankubatz on "How to change the links in header image"</title>
<link>http://themeshaper.com/forums/topic/how-to-change-the-links-in-header-image#post-18729</link>
<pubDate>Wed, 26 Jan 2011 22:10:23 +0000</pubDate>
<dc:creator>sebastiankubatz</dc:creator>
<guid isPermaLink="false">18729@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I wanted to change the link on my Bloglogo (top left) on my blog: &#60;a href=&#34;http://blog.sebastiankubatz.de&#34; rel=&#34;nofollow&#34;&#62;http://blog.sebastiankubatz.de&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;It currently links to &#60;a href=&#34;http://blog.sebastiankubatz.de&#34; rel=&#34;nofollow&#34;&#62;http://blog.sebastiankubatz.de&#60;/a&#62; but I want it to link to &#60;a href=&#34;http://sebastiankubatz.de&#34; rel=&#34;nofollow&#34;&#62;http://sebastiankubatz.de&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Where can I change that link? &#60;/p&#62;
&#60;p&#62;Please help me. &#60;/p&#62;
&#60;p&#62;- Sebastian
&#60;/p&#62;</description>
</item>
<item>
<title>Robert.Wagner.VT on "Adding Custom Image Header"</title>
<link>http://themeshaper.com/forums/topic/adding-custom-image-header#post-18138</link>
<pubDate>Wed, 05 Jan 2011 19:25:55 +0000</pubDate>
<dc:creator>Robert.Wagner.VT</dc:creator>
<guid isPermaLink="false">18138@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello Danieliser,&#60;/p&#62;
&#60;p&#62;Tried this technique that you posted, but it does not do anything save move the blog title/description up to the very top of the web browser with no padding space above it.&#60;/p&#62;
&#60;p&#62;Could it be that the web server (Apache) is caching the CSS or something?&#60;/p&#62;
&#60;p&#62;Just getting started with theme customisation... thanks for being patient !&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Robert in Vermont
&#60;/p&#62;</description>
</item>
<item>
<title>akexfregon on "Acamas: Header image, blog title and image thumbnails"</title>
<link>http://themeshaper.com/forums/topic/acamas-header-image-blog-title-and-image-thumbnails#post-17888</link>
<pubDate>Wed, 22 Dec 2010 04:21:38 +0000</pubDate>
<dc:creator>akexfregon</dc:creator>
<guid isPermaLink="false">17888@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I also want to include a picture in the featured post section of my front page. I've added the code above into my functions.php file, but I don't understand exactly how it works. Can someone help me with this?
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Header / #branding image no longer clickable?"</title>
<link>http://themeshaper.com/forums/topic/header-branding-image-no-longer-clickable#post-17091</link>
<pubDate>Thu, 18 Nov 2010 06:25:32 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">17091@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;can't think of the solution off the top of my head but the problem is that your #access has a higher z-index and is overflow: visible with a height that is tall enough to basically lay on top of your home link.  if you set #access to display:none then the link works as you expect.  i would probably move your div.menu menu-secondary out of the #access div.
&#60;/p&#62;</description>
</item>
<item>
<title>rkread on "Header / #branding image no longer clickable?"</title>
<link>http://themeshaper.com/forums/topic/header-branding-image-no-longer-clickable#post-17087</link>
<pubDate>Thu, 18 Nov 2010 00:37:41 +0000</pubDate>
<dc:creator>rkread</dc:creator>
<guid isPermaLink="false">17087@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;In my Thematic child theme, I'm using a header image that was originally set to be clickable to &#34;home&#34;. Following Ian's example &#60;a href=&#34;http://themeshaper.com/forums/topic/adding-a-header-image,&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/adding-a-header-image,&#60;/a&#62; I chose to put it as a background image in the #branding div, with the &#60;strong&#62;#blog-title a&#60;/strong&#62; styled this way:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#blog-title a {
	display:block;
	text-indent:-9000px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This was done for a client's blog which I just revisited after some time away, and I find that the image is no longer &#34;clickable&#34;.&#60;/p&#62;
&#60;p&#62;I compared it to another site I designed more recently, using the same method, which functions as it should--and I just can't figure out why one works and the other doesn't.&#60;/p&#62;
&#60;p&#62;The one that doesn't work: &#60;a href=&#34;http://www.diywithadd.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.diywithadd.com/&#60;/a&#62;&#60;br /&#62;
The one that does: &#60;a href=&#34;http://www.sharonwatts.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.sharonwatts.com/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks so much in advance for any insight...
&#60;/p&#62;</description>
</item>
<item>
<title>nextchallenge on "Adding links over the header image"</title>
<link>http://themeshaper.com/forums/topic/adding-links-over-the-header-image#post-16629</link>
<pubDate>Thu, 28 Oct 2010 11:33:58 +0000</pubDate>
<dc:creator>nextchallenge</dc:creator>
<guid isPermaLink="false">16629@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Daniel&#60;/p&#62;
&#60;p&#62;Thanks so much for taking the time to provide all of that. I've actually managed to find the solution in a similar way to which I had it originally.&#60;/p&#62;
&#60;p&#62;In stylesheet.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#link_holder #home_link {
  display: block;
  width: 538px;
  height: 261px;
} 

#link_holder #button_link {
  display: block;
  width: 430px;
  height: 184px;
  position: absolute;
  left: 582px;
  top: 72px;
}

...
...

#link_holder #home_link a,
#link_holder #button_link a,
#link_holder #mail_link a,
#link_holder #fb_link a,
#link_holder #rss_link a,
#link_holder #twitter_link a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And header.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;link_holder&#38;quot;&#38;gt;
  &#38;lt;div id=&#38;quot;home_link&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://thenextchallenge.org/&#38;quot; title=&#38;quot;Go to the homepage&#38;quot;&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/div&#38;gt;
  &#38;lt;div id=&#38;quot;button_link&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://thenextchallenge.org/services/&#38;quot; title=&#38;quot;Get helping planning your expedition&#38;quot;&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/div&#38;gt;
  &#38;lt;div id=&#38;quot;mail_link&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://thenextchallenge.org/news/&#38;quot; title=&#38;quot;Subscribe to my newsletter&#38;quot;&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/div&#38;gt;
  &#38;lt;div id=&#38;quot;fb_link&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://www.facebook.com/pages/The-Next-Challenge/166058993337&#38;quot; title=&#38;quot;Become a fan on Facebook&#38;quot;&#38;gt;&#38;amp;nbsp;&#38;lt;/a&#38;gt;&#38;lt;/div&#38;gt;
  &#38;lt;div id=&#38;quot;rss_link&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://thenextchallenge.org/feed/&#38;quot; title=&#38;quot;Subscribe to my feed&#38;quot;&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/div&#38;gt;
  &#38;lt;div id=&#38;quot;twitter_link&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://twitter.com/nextchallenge/&#38;quot; title=&#38;quot;Follow me on Twitter&#38;quot;&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks again for your time.&#60;/p&#62;
&#60;p&#62;Tim.
&#60;/p&#62;</description>
</item>
<item>
<title>Danieliser on "Adding links over the header image"</title>
<link>http://themeshaper.com/forums/topic/adding-links-over-the-header-image#post-16571</link>
<pubDate>Mon, 25 Oct 2010 12:46:27 +0000</pubDate>
<dc:creator>Danieliser</dc:creator>
<guid isPermaLink="false">16571@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Also if you just wanted to move the main menu from below the header to above this would work.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function remove_thematic_actions() {
    remove_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;thematic_access&#38;#39;,9);
}
add_action(&#38;#39;init&#38;#39;,&#38;#39;remove_thematic_actions&#38;#39;);
add_action(&#38;#39;thematic_aboveheader&#38;#39;,&#38;#39;thematic_access&#38;#39;);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Danieliser on "Adding links over the header image"</title>
<link>http://themeshaper.com/forums/topic/adding-links-over-the-header-image#post-16570</link>
<pubDate>Mon, 25 Oct 2010 12:37:46 +0000</pubDate>
<dc:creator>Danieliser</dc:creator>
<guid isPermaLink="false">16570@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;If you have made changes to any files inside the thematic theme you downloaded then you honestly need to start over. You should have a sampletheme folder inside of the thematic folder, copy this to your themes directory. Rename it to whatever you want and you will see a functions.php and styles.css file in there. Those are the files you start modifying, you can make pretty much all changes in those. Add the above to the functions.php file and then go to the WP Menu Admin area and you will see Top Menu in the locations box. Assign your menu.
&#60;/p&#62;</description>
</item>
<item>
<title>nextchallenge on "Adding links over the header image"</title>
<link>http://themeshaper.com/forums/topic/adding-links-over-the-header-image#post-16567</link>
<pubDate>Mon, 25 Oct 2010 09:18:24 +0000</pubDate>
<dc:creator>nextchallenge</dc:creator>
<guid isPermaLink="false">16567@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks for getting back to me Daniel. &#60;/p&#62;
&#60;p&#62;I'm fairly amateur at all of this I'm afraid. Should that just be put into my header.php? And how do I actually map and/or add the links?&#60;/p&#62;
&#60;p&#62;Apologies if this should be implicit!&#60;/p&#62;
&#60;p&#62;Tim.
&#60;/p&#62;</description>
</item>
<item>
<title>Danieliser on "Adding links over the header image"</title>
<link>http://themeshaper.com/forums/topic/adding-links-over-the-header-image#post-16539</link>
<pubDate>Sun, 24 Oct 2010 02:38:54 +0000</pubDate>
<dc:creator>Danieliser</dc:creator>
<guid isPermaLink="false">16539@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Try this. You need to create a menu in the wp 3.0 menu area called Top Menu.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// Register Top Menus
function register_my_menus() {
	register_nav_menus(
		array(
			&#38;#39;top-menu&#38;#39; =&#38;gt; __( &#38;#39;Top Menu&#38;#39; ),
		)
	);
}
add_action( &#38;#39;init&#38;#39;, &#38;#39;register_my_menus&#38;#39; );
// Add Secondary Menu Above Header
function top_menu() {
   if ( has_nav_menu( &#38;#39;top-menu&#38;#39; ) ) {
	wp_nav_menu( array( &#38;#39;theme_location&#38;#39; =&#38;gt; &#38;#39;top-menu&#38;#39;,
				&#38;#39;container_id&#38;#39;=&#38;gt;&#38;#39;top-menu&#38;#39;,
				&#38;#39;container_class&#38;#39; =&#38;gt; &#38;#39;menu clearfix &#38;#39;,
                &#38;#39;menu_class&#38;#39; =&#38;gt; &#38;#39;sf-top-menu sf-js-enabled&#38;#39;, // we assign the sf-menu class to the menu ul so that superfish works on this menu too
                ) );
    }
}
add_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;top_menu&#38;#39;, 0);&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>Danieliser on "Adding Custom Image Header"</title>
<link>http://themeshaper.com/forums/topic/adding-custom-image-header#post-16485</link>
<pubDate>Thu, 21 Oct 2010 12:58:07 +0000</pubDate>
<dc:creator>Danieliser</dc:creator>
<guid isPermaLink="false">16485@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;For header images i have created a better method if you would like to check it out. It keeps all of the Thematic SEO Goodness by adding a span with link to the header below the blog title and description. This span is sized to 100% of the header div and will appear layered over your header text. You can read about it &#60;a href=&#34;http://wizardinternetsolutions.com/wordpress/thematic/thematic-header-image-way/&#34; title=&#34;Thematic Header Image The Right Way!&#34;&#62;here&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Here is the snippet&#60;/p&#62;
&#60;p&#62;Add this to functions.php&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;// Add Header Image // Add Header Image
function thematic_logo_image() {
 echo &#38;#39;&#38;lt;a href=&#38;quot;&#38;#39;.get_bloginfo(&#38;#39;url&#38;#39;).&#38;#39;&#38;quot; title=&#38;quot;&#38;#39;.get_bloginfo(&#38;#39;name&#38;#39;).&#38;#39;&#38;quot; &#38;gt;&#38;lt;span id=&#38;quot;header-image&#38;quot;&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;&#38;#39;;
}
add_action(&#38;#39;thematic_header&#38;#39;,&#38;#39;thematic_logo_image&#38;#39;,6);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And this to styles.css&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#branding {
 height: 187px; /* Change this to your images height */
 padding: 0;
 position:relative;
}
#header-image {
 background:url(&#38;quot;images/header.jpg&#38;quot;) no-repeat transparent; /* Change This to Your Image */
 height:100%;
 width:100%;
 position:absolute;
 cursor: pointer;
 top:0;
}&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>nextchallenge on "Adding links over the header image"</title>
<link>http://themeshaper.com/forums/topic/adding-links-over-the-header-image#post-16480</link>
<pubDate>Thu, 21 Oct 2010 06:08:50 +0000</pubDate>
<dc:creator>nextchallenge</dc:creator>
<guid isPermaLink="false">16480@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello&#60;/p&#62;
&#60;p&#62;I had successfully mapped a series of links over my header image but they disappeared, I think, after I upgraded to the latest version of Thematic/Power Blog.&#60;/p&#62;
&#60;p&#62;It appears to have reset my header.php which I edited for this purpose along with the stylesheet.css.&#60;/p&#62;
&#60;p&#62;Unfortunately, I didn't backup between making these changes and upgrading the theme so I've lost the code. And, frustratingly, I can't remember how I did it!&#60;/p&#62;
&#60;p&#62;The code from my stylesheet is:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#link_holder #home_link {
display: block;
  width: 540px;
  height: 263px;
}

#link_holder #button_link {
  display: block;
  width: 200px;
  height: 80px;
  margin-left: 674px;
  margin-top: -121px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;...and so forth.&#60;/p&#62;
&#60;p&#62;And, what I've done from memory in my header.php is:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div id=&#38;quot;link_holder&#38;quot;&#38;gt;
  &#38;lt;div id=&#38;quot;home_link&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://thenextchallenge.org/&#38;quot;&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/div&#38;gt;
  &#38;lt;div id=&#38;quot;button_link&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;http://thenextchallenge.org/services/&#38;quot;&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/div&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I can see the &#34;boxes&#34; I've mapped out when I use Firebug and they show the &#34;a href&#34; links but they don't work as links.&#60;/p&#62;
&#60;p&#62;Any pointers much appreciated!&#60;/p&#62;
&#60;p&#62;Tim.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://thenextchallenge.org&#34;&#62;www.thenextchallenge.org&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>sisterbrother on "AUTOFOCUS + PRO questions"</title>
<link>http://themeshaper.com/forums/topic/autofocus-pro-questions#post-15778</link>
<pubDate>Wed, 22 Sep 2010 21:26:14 +0000</pubDate>
<dc:creator>sisterbrother</dc:creator>
<guid isPermaLink="false">15778@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi there! &#60;/p&#62;
&#60;p&#62;I'm not too familiar with Word Press yet and I have several very lame questions to ask - I apologize but I really need some guidance! &#60;/p&#62;
&#60;p&#62;1) When accessing the WordPress files, I see both Wordpress AND Autofocus + Pro folders, which one would I be making changes to?&#60;br /&#62;
2) I need a custom Header image. How and where do I dabble?&#60;br /&#62;
3) Slider that is present in the original AutoFocus + Pro ain't present in ours - por que? And how would I get it back? :\ &#60;/p&#62;
&#60;p&#62;Any help would be very appreciated! &#60;a href=&#34;http://sisterbrothermgmtblog.com/&#34; rel=&#34;nofollow&#34;&#62;http://sisterbrothermgmtblog.com/&#60;/a&#62; &#38;lt;--- check it out and lemme know what your recommendations are. &#60;/p&#62;
&#60;p&#62;Thank you so much!&#60;br /&#62;
Sam
&#60;/p&#62;</description>
</item>
<item>
<title>kopeikin on "two columns (a la indexhibit) layout"</title>
<link>http://themeshaper.com/forums/topic/two-columns-a-la-indexhibit-layout#post-14714</link>
<pubDate>Sat, 14 Aug 2010 21:15:43 +0000</pubDate>
<dc:creator>kopeikin</dc:creator>
<guid isPermaLink="false">14714@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Yes! It works writing this in CSS:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#header {
    width:300px;
    float:left;
    position:relative;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This helps me a lot. Now I have a good point to start. Thank you Helga.
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "two columns (a la indexhibit) layout"</title>
<link>http://themeshaper.com/forums/topic/two-columns-a-la-indexhibit-layout#post-14700</link>
<pubDate>Sat, 14 Aug 2010 14:29:09 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">14700@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;you could also remove the logo/title from the header and move it to thematic_above_mainasides.  or you could CSS the header to the same width as the sidebar and float it?
&#60;/p&#62;</description>
</item>
<item>
<title>kopeikin on "two columns (a la indexhibit) layout"</title>
<link>http://themeshaper.com/forums/topic/two-columns-a-la-indexhibit-layout#post-14695</link>
<pubDate>Sat, 14 Aug 2010 06:14:21 +0000</pubDate>
<dc:creator>kopeikin</dc:creator>
<guid isPermaLink="false">14695@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thank you for the tip, tarpontech ;-)
&#60;/p&#62;</description>
</item>
<item>
<title>tarpontech on "two columns (a la indexhibit) layout"</title>
<link>http://themeshaper.com/forums/topic/two-columns-a-la-indexhibit-layout#post-14673</link>
<pubDate>Fri, 13 Aug 2010 15:03:50 +0000</pubDate>
<dc:creator>tarpontech</dc:creator>
<guid isPermaLink="false">14673@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thematic comes with a 2 column - right sidebar css template.  Take a look inside /thematic/library/layouts
&#60;/p&#62;</description>
</item>
<item>
<title>kopeikin on "two columns (a la indexhibit) layout"</title>
<link>http://themeshaper.com/forums/topic/two-columns-a-la-indexhibit-layout#post-14671</link>
<pubDate>Fri, 13 Aug 2010 11:05:49 +0000</pubDate>
<dc:creator>kopeikin</dc:creator>
<guid isPermaLink="false">14671@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hi! I want a Wordpress blog with a simple layout similar to Indexhibit, for example, like &#60;a href=&#34;http://www.scottklinker.com/&#34;&#62;this&#60;/a&#62; or &#60;a href=&#34;http://www.kevinbuist.com/&#34;&#62;this&#60;/a&#62;. I mean: a column on the left with an image header at the top and the menu above, and another column at the right with the content.&#60;/p&#62;
&#60;p&#62;I know how to change colors, font sizes, fonts types, margins, paddings, etc, with CSS, but I don't know how to convert the default Thematic layout in the two column design that I want. Do you know if there is something done, a theme that I can take as a starting point to do this? Is Thematic a good choice for do this, or do you think that would be better to start simply from here: &#60;a href=&#34;http://codex.wordpress.org/Theme_Development&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Theme_Development&#60;/a&#62; and change the default Wordpress 3.0 theme, Twentyten?&#60;/p&#62;
&#60;p&#62;Thanks for reading and excuse my inexperience with Thematic and with english language :-)
&#60;/p&#62;</description>
</item>
<item>
<title>em hr on "Header Image"</title>
<link>http://themeshaper.com/forums/topic/header-image-2#post-13673</link>
<pubDate>Mon, 05 Jul 2010 21:29:59 +0000</pubDate>
<dc:creator>em hr</dc:creator>
<guid isPermaLink="false">13673@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;FYI: moving forward the function thm_bloginfo() has been deprecated using it will cause an error. Using &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/get_bloginfo&#34;&#62;&#60;code&#62;get_bloginfo()&#60;/code&#62;&#60;/a&#62; will work fine with minor adjustments in it's place.
&#60;/p&#62;</description>
</item>
<item>
<title>floridastyle on "Layerd image in header?"</title>
<link>http://themeshaper.com/forums/topic/layerd-image-in-header#post-12020</link>
<pubDate>Fri, 30 Apr 2010 15:10:02 +0000</pubDate>
<dc:creator>floridastyle</dc:creator>
<guid isPermaLink="false">12020@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;How was this resolved?&#60;/p&#62;
&#60;p&#62;I wish to layer an image that connects to the header outside my sidebar as a table.&#60;/p&#62;
&#60;p&#62;It is easy to use a wrapper, but it will not flow above other elements.
&#60;/p&#62;</description>
</item>

</channel>
</rss>

