<?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: white</title>
<link>http://themeshaper.com/forums/</link>
<description>Help In Shaping WordPress Themes</description>
<language>en</language>
<pubDate>Mon, 20 May 2013 15:15:31 +0000</pubDate>

<item>
<title>violetabella on "Blank Screens"</title>
<link>http://themeshaper.com/forums/topic/blank-screens#post-24765</link>
<pubDate>Mon, 09 Jan 2012 18:25:35 +0000</pubDate>
<dc:creator>violetabella</dc:creator>
<guid isPermaLink="false">24765@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;It did work fine, thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "Blank Screens"</title>
<link>http://themeshaper.com/forums/topic/blank-screens#post-24746</link>
<pubDate>Mon, 09 Jan 2012 01:23:43 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">24746@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;enable debug in wp-config.php and it will give you some kind of error code that is usually more helpful than a BSOD&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;define(&#38;#39;WP_DEBUG&#38;#39;, true);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and please use backticks not apostrophes to post code
&#60;/p&#62;</description>
</item>
<item>
<title>ScottNix on "Blank Screens"</title>
<link>http://themeshaper.com/forums/topic/blank-screens#post-24745</link>
<pubDate>Sun, 08 Jan 2012 21:05:50 +0000</pubDate>
<dc:creator>ScottNix</dc:creator>
<guid isPermaLink="false">24745@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I tested your little snippet of code on 9.7.7 and 9.7.8 versions of Thematic, it works fine.&#60;/p&#62;
&#60;p&#62;The space issue you would be looking for would be at the beginning of the &#60;code&#62;&#38;lt;?php&#60;/code&#62; and close of the &#60;code&#62;?&#38;gt;&#60;/code&#62;, so make sure there is no extra space before and after that markup, what is in between is fine. Hope that helps narrow it down for you.
&#60;/p&#62;</description>
</item>
<item>
<title>violetabella on "Blank Screens"</title>
<link>http://themeshaper.com/forums/topic/blank-screens#post-24744</link>
<pubDate>Sun, 08 Jan 2012 20:42:01 +0000</pubDate>
<dc:creator>violetabella</dc:creator>
<guid isPermaLink="false">24744@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Ok, so I finished up a theme, but when I installed it I get a blank white screen for the website and for the wordpress dashboard. I read here &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://themeshaper.com/forums/topic/new-custom-child-theme-disrupting-wp-admin#post-7516&#34; rel=&#34;nofollow&#34;&#62;http://themeshaper.com/forums/topic/new-custom-child-theme-disrupting-wp-admin#post-7516&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;about blank spaces in functions.php causing it, so I tried to remove as much empty space as possible. Before I try to reinstall, I was wondering if someone could take a look and tell me if it looks ok now:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php

