<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Forum: Glass - Recent Topics</title>
		<link>http://www.themolitor.com/forums/forum/wordpress-glass-theme</link>
		<description>THE MOLITOR FORUMS &#187; Forum: Glass - Recent Topics</description>
		<language>en-US</language>
		<pubDate>Sat, 11 Feb 2012 09:56:36 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/forum/wordpress-glass-theme/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>mikedkap on "Change default blog post image?"</title>
			<link>http://www.themolitor.com/forums/topic/change-default-blog-post-image#post-4205</link>
			<pubDate>Fri, 23 Sep 2011 07:58:48 +0000</pubDate>
			<dc:creator>mikedkap</dc:creator>
			<guid isPermaLink="false">4205@http://www.themolitor.com/forums/</guid>
			<description><p>Where would I put a new image to replace the current default image that goes in a blog post?</p>
<p>Thanks!
</p></description>
		</item>
		<item>
			<title>dirtan on "Wordpress website | design and usability Auckland"</title>
			<link>http://www.themolitor.com/forums/topic/design-and-usability-auckland#post-4082</link>
			<pubDate>Fri, 09 Sep 2011 04:15:48 +0000</pubDate>
			<dc:creator>dirtan</dc:creator>
			<guid isPermaLink="false">4082@http://www.themolitor.com/forums/</guid>
			<description><p>At Dirt and Rust we are all about web development, design and usability. There are certain global usability principles, or guidelines. Many of these guidelines can be summarized as follows. iphone app design, web design usability.</p>
<p><a href="http://www.dirtandrust.com/" rel="nofollow">http://www.dirtandrust.com/</a>
</p></description>
		</item>
		<item>
			<title>hhomedepott on "Loading onto Wordpress"</title>
			<link>http://www.themolitor.com/forums/topic/loading-onto-wordpress#post-1713</link>
			<pubDate>Sat, 23 Oct 2010 14:44:52 +0000</pubDate>
			<dc:creator>hhomedepott</dc:creator>
			<guid isPermaLink="false">1713@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,<br />
I am having a terrible time trying to load this theme onto my wordpress site. I am fairly new to CSS and cannot troubleshoot anything. there must be an easy way to do this...<br />
thanks<br />
z
</p></description>
		</item>
		<item>
			<title>rlc777@earthlink.net on "Jettisoned timthumb, now using Incredibly Easy &quot;Post Thumbnails&quot; (and it works)"</title>
			<link>http://www.themolitor.com/forums/topic/jettisoned-timthumb-now-using-incredibly-easy-post-thumbnails-and-it-works#post-954</link>
			<pubDate>Mon, 17 May 2010 13:51:14 +0000</pubDate>
			<dc:creator>rlc777@earthlink.net</dc:creator>
			<guid isPermaLink="false">954@http://www.themolitor.com/forums/</guid>
			<description><p>I really wanted to use the glass theme, but could not get timthumb.php to work. I did everything but a deliverance on the script, to no avail. It certainly may be a hosting issue, but I wanted a work around.</p>
