<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Vfxdude &#187; Topic: Categories displaying in top menu causing site to stop rendering (white screen)</title>
		<link>http://www.vfxdude.com/forum/topic/categories-displaying-in-top-menu-causing-site-to-stop-rendering-white-screen</link>
		<description>premium wordpress themes</description>
		<language>en-US</language>
		<pubDate>Sat, 11 Feb 2012 10:02:41 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.vfxdude.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.vfxdude.com/forum/rss/topic/categories-displaying-in-top-menu-causing-site-to-stop-rendering-white-screen" rel="self" type="application/rss+xml" />

		<item>
			<title>rebecca33 on "Categories displaying in top menu causing site to stop rendering (white screen)"</title>
			<link>http://www.vfxdude.com/forum/topic/categories-displaying-in-top-menu-causing-site-to-stop-rendering-white-screen#post-368</link>
			<pubDate>Mon, 07 Dec 2009 05:37:35 +0000</pubDate>
			<dc:creator>rebecca33</dc:creator>
			<guid isPermaLink="false">368@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Yes, it&#38;#39;s definitely the ampersand. Putting an &#38;amp; in the category title will cause it to kill the rest of the page as it loads. I haven&#38;#39;t tried it with &#38;amp; or /&#38;amp; but just removing these and putting &#38;#39;and&#38;#39; in place worked. FYI for anyone else...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rebecca33 on "Categories displaying in top menu causing site to stop rendering (white screen)"</title>
			<link>http://www.vfxdude.com/forum/topic/categories-displaying-in-top-menu-causing-site-to-stop-rendering-white-screen#post-367</link>
			<pubDate>Mon, 07 Dec 2009 05:26:48 +0000</pubDate>
			<dc:creator>rebecca33</dc:creator>
			<guid isPermaLink="false">367@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;The name of the categories are health &#38;amp; wellness, sports &#38;amp; activities, fitness... Could it be the ampersand - &#38;amp; ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Orville on "Categories displaying in top menu causing site to stop rendering (white screen)"</title>
			<link>http://www.vfxdude.com/forum/topic/categories-displaying-in-top-menu-causing-site-to-stop-rendering-white-screen#post-363</link>
			<pubDate>Sat, 05 Dec 2009 23:09:47 +0000</pubDate>
			<dc:creator>Orville</dc:creator>
			<guid isPermaLink="false">363@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Theme works well for me with categories in the navbar.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Categories displaying in top menu causing site to stop rendering (white screen)"</title>
			<link>http://www.vfxdude.com/forum/topic/categories-displaying-in-top-menu-causing-site-to-stop-rendering-white-screen#post-355</link>
			<pubDate>Fri, 04 Dec 2009 10:11:46 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">355@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;could be a bug, not sure. What is name of the category?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>rebecca33 on "Categories displaying in top menu causing site to stop rendering (white screen)"</title>
			<link>http://www.vfxdude.com/forum/topic/categories-displaying-in-top-menu-causing-site-to-stop-rendering-white-screen#post-351</link>
			<pubDate>Fri, 04 Dec 2009 05:35:28 +0000</pubDate>
			<dc:creator>rebecca33</dc:creator>
			<guid isPermaLink="false">351@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I get a white screen for the rest of the site when I add categories to the nav. I don&#38;#39;t have the categories as a dropdown and I&#38;#39;ve made sure there are posts assigned to each category. The header and the start of the navigation works but the categories just don&#38;#39;t - they cause a PHP fatal error:&#60;/p&#62;
&#60;p&#62;PHP Catchable fatal error: Object of class WP_Error could not be converted to string in /var/www/vhosts/SITE.com/subdomains/SITE2/httpdocs/wp-content/themes/bigfeature/library/functions/theme-functions.php on line 118&#60;/p&#62;
&#60;p&#62;This is the code on line 118 in that file.&#60;br /&#62;
echo &#38;#39;&#38;lt;li class=&#38;quot;&#38;#39;.(is_category($catID)?&#38;#39;current_page_item&#38;#39;:&#38;#39;&#38;#39;).($navItem==$last?&#38;#39; last&#38;#39;:&#38;#39;&#38;#39;).($navItem==$first?&#38;#39; first&#38;#39;:&#38;#39;&#38;#39;).&#38;#39;&#38;quot;&#38;gt;&#60;a href=&#34;&#38;quot;&#38;quot;&#38;#39;.get_category_link($catID).&#38;#39;&#38;quot;&#38;quot;&#34;&#62;&#38;lt;span class=&#38;quot;navitem&#38;quot;&#38;gt;&#38;#39;.$catName.&#38;#39;&#38;lt;/span&#38;gt;&#60;/a&#62;&#38;#39;;&#60;/p&#62;
&#60;p&#62;No changes have been made - everything is still standard.&#60;/p&#62;
&#60;p&#62;Anyone else had this? It was removing the categories by itself when I was putting them in, and since I installed simple:forum, it just gave up entirely so I can&#38;#39;t have categories in the top menu.&#60;/p&#62;
&#60;p&#62;Also, that&#38;#39;s the only non-recommended plugin install - the other plugins in the site are all on the recommended-for-the-theme list.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