function child_remove_pagetitles() {
   // Make changes to the original function
   if (is_page()) {
          $posttitle = &#38;#39;&#38;#39;;
       } elseif (is_single()) {
          $posttitle = &#38;#39;&#38;lt;h1 class=&#38;quot;entry-title&#38;quot;&#38;gt;&#38;#39; . get_the_title() . &#38;quot;&#38;lt;/h1&#38;gt;\n&#38;quot;;
   //continue with original function
       } elseif (is_404()) {
           $posttitle = &#38;#39;&#38;lt;h1 class=&#38;quot;entry-title&#38;quot;&#38;gt;&#38;#39; . __(&#38;#39;Not Found&#38;#39;, &#38;#39;thematic&#38;#39;) . &#38;quot;&#38;lt;/h1&#38;gt;\n&#38;quot;;
       } else {
           $posttitle = &#38;#39;&#38;lt;h2 class=&#38;quot;entry-title&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;#39;;
           $posttitle .= get_permalink();
           $posttitle .= &#38;#39;&#38;quot; title=&#38;quot;&#38;#39;;
           $posttitle .= __(&#38;#39;Permalink to &#38;#39;, &#38;#39;thematic&#38;#39;) . the_title_attribute(&#38;#39;echo=0&#38;#39;);
           $posttitle .= &#38;#39;&#38;quot; rel=&#38;quot;bookmark&#38;quot;&#38;gt;&#38;#39;;
           $posttitle .= get_the_title();
           $posttitle .= &#38;quot;&#38;lt;/h2&#38;gt;\n&#38;quot;;
       }
   return $posttitle;
   }
add_filter(&#38;#39;thematic_postheader_posttitle&#38;#39; ,&#38;#39;child_remove_pagetitles&#38;#39;);

?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>lawrencek on "White Default Background for Navigation"</title>
<link>http://themeshaper.com/forums/topic/white-default-background-for-navigation#post-20615</link>
<pubDate>Sat, 16 Apr 2011 16:32:52 +0000</pubDate>
<dc:creator>lawrencek</dc:creator>
<guid isPermaLink="false">20615@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;No, most likely not! I've only ever used them to fix a few minor styling issues on my end of things with some CSS3 related styles. The topic has been marked! Thanks again!
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "White Default Background for Navigation"</title>
<link>http://themeshaper.com/forums/topic/white-default-background-for-navigation#post-20614</link>
<pubDate>Sat, 16 Apr 2011 15:31:10 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">20614@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;there doesn't seem to be much in the all-ie stylesheet.  do you still need it?  don't forget to mark the topic as resolved.
&#60;/p&#62;</description>
</item>
<item>
<title>lawrencek on "White Default Background for Navigation"</title>
<link>http://themeshaper.com/forums/topic/white-default-background-for-navigation#post-20612</link>
<pubDate>Sat, 16 Apr 2011 15:01:28 +0000</pubDate>
<dc:creator>lawrencek</dc:creator>
<guid isPermaLink="false">20612@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thank you very much helgatheviking! I knew it was obviously CSS related, and I was just thinking it was something I had forget to style.&#60;/p&#62;
&#60;p&#62;I usually create my all-ie-only.css stylesheet(s) at the very end of development, and this time, I apparently just copied them over from another theme. Thank you very much for pointing that out though, I really do appreciate it! :D
&#60;/p&#62;</description>
</item>
<item>
<title>helgatheviking on "White Default Background for Navigation"</title>
<link>http://themeshaper.com/forums/topic/white-default-background-for-navigation#post-20607</link>
<pubDate>Sat, 16 Apr 2011 09:03:59 +0000</pubDate>
<dc:creator>helgatheviking</dc:creator>
<guid isPermaLink="false">20607@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;not a thematic problem.  while my first instinct is to scream &#34;IE SUCKS!&#34; you actually have white as the background color on #access in your all-ie-only.css stylesheet. &#60;/p&#62;
&#60;p&#62;you can sort of check CSS things with IE's developer tools (F12)... not as good as firebug or chrome's developer tools but better than nothing.
&#60;/p&#62;</description>
</item>
<item>
<title>lawrencek on "White Default Background for Navigation"</title>
<link>http://themeshaper.com/forums/topic/white-default-background-for-navigation#post-20603</link>
<pubDate>Sat, 16 Apr 2011 03:51:10 +0000</pubDate>
<dc:creator>lawrencek</dc:creator>
<guid isPermaLink="false">20603@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks for the response Krowchuk, but no, I'm running Vista and IE8, while checking the site for older versions in IE Tester.&#60;/p&#62;
&#60;p&#62;I'm assuming it's a CSS issues that I've missed as I've never had this problem with any of my other Thematic based sites.
&#60;/p&#62;</description>
</item>
<item>
<title>krowchuk on "White Default Background for Navigation"</title>
<link>http://themeshaper.com/forums/topic/white-default-background-for-navigation#post-20596</link>
<pubDate>Sat, 16 Apr 2011 02:04:09 +0000</pubDate>
<dc:creator>krowchuk</dc:creator>
<guid isPermaLink="false">20596@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Are you using a Mac?  Thematic sets some CSS selectors for the menu with the .windows dynamic class. Of course using firebug on a Mac you won't see them.. :). As I found out recently!
&#60;/p&#62;</description>
</item>
<item>
<title>lawrencek on "White Default Background for Navigation"</title>
<link>http://themeshaper.com/forums/topic/white-default-background-for-navigation#post-20593</link>
<pubDate>Fri, 15 Apr 2011 23:58:49 +0000</pubDate>
<dc:creator>lawrencek</dc:creator>
<guid isPermaLink="false">20593@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Hello everyone! I've been using Themeatic for a number of months now, and haven't ran into this problem until now.&#60;/p&#62;
&#60;p&#62;Basically, in all versions of Internet Explorer, the navigation for my clients website shows up with a white background. I haven't set a color for the background of the navigation (As can be seen by viewing the site in Chrome, Opera, etc.), so it seem's to be inheriting that style somewhere else by default.&#60;/p&#62;
&#60;p&#62;The site can be viewed here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://jtm.kellylawrence.ca&#34;&#62;http://jtm.kellylawrence.ca&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;As mentioned previously, I haven't ran into this problem before with any of my other Thematic based websites, and I'm sure it's a simple CSS issue that I've missed. Any help would be greatly appreciated!
&#60;/p&#62;</description>
</item>
<item>
<title>amygail on "left side white space disappears in Internet Explorer"</title>
<link>http://themeshaper.com/forums/topic/left-side-white-space-disappears-in-internet-explorer#post-5357</link>
<pubDate>Fri, 24 Jul 2009 23:06:24 +0000</pubDate>
<dc:creator>amygail</dc:creator>
<guid isPermaLink="false">5357@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Looks good.&#60;br /&#62;
I'm not seeing the analytics script anywhere in your source though - bump again if you still need help
&#60;/p&#62;</description>
</item>
<item>
<title>sbdesign on "left side white space disappears in Internet Explorer"</title>
<link>http://themeshaper.com/forums/topic/left-side-white-space-disappears-in-internet-explorer#post-5356</link>
<pubDate>Fri, 24 Jul 2009 22:56:34 +0000</pubDate>
<dc:creator>sbdesign</dc:creator>
<guid isPermaLink="false">5356@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;i had been loading the script as a plugin via teh analyticator or some such tool. during the installation progress, i had initially attempted to load the script somewhere else. once i disabled the plugin and removed the script where it had been forgotten, the white space issue cleared. i have since plugged the analytics script into the functions.php file and updated it. everything is working properly as far as page appearance. ill check analytics tomorrow to see if it is working again.&#60;/p&#62;
&#60;p&#62;i finally got some work up in the portfolio section as well.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://scotbaileydesign.com/portfolio/furniture/cut-fold-table/&#34; rel=&#34;nofollow&#34;&#62;http://scotbaileydesign.com/portfolio/furniture/cut-fold-table/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://scotbaileydesign.com/portfolio/jewelry/cut-fold-earrings/&#34; rel=&#34;nofollow&#34;&#62;http://scotbaileydesign.com/portfolio/jewelry/cut-fold-earrings/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;thanks again
&#60;/p&#62;</description>
</item>
<item>
<title>amygail on "left side white space disappears in Internet Explorer"</title>
<link>http://themeshaper.com/forums/topic/left-side-white-space-disappears-in-internet-explorer#post-5354</link>
<pubDate>Fri, 24 Jul 2009 21:50:54 +0000</pubDate>
<dc:creator>amygail</dc:creator>
<guid isPermaLink="false">5354@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I think I confused you.&#60;br /&#62;
&#34;thematic_after&#34; is a hook that you'd use in your functions.php - &#60;/p&#62;
&#60;p&#62;how are you loading the script now? - Is it a plugin or a function?&#60;/p&#62;
&#60;p&#62;This plugin seems to be a good choice  - it loads the script at the end of the page (I don't use it  - so I don't speak from experience)&#60;br /&#62;
&#60;a href=&#34;http://yoast.com/wordpress/google-analytics/&#34; rel=&#34;nofollow&#34;&#62;http://yoast.com/wordpress/google-analytics/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>sbdesign on "left side white space disappears in Internet Explorer"</title>
<link>http://themeshaper.com/forums/topic/left-side-white-space-disappears-in-internet-explorer#post-5352</link>
<pubDate>Fri, 24 Jul 2009 20:51:06 +0000</pubDate>
<dc:creator>sbdesign</dc:creator>
<guid isPermaLink="false">5352@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;when i go into my editor under appearance, i dont have a theme file under that name. that may be an old theme file that i dont have. i just got the theme recently. removing the g analytics script did fix the problem of the white space. i just need to figure out where to stick the analytics back in now.
&#60;/p&#62;</description>
</item>
<item>
<title>sbdesign on "left side white space disappears in Internet Explorer"</title>
<link>http://themeshaper.com/forums/topic/left-side-white-space-disappears-in-internet-explorer#post-5351</link>
<pubDate>Fri, 24 Jul 2009 20:36:30 +0000</pubDate>
<dc:creator>sbdesign</dc:creator>
<guid isPermaLink="false">5351@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;thats probably it&#60;br /&#62;
thanks
&#60;/p&#62;</description>
</item>
<item>
<title>amygail on "left side white space disappears in Internet Explorer"</title>
<link>http://themeshaper.com/forums/topic/left-side-white-space-disappears-in-internet-explorer#post-5350</link>
<pubDate>Fri, 24 Jul 2009 20:00:01 +0000</pubDate>
<dc:creator>amygail</dc:creator>
<guid isPermaLink="false">5350@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Are you using a plugin to load google-analytics.com/ga.js ? - try disabling that.&#60;/p&#62;
&#60;p&#62;If you're loading it through a function - try loading it into 'thematic_after'
&#60;/p&#62;</description>
</item>
<item>
<title>sbdesign on "left side white space disappears in Internet Explorer"</title>
<link>http://themeshaper.com/forums/topic/left-side-white-space-disappears-in-internet-explorer#post-5349</link>
<pubDate>Fri, 24 Jul 2009 19:52:52 +0000</pubDate>
<dc:creator>sbdesign</dc:creator>
<guid isPermaLink="false">5349@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Thanks&#60;br /&#62;
I'll try it out.
&#60;/p&#62;</description>
</item>
<item>
<title>amygail on "left side white space disappears in Internet Explorer"</title>
<link>http://themeshaper.com/forums/topic/left-side-white-space-disappears-in-internet-explorer#post-5345</link>
<pubDate>Fri, 24 Jul 2009 19:30:34 +0000</pubDate>
<dc:creator>amygail</dc:creator>
<guid isPermaLink="false">5345@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;Scott, run your &#34;no white space page&#34; through this  &#60;a href=&#34;http://validator.w3.org/&#34; rel=&#34;nofollow&#34;&#62;http://validator.w3.org/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;there are a few errors that may be giving you trouble.&#60;/p&#62;
&#60;p&#62;Hopefully someone with more of a clue will answer you - but I do see that there's a script that's loading before your doctype - I'm thinking that MAY be an issue
&#60;/p&#62;</description>
</item>
<item>
<title>sbdesign on "left side white space disappears in Internet Explorer"</title>
<link>http://themeshaper.com/forums/topic/left-side-white-space-disappears-in-internet-explorer#post-5343</link>
<pubDate>Fri, 24 Jul 2009 18:29:02 +0000</pubDate>
<dc:creator>sbdesign</dc:creator>
<guid isPermaLink="false">5343@http://themeshaper.com/forums/</guid>
<description>&#60;p&#62;I'm new to the website game and wanted to build a simple site for my design company.&#60;/p&#62;
&#60;p&#62;has white space: &#60;a href=&#34;http://scotbaileydesign.com/&#34; rel=&#34;nofollow&#34;&#62;http://scotbaileydesign.com/&#60;/a&#62;&#60;br /&#62;
no white space: &#60;a href=&#34;http://scotbaileydesign.com/portfolio/&#34; rel=&#34;nofollow&#34;&#62;http://scotbaileydesign.com/portfolio/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have been working in firefox and when i sent the link to someone using explorer the left side white space was gone on all the pages but the front page. i checked on several other computers using explorer and it seems to be recurring.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