<p>Came across this post about the "Post Thumbnails" feature in Wordpress (<a href="http://themeforest.net/forums/thread/wordpress-29-postthumbnail-to-replace-timthumb/20900" rel="nofollow">http://themeforest.net/forums/thread/wordpress-29-postthumbnail-to-replace-timthumb/20900</a>). Noticed that themolitor even commented favorably on it.</p>
<p>So I found another website which explained how to enable the feature, and modify an existing theme in their environment to make it work. It is located on a competitors website, so for courtesy's sake, I am not posting the location — though thanks to Brian Gardner for his helpful commentary on this.</p>
<p>Here is all I did:</p>
<p>I enabled the "Post Thumbnails" by posting this script in the functions.php file (located in the wpglass folder). </p>
<p>// Enable post thumbnail support and set new image sizes<br />
add_theme_support( 'post-thumbnails' );<br />
add_image_size( 'Featured Top', 70, 70, TRUE );<br />
add_image_size( 'Featured Bottom', 110, 110, TRUE );</p>
<p>I posted the script just before the final ?&#62; in the file so now the last seven lines of the file looks like this:</p>
<p>add_action( 'admin_menu', 'create_meta_box' );<br />
add_action( 'save_post', 'save_meta_box' );<br />
// Enable post thumbnail support and set new image sizes<br />
add_theme_support( 'post-thumbnails' );<br />
add_image_size( 'Featured Top', 70, 70, TRUE );<br />
add_image_size( 'Featured Bottom', 110, 110, TRUE );<br />
?&#62;</p>
<p>Then I replaced all of the code in the thumbnail.php (also located in the wpglass folder) with the following:</p>
<p>&#60;?php the_post_thumbnail( ‘Featured Top’ ); ?&#62;</p>
<p>Yes, that is all the code I am using in that file.</p>
<p>Lastly, open the Stylesheet (style.css) located in the dashboard:appearance:editor. Look for the .thumb occurrence and change it to .wp-post-image.</p>
<p>I also modified the border size (from 1px to 10px, and the width down to 80px so that the thumbnails appears better on my blog. The whole line now looks like this:</p>
<p>div.post .wp-post-image {border: 10px solid #b5b5b5; float: left; margin-right: 20px; width:80px;}</p>
<p>That's it. All you need to do now is upload your images, and select the "Use as Featured Image" choice now visible next to "Insert Image." Save all changes.</p>
<p>You can see my results at randalcutter.com
</p></description>
		</item>
		<item>
			<title>brodyjdavis on "Create Shadowbox js link from thumbnails"</title>
			<link>http://www.themolitor.com/forums/topic/create-shadowbox-js-link-from-thumbnails#post-2538</link>
			<pubDate>Sat, 19 Mar 2011 13:50:11 +0000</pubDate>
			<dc:creator>brodyjdavis</dc:creator>
			<guid isPermaLink="false">2538@http://www.themolitor.com/forums/</guid>
			<description><p>I have been able to figure out how to insert Shadowbox js links into my posts, but I can't seem to figure out how to edit the thumbnails on the main page so that instead of linking to the same place as 'continue reading' they simply pop-up the Shadowbox window.<br />
Im linking to my work posted on Vimeo, and it would be great if there was an easy way for a user to browse through all the videos without having to leave the main page. But then if they wanted to they could still click 'Continue Reading' to see more details, related posts, etc...<br />
I have been racking my brain to figure it out, but I'm still pretty green when it comes to interactive design. </p>
<p><a href="http://www.brodyjdavis.com" rel="nofollow">http://www.brodyjdavis.com</a></p>
<p>Thanks
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Remove Drop Down for Navigation"</title>
			<link>http://www.themolitor.com/forums/topic/remove-drop-down-for-navigation#post-455</link>
			<pubDate>Wed, 03 Feb 2010 16:30:06 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">455@http://www.themolitor.com/forums/</guid>
			<description><p>To remove the drop down menu items, do the following...</p>
<ol>
<li>Open "header.php"</li>
<li>Locate the following items in the "dropmenu"...<br /> <code>&#60;?php wp_list_cats(&#39;exclude=&#39;. $the_cat .&#39;&#39;); ?&#62;</code><br /> and<br /> <code>&#60;?php wp_list_pages(&#39;sort_column=menu_order&#38;exclude=&#39;. $the_page .&#39;&#38;title_li=&#39;); ?&#62;</code></li>
<li>add "&#38;depth=1" to each so that they look like this...<br /> <code>&#60;?php wp_list_cats(&#39;exclude=&#39;. $the_cat .&#39;&#38;depth=1&#39;); ?&#62;</code><br /> and<br /> <code>&#60;?php wp_list_pages(&#39;sort_column=menu_order&#38;exclude=&#39;. $the_page .&#39;&#38;title_li=&#38;depth=1&#39;); ?&#62;</code></li>
<li>that's it!</li>
</ol></description>
		</item>
		<item>
			<title>dbaggie on "Page Formatting"</title>
			<link>http://www.themolitor.com/forums/topic/page-formatting#post-2122</link>
			<pubDate>Thu, 13 Jan 2011 10:43:23 +0000</pubDate>
			<dc:creator>dbaggie</dc:creator>
			<guid isPermaLink="false">2122@http://www.themolitor.com/forums/</guid>
			<description><p>Hello - </p>
<p>Please take a look at my blog using Glass: <a href="http://blog.darrenbagnall.com/" rel="nofollow">http://blog.darrenbagnall.com/</a>  The formatting of where the logo appears in relation to the nav is off. Everything looks fine on the .psd fine. </p>
<p>Also - I can't get my widgets drop down to work and a link to Linked-In would be boss.</p>
<p>Thanks for any help.</p>
<p>DB
</p></description>
		</item>
		<item>
			<title>amanda on "tags question"</title>
			<link>http://www.themolitor.com/forums/topic/tags-question#post-2010</link>
			<pubDate>Sun, 26 Dec 2010 21:02:48 +0000</pubDate>
			<dc:creator>amanda</dc:creator>
			<guid isPermaLink="false">2010@http://www.themolitor.com/forums/</guid>
			<description><p>is there anyway for the related posts at the bottom to suggest posts from multiple tags? I really would love to be able to use multiple tags without it just sticking to the first one! I dont mind if it would mess with the 'view all' link, as at the moment I'm not using it.</p>
<p>Either way, i absolutely love this theme and any help would be much appreciated.
</p></description>
		</item>
		<item>
			<title>dandroff on "timthumb stopped working after moving wordpress to root folder"</title>
			<link>http://www.themolitor.com/forums/topic/timthumb-stopped-working-after-moving-wordpress-to-root-folder#post-1961</link>
			<pubDate>Tue, 14 Dec 2010 01:53:39 +0000</pubDate>
			<dc:creator>dandroff</dc:creator>
			<guid isPermaLink="false">1961@http://www.themolitor.com/forums/</guid>
			<description><p>hi again molitor,</p>
<p>I followed your instructions in the "requirements for the thumbnail images to work..." topic and I've read about every post in the darenhoyt forum. No success.<br />
This is my problem:</p>
<p>My site was constructed in a temporary folder: besmet.be/wordpress<br />
Thumbnails worked perfectly.<br />
Yesterday the site was supposed to be launched so I moved it to the root folder: besmet.be<br />
(To do this, I followed these instructions:<br />
<a href="http://codex.wordpress.org/Moving_WordPress#Moving_WordPress_Within_Your_Site" rel="nofollow">http://codex.wordpress.org/Moving_WordPress#Moving_WordPress_Within_Your_Site</a><br />
no problem what so ever)<br />
So now the thumbnails aren't loading any more. Instead the linked alt text is shown.</p>
<p>I found out the script does create the thumbs in the cache folder, so this link works:<br />
<a href="http://besmet.be/wp-content/themes/wpglass/scripts/cache/357eee813744fad16647c905c76bbb59.png" rel="nofollow">http://besmet.be/wp-content/themes/wpglass/scripts/cache/357eee813744fad16647c905c76bbb59.png</a><br />
But, when loading the front page, the timthumb script still looks for the image in the old wordpress folder:<br />
<a href="http://besmet.be/wp-content/themes/wpglass/scripts/timthumb.php?src=http://besmet.be/WORDPRESS/wp-content/uploads/2010/11/Picture-1.png&#038;w=210&#038;h=145&#038;zc=1" rel="nofollow">http://besmet.be/wp-content/themes/wpglass/scripts/timthumb.php?src=http://besmet.be/WORDPRESS/wp-content/uploads/2010/11/Picture-1.png&#038;w=210&#038;h=145&#038;zc=1</a></p>
<p>As you can imagine, I need to fix this ASAP, so a quick reply would be very much appreciated.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Bug fix for version 2.0 &amp; 2.1"</title>
			<link>http://www.themolitor.com/forums/topic/bug-fix-for-version-20#post-1904</link>
			<pubDate>Mon, 29 Nov 2010 10:30:48 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">1904@http://www.themolitor.com/forums/</guid>
			<description><p>There is a minor bug with the menu that needs to be fixed. I'm uploading an update soon, but since it just addresses this menu bug I'm going to post the fix here as well...</p>
<ol>
<li>Open "header.php" and locate the following on line 95:<br />
<code>&#60;?php wp_nav_menu(array(&#39;theme_location&#39; =&#62; &#39;main&#39;, &#39;container_id&#39; =&#62; &#39;navigation&#39;, &#39;menu_id&#39; =&#62; &#39;dropmenu&#39;)); ?&#62;</code>
</li>
<li>Replace the above with the following:<br />
<code>&#60;?php wp_nav_menu(array(&#39;theme_location&#39; =&#62; &#39;main&#39;,&#39;container&#39; =&#62; &#39;&#39;)); ?&#62;</code>
</li>
<li>Open "style.css" and locate "<code>#dropmenu</code>"</li>
<li>Replace the above with "<code>#dropmenu,.menu</code>"</li>
<li>Open "scripts.js" and locate the following towards the bottom:<br />
"<code>jQuery(&#34;#dropmenu ul&#34;).css(&#34;display&#34;, &#34;none&#34;); // Opera Fix</code>"
</li>
<li>Replace the above with the following:<br />
"<code>jQuery(&#34;#dropmenu li &#62; ul&#34;).css(&#34;display&#34;, &#34;none&#34;); // Opera Fix</code>"
</li>
</ol></description>
		</item>
		<item>
			<title>dandroff on "European date format"</title>
			<link>http://www.themolitor.com/forums/topic/european-date-format#post-1920</link>
			<pubDate>Mon, 06 Dec 2010 04:12:38 +0000</pubDate>
			<dc:creator>dandroff</dc:creator>
			<guid isPermaLink="false">1920@http://www.themolitor.com/forums/</guid>
			<description><p>hello again Molitor,</p>
<p>how can I change the date format on the front page?<br />
I'd like it to be the European model day/month/year instead of the American month/day/year.</p>
<p>thanks
</p></description>
		</item>
		<item>
			<title>Michael on "Make menu not collapse"</title>
			<link>http://www.themolitor.com/forums/topic/make-menu-not-collapse#post-1527</link>
			<pubDate>Sat, 04 Sep 2010 03:18:39 +0000</pubDate>
			<dc:creator>Michael</dc:creator>
			<guid isPermaLink="false">1527@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>is there a way once i click a menu item the content will show up and the menu will NOT collapse but will stay open?<br />
I have a menu structure with like 3 sublevels and it's sort of  time-consuming that once i clicked a menu item and want to choose another one let's say from the 3rd sublevel to go through the whole hovering process again.</p>
<p>I would appreciate any help or tip where in the files i need to look up for tweaking!</p>
<p>Thank u in advance!<br />
M.
</p></description>
		</item>
		<item>
			<title>yougeen on "How to exclude my Second-Category Posts from &quot;Front-Page&quot;"</title>
			<link>http://www.themolitor.com/forums/topic/how-add-a-second-category-to-the-menu#post-1525</link>
			<pubDate>Thu, 02 Sep 2010 04:01:24 +0000</pubDate>
			<dc:creator>yougeen</dc:creator>
			<guid isPermaLink="false">1525@http://www.themolitor.com/forums/</guid>
			<description><p>Hey Guys,</p>
<p>i need some help at the Glass-Templ. </p>
<p>I try to find a wy to solve my problem but i failed.</p>
<p>I want to exclude the Post i make in my second category from the front-page (home)</p>
<p>Can you tell me where to search or maybe what to change at the Code, to get my Problem solved?</p>
<p>Thank you so much for helping.</p>
<p>Greetings<br />
Yougeen
</p></description>
		</item>
		<item>
			<title>kudiarto21 on "twitter status on footer"</title>
			<link>http://www.themolitor.com/forums/topic/twitter-status-on-footer#post-1090</link>
			<pubDate>Sun, 06 Jun 2010 22:42:48 +0000</pubDate>
			<dc:creator>kudiarto21</dc:creator>
			<guid isPermaLink="false">1090@http://www.themolitor.com/forums/</guid>
			<description><p>hello mate.... ^_^<br />
how to enable twitter status on footer like your theme on <a href="http://www.themolitor.com" rel="nofollow">http://www.themolitor.com</a></p>
<p>^_^
</p></description>
		</item>
		<item>
			<title>21d on "Home Description"</title>
			<link>http://www.themolitor.com/forums/topic/home-description#post-730</link>
			<pubDate>Tue, 13 Apr 2010 17:08:55 +0000</pubDate>
			<dc:creator>21d</dc:creator>
			<guid isPermaLink="false">730@http://www.themolitor.com/forums/</guid>
			<description><p>i am having some trouble with the HOME description<br />
like for instance, when i click and open a PAGE in the navigation on the left, right above that it gives me the name of that page, or with my post and categories are the same, but on the default HOME page, i get a blank line, meaning there is nothing written in the box where normally as i understand there should by the name of my BLOG, would you know why this is happening, because i saw that it has the same PHP code as the COPYRIGHT at the footer, which does give the NAME but not on the main BLOG
</p></description>
		</item>
		<item>
			<title>supergab on "scripts.js and latest jQuery and jQuery UI ?"</title>
			<link>http://www.themolitor.com/forums/topic/scriptsjs-and-latest-jquery-and-jquery-ui#post-745</link>
			<pubDate>Wed, 14 Apr 2010 15:01:41 +0000</pubDate>
			<dc:creator>supergab</dc:creator>
			<guid isPermaLink="false">745@http://www.themolitor.com/forums/</guid>
			<description><p>Hi, I'll try to be clear... ;-)</p>
<p>I would like to add a delay to some of the animations but the delay fonction is only available in jQuery 1.4 ( <a href="http://api.jquery.com/delay" rel="nofollow">http://api.jquery.com/delay</a> ). So I tried replacing the jQuery 1.3.2 code in scripts.js by the jQuery 1.4.2 code (<a href="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" rel="nofollow">http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js</a>) but it seems that it doesn't work that easy.</p>
<p>If possible, I would like to have a scripts.js file using my already loaded jQuery 1.4.2 and jQuery UI 1.8.0 in the site's header if possible. So things are not loaded twice.</p>
<p>Many thanks for your time and help. ;-)</p>
<p>The website is <a href="http://dev.visualise.ca/noctambules/" rel="nofollow">http://dev.visualise.ca/noctambules/</a>
</p></description>
		</item>
		<item>
			<title>supergab on "Thumbnail image does not seem to work on Wordpress MU."</title>
			<link>http://www.themolitor.com/forums/topic/thumbnail-image-does-not-seem-to-work-on-wordpress-mu#post-729</link>
			<pubDate>Tue, 13 Apr 2010 15:54:17 +0000</pubDate>
			<dc:creator>supergab</dc:creator>
			<guid isPermaLink="false">729@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,</p>
<p>It seems that the thumbnail image doesn't work with Wordpress MU. The path to the image file is not good in the generated html.</p>
<p>Any idea of what I can do about it?</p>
<p>Many thanks for your time and help. ;-)
</p></description>
		</item>
		<item>
			<title>ahahn on "Comments not working on Glass theme"</title>
			<link>http://www.themolitor.com/forums/topic/comments-not-working-on-glass-theme#post-615</link>
			<pubDate>Wed, 10 Mar 2010 05:23:28 +0000</pubDate>
			<dc:creator>ahahn</dc:creator>
			<guid isPermaLink="false">615@http://www.themolitor.com/forums/</guid>
			<description><p>I'm getting this message in my newly purchased Glass theme:</p>
<p>Warning: file_get_contents(http://tinyurl.com/api-create.php?url=http://circa42.com/2009/10/stefan-sagmeister-%e2%80%94-the-power-of-time-off/) [function.file-get-contents]: failed to open stream: Permission denied in /home/www/circa42.com/wp-content/themes/WP Glass/wpglass/functions.php on line 189
</p></description>
		</item>
		<item>
			<title>randomtheo on "Get rid of no categories in nav and contact form"</title>
			<link>http://www.themolitor.com/forums/topic/get-rid-of-no-categories-in-nav-and-contact-form#post-597</link>
			<pubDate>Wed, 03 Mar 2010 13:37:42 +0000</pubDate>
			<dc:creator>randomtheo</dc:creator>
			<guid isPermaLink="false">597@http://www.themolitor.com/forums/</guid>
			<description><p>I have the no categories showing in my nav bar and I would like it to be removed.  Also, what do you use for your contact from on your site.  I used cformsII and it doesn't' blend in with the site.</p>
<p>Ryan<br />
randomtheo.com
</p></description>
		</item>
		<item>
			<title>tacopimp on "Social links won&#039;t display..."</title>
			<link>http://www.themolitor.com/forums/topic/social-links-wont-display#post-536</link>
			<pubDate>Tue, 23 Feb 2010 07:20:40 +0000</pubDate>
			<dc:creator>tacopimp</dc:creator>
			<guid isPermaLink="false">536@http://www.themolitor.com/forums/</guid>
			<description><p>The social links aren't displaying.  Can you help me with this.  <a href="http://www.lanceblaise.com/podcast" rel="nofollow">http://www.lanceblaise.com/podcast</a></p>
<p>Great theme!!
</p></description>
		</item>
		<item>
			<title>tmconnect on "Separation lines"</title>
			<link>http://www.themolitor.com/forums/topic/separation-lines#post-457</link>
			<pubDate>Sat, 06 Feb 2010 04:03:45 +0000</pubDate>
			<dc:creator>tmconnect</dc:creator>
			<guid isPermaLink="false">457@http://www.themolitor.com/forums/</guid>
			<description><p>There are separating lines on the front page between each post. But as I see the first one is a straight line with a shadow and the next is a dotted line. This changes for each next post.</p>
<p>I couldn't find anything so that it would be ever the first one (I like much better).</p>
<p>BTW: This is a great theme</p>
<p>Thanks for any help
</p></description>
		</item>
		<item>
			<title>Combine on "Change Navigation Script"</title>
			<link>http://www.themolitor.com/forums/topic/change-navigation-script#post-414</link>
			<pubDate>Thu, 28 Jan 2010 08:38:04 +0000</pubDate>
			<dc:creator>Combine</dc:creator>
			<guid isPermaLink="false">414@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there.</p>
<p>I wanted to know how I can change the navigation script so that you have to click on the category for its subsequent categories to display, rather than hovering over the different categories and its sub-categories displaying.</p>
<p>On the site I am working on (<a href="http://combinecultivates.com/" rel="nofollow">http://combinecultivates.com/</a>) if you mouse over "Cultivate Categories" for example, its subsequent categories drop down below. I was hoping that I could change this so that if you click on "Cultivate Categories" its sub-categories will show up.</p>
<p>Is this possible? I have gone through the several php files to try to figure it out on my own, but can't seem to resolve it.</p>
<p>Thanks!
</p></description>
		</item>
		<item>
			<title>neight401 on "pages throwing php errors about file_get_contents()"</title>
			<link>http://www.themolitor.com/forums/topic/pages-throwing-php-errors-about-file_get_contents#post-375</link>
			<pubDate>Thu, 14 Jan 2010 19:45:33 +0000</pubDate>
			<dc:creator>neight401</dc:creator>
			<guid isPermaLink="false">375@http://www.themolitor.com/forums/</guid>
			<description><p>Hey Molitor i just purchases the glass theme and I think is pretty awesome.  </p>
<p>Im having an issue with pages, they are giving me some php errors... i'll paste it below.  Any feedback would be helpful, thanks!</p>
<p>Here is a link to a live example: <a href="http://nhaskins.com/about/" rel="nofollow">http://nhaskins.com/about/</a></p>
<p>errors<br />
================================<br />
Warning: file_get_contents() [function.file-get-contents]: URL file-access is disabled in the server configuration in /nfs/c02/h06/mnt/41544/domains/nhaskins.com/html/wp-content/themes/wpglass/functions.php on line 189</p>
<p>Warning: file_get_contents(http://tinyurl.com/api-create.php?url=http://nhaskins.com/about/) [function.file-get-contents]: failed to open stream: no suitable wrapper could be found in /nfs/c02/h06/mnt/41544/domains/nhaskins.com/html/wp-content/themes/wpglass/functions.php on line 189
</p></description>
		</item>
		<item>
			<title>melo on "Image Size"</title>
			<link>http://www.themolitor.com/forums/topic/image-size#post-314</link>
			<pubDate>Fri, 08 Jan 2010 04:06:26 +0000</pubDate>
			<dc:creator>melo</dc:creator>
			<guid isPermaLink="false">314@http://www.themolitor.com/forums/</guid>
			<description><p>Hello.  Looking to buy the Wordpress Glass template.  Are the images a fixed size/ratio.  I would like to use portrait oriented photos (ie, 400px W x 600px H).</p>
<p>Is this possible with the template as is, and how will the thumbs be sized?</p>
<p>Lastly, are the thumb sizes adjustable as well?</p>
<p>Many thanks,</p>
<p>Paul
</p></description>
		</item>
		<item>
			<title>ojibraids on "Thumbnails Not Showing"</title>
			<link>http://www.themolitor.com/forums/topic/thumbnails-not-showing#post-264</link>
			<pubDate>Tue, 29 Dec 2009 09:48:51 +0000</pubDate>
			<dc:creator>ojibraids</dc:creator>
			<guid isPermaLink="false">264@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there, I'm trying to get this template to display properly. I have it up and running except for one element of the template: Post Thumbnails.  They don't show up on the main page; and when I right click &#62; "View Image" Here is the error I'm getting:</p>
<p>Warning: touch() [function.touch]: Unable to create file ./cache/50d39bd34e0ab6287811c8ac89b03362.png because Permission denied in /home/reddiva/public_html/test/wp-content/themes/wpglass/scripts/timthumb.php on line 236</p>
<p>Warning: Cannot modify header information - headers already sent by (output started at /home/reddiva/public_html/test/wp-content/themes/wpglass/scripts/timthumb.php:236) in /home/reddiva/public_html/test/wp-content/themes/wpglass/scripts/timthumb.php on line 246</p>
<p>Any help w/ resolving this would be much appreciated!
</p></description>
		</item>

	</channel>
</rss>

