<?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>Pro Theme Design Forum &#187; Tag: title - Recent Posts</title>
		<link>http://forum.prothemedesign.com/tags/title</link>
		<description><![CDATA[Pro Theme Design Forum &raquo; Tag: title - Recent Posts]]></description> 
		<language>en-US</language>
		<pubDate>Sat, 31 Jul 2010 08:30:33 +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://forum.prothemedesign.com/search.php</link>
		</textInput>
		<atom:link href="http://forum.prothemedesign.com/rss/tags/title" rel="self" type="application/rss+xml" />

		<item>
			<title>James Morrison on "Changing Widget Title Size?"</title>
			<link>http://forum.prothemedesign.com/topic/changing-widget-title-size#post-5692</link>
			<pubDate>Mon, 08 Mar 2010 16:22:05 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">5692@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;By the looks of it, you've sorted out the issue (I don't see any layout issue with the title using Firefox on Mac)?&#60;/p&#62;
&#60;p&#62;The code you've adjusted to hide the 3rd column:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#widgetcol-3  {
float:left;
margin-left:18px;
width:0;
}
style.css (line 87)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;is fine as the width is specified as &#60;em&#62;0&#60;/em&#62; (note you could also use &#60;em&#62;display: none&#60;/em&#62; however I would remove the other CSS (float and margin-left) properties.&#60;/p&#62;
&#60;p&#62;If you are still getting an issue, please provide a screenshot highlighting the problem and details of your OS and Browser (inc. version).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>carrotdog on "Changing Widget Title Size?"</title>
			<link>http://forum.prothemedesign.com/topic/changing-widget-title-size#post-5690</link>
			<pubDate>Mon, 08 Mar 2010 15:47:01 +0000</pubDate>
			<dc:creator>carrotdog</dc:creator>
			<guid isPermaLink="false">5690@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Hi James,&#60;/p&#62;
&#60;p&#62;Thanks very much for all your help. &#60;/p&#62;
&#60;p&#62;If you go to the website you can see I've now changed the style so the font is now larger! &#60;/p&#62;
&#60;p&#62;One final question.&#60;/p&#62;
&#60;p&#62;As you can see, i've reduced the size of the third widget column. However, it is now interfering with the map title on column 4 (see here: &#60;a href=&#34;http://mypreston.com&#34; rel=&#34;nofollow&#34;&#62;http://mypreston.com&#60;/a&#62; )&#60;/p&#62;
&#60;p&#62;Is there any way I can delete the third column entirely (I don't need it at all) or hide it in some way so it isn't visible? &#60;/p&#62;
&#60;p&#62;All the best,&#60;/p&#62;
&#60;p&#62;Joseph
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Changing Widget Title Size?"</title>
			<link>http://forum.prothemedesign.com/topic/changing-widget-title-size#post-5687</link>
			<pubDate>Mon, 08 Mar 2010 14:26:34 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">5687@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;All you need to increase the widget title is a really simple CSS adjustment.&#60;/p&#62;
&#60;p&#62;Open up style.css in a text editor and find this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;h3.widgettitle  {
background: none !important;
color: #8C8C8C !important;
padding: 0 !important;
}
style.css (line 181)&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and add &#60;em&#62;font-size: 18px;&#60;/em&#62; (you can change 18px to any value you like)&#60;/p&#62;
&#60;p&#62;eg:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;h3.widgettitle  {
background:none !important;
color: #8C8C8C !important;
padding: 0 !important;
font-size: 18px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I recommend installing &#60;a href=&#34;http://getfirebug.com/&#34;&#62;Firebug&#60;/a&#62; to help you with CSS changes - they make finding the correct CSS to change really easy.&#60;/p&#62;
&#60;p&#62;** I have marked this topic as resolved - please change it back to unresolved if you need further help with this. **
&#60;/p&#62;</description>
		</item>
		<item>
			<title>carrotdog on "Changing Widget Title Size?"</title>
			<link>http://forum.prothemedesign.com/topic/changing-widget-title-size#post-5682</link>
			<pubDate>Sun, 07 Mar 2010 21:53:13 +0000</pubDate>
			<dc:creator>carrotdog</dc:creator>
			<guid isPermaLink="false">5682@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Hi, just downloaded this theme earlier today and having a good play around with it.&#60;/p&#62;
&#60;p&#62;The work in progress is at &#60;a href=&#34;http://mypreston.com&#34; rel=&#34;nofollow&#34;&#62;http://mypreston.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;My question is, how can I change the size of the titles for each widget. I.e. I'd want &#34;Featured Content&#34; and &#34;Preston Map&#34; to appear in larger text.&#60;/p&#62;
&#60;p&#62;If you could offer any solutions it'd be great (i.e. what files to go into in the stylesheet, I am a novice!)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>altitude on "Title on Home Page"</title>
			<link>http://forum.prothemedesign.com/topic/title-on-home-page#post-2384</link>
			<pubDate>Sun, 09 Nov 2008 23:34:20 +0000</pubDate>
			<dc:creator>altitude</dc:creator>
			<guid isPermaLink="false">2384@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Thanks Ben...&#60;/p&#62;
&#60;p&#62;I should have learned from my earlier problem. I started turning off plugins and the title came up correctly. The culprit was an SEO plugin. I assume it changes titles to improve placement...&#60;/p&#62;
&#60;p&#62;Thanks for all of your help...&#60;/p&#62;
&#60;p&#62;kev
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ben on "Title on Home Page"</title>
			<link>http://forum.prothemedesign.com/topic/title-on-home-page#post-2382</link>
			<pubDate>Sun, 09 Nov 2008 22:19:44 +0000</pubDate>
			<dc:creator>Ben</dc:creator>
			<guid isPermaLink="false">2382@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;I have looked at your site but am not sure what the problem is - could you try explaining again?&#60;/p&#62;
&#60;p&#62;BTW I like the colour changes you've made, they're quite subtle but work really well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>altitude on "Title on Home Page"</title>
			<link>http://forum.prothemedesign.com/topic/title-on-home-page#post-2377</link>
			<pubDate>Sun, 09 Nov 2008 03:55:02 +0000</pubDate>
			<dc:creator>altitude</dc:creator>
			<guid isPermaLink="false">2377@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;This is a simple problem - but I'm perplexed by it...&#60;/p&#62;
&#60;p&#62;When you go to my home page, &#60;a href=&#34;http://b-roll.net/today/?theme=Mimbo%20Pro&#34; rel=&#34;nofollow&#34;&#62;http://b-roll.net/today/?theme=Mimbo%20Pro&#60;/a&#62; , the title always shows the last category name on the list below. It the present state it shows &#34;Tips and Tricks&#34; before the name of the blog.&#60;/p&#62;
&#60;p&#62;This is going to be odd if someone bookmarks the site.&#60;/p&#62;
&#60;p&#62;I appreciate any ideas...&#60;/p&#62;
&#60;p&#62;kev
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cucelyum on "Change header title place"</title>
			<link>http://forum.prothemedesign.com/topic/change-header-title-place#post-2273</link>
			<pubDate>Tue, 21 Oct 2008 05:56:06 +0000</pubDate>
			<dc:creator>cucelyum</dc:creator>
			<guid isPermaLink="false">2273@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Hi friends&#60;/p&#62;
&#60;p&#62;I want to change the place of my sites name on header ( the blogs name , and &#34;this is just a new word press blog&#34; part ) . I want to take it a little left because of my new wallpaper. I am using Mimbo Pro Theme . I dont know if its forbidden to write site name here but it is &#60;a href=&#34;http://www.sbsam.org&#34; rel=&#34;nofollow&#34;&#62;http://www.sbsam.org&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ruggy on "Blog title showing through new header"</title>
			<link>http://forum.prothemedesign.com/topic/blog-title-showing-through-new-header#post-821</link>
			<pubDate>Fri, 09 May 2008 03:16:03 +0000</pubDate>
			<dc:creator>ruggy</dc:creator>
			<guid isPermaLink="false">821@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Admin needs to provide better tutorials for mimbo pro.&#60;br /&#62;
It's simple to fix the author image. This is how I did it:&#60;br /&#62;
1. Go to user setting in wordpress and input your first name in the first name section (e.g. ben)&#60;br /&#62;
2. Then save the image that you want to use with your first name (e.g. ben.jpg)&#60;br /&#62;
3. Place image into the image directory of the mimbo pro theme&#60;br /&#62;
3. Make sure that the image is jpg&#60;/p&#62;
&#60;p&#62;Let me know if that helps ok
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ben on "Title for Seo Plugin"</title>
			<link>http://forum.prothemedesign.com/topic/title-for-seo-plugin#post-809</link>
			<pubDate>Wed, 07 May 2008 22:13:11 +0000</pubDate>
			<dc:creator>Ben</dc:creator>
			<guid isPermaLink="false">809@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;If you want to use the SEO Title Tag plugin then you can simply delete the entire if...else statement and replace it with whatever you used previously. It won't break anything.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Q-design on "Title for Seo Plugin"</title>
			<link>http://forum.prothemedesign.com/topic/title-for-seo-plugin#post-793</link>
			<pubDate>Tue, 06 May 2008 13:49:22 +0000</pubDate>
			<dc:creator>Q-design</dc:creator>
			<guid isPermaLink="false">793@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I was using &#34;SEO Title Tag&#34; for my website. It was pretty simple to add this feature to my template but now, with Mimbo Pro, I have some doubts.&#60;/p&#62;
&#60;p&#62;In my previous template I change the &#38;lt;title&#38;gt; tags with this code:&#60;/p&#62;
&#60;p&#62;&#38;lt; ? php if (function_exists('seo_title_tag')) { seo_title_tag(); } else { bloginfo('name'); wp_title();} ? &#38;gt;&#60;/p&#62;
&#60;p&#62;but Mimbo Pro uses a long if...else for the title of a page.&#60;/p&#62;
&#60;p&#62;How can I insert this plugin into Mimbo?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>disciple on "Wrap Title in Carousel"</title>
			<link>http://forum.prothemedesign.com/topic/wrap-title-in-carousel#post-786</link>
			<pubDate>Sun, 04 May 2008 11:33:56 +0000</pubDate>
			<dc:creator>disciple</dc:creator>
			<guid isPermaLink="false">786@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Submitted,&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Rick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ben on "Wrap Title in Carousel"</title>
			<link>http://forum.prothemedesign.com/topic/wrap-title-in-carousel#post-767</link>
			<pubDate>Wed, 30 Apr 2008 19:51:59 +0000</pubDate>
			<dc:creator>Ben</dc:creator>
			<guid isPermaLink="false">767@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;ah ha - I think I may have a fix for this but it's a little complicated. If you &#60;a href=&#34;http://prothemedesign.com/support/helpdesk/&#34;&#62;submit a support ticket&#60;/a&#62; with your ftp info then I will take a look and see if I can sort it out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>disciple on "Wrap Title in Carousel"</title>
			<link>http://forum.prothemedesign.com/topic/wrap-title-in-carousel#post-754</link>
			<pubDate>Tue, 29 Apr 2008 02:27:01 +0000</pubDate>
			<dc:creator>disciple</dc:creator>
			<guid isPermaLink="false">754@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Well, I see that both plugins make use of jquery. I am going to assume that this is the issue as I remember reading somewhere else in the forum about this.&#60;/p&#62;
&#60;p&#62;I am not a php programmer and don't have any idea of what to look for or how to go about fixing this.&#60;/p&#62;
&#60;p&#62;Can anyone help?&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Rick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>disciple on "Wrap Title in Carousel"</title>
			<link>http://forum.prothemedesign.com/topic/wrap-title-in-carousel#post-753</link>
			<pubDate>Tue, 29 Apr 2008 02:15:30 +0000</pubDate>
			<dc:creator>disciple</dc:creator>
			<guid isPermaLink="false">753@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;OK, I have figured out this much. There is some kind of conflict with another plugin I have activated called WP Shopping Cart by Instinct Entertainment.&#60;/p&#62;
&#60;p&#62;It is a very nice shopping cart plugin so I hope I can figure out the issue and resolve it.&#60;/p&#62;
&#60;p&#62;Rick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>disciple on "Wrap Title in Carousel"</title>
			<link>http://forum.prothemedesign.com/topic/wrap-title-in-carousel#post-751</link>
			<pubDate>Mon, 28 Apr 2008 21:40:05 +0000</pubDate>
			<dc:creator>disciple</dc:creator>
			<guid isPermaLink="false">751@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I can't seem to find how to make the headline wrap in the carousel.&#60;/p&#62;
&#60;p&#62;Can anyone lead me in the right direction?&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Rick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webcoaster on "Blog title showing through new header"</title>
			<link>http://forum.prothemedesign.com/topic/blog-title-showing-through-new-header#post-190</link>
			<pubDate>Wed, 19 Mar 2008 05:40:04 +0000</pubDate>
			<dc:creator>webcoaster</dc:creator>
			<guid isPermaLink="false">190@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Cool that worked, don't be surprised about the customizations lot's of choices for users to make.&#60;/p&#62;
&#60;p&#62;They have done a great job so far and these temp fixes are just things that users like you and I are doing in the meantime until the code is updated.&#60;/p&#62;
&#60;p&#62;I'm glad it's been released, so we can play with it.&#60;/p&#62;
&#60;p&#62;So you said that your author image did not show, are you putting it in images under the themes dir.&#60;/p&#62;
&#60;p&#62;I looked and it seems that your calling the image from an uploaded image in your wp-content/uploads/2008/03/&#60;/p&#62;
&#60;p&#62;The image file needs to be under images in your themes dir.&#60;/p&#62;
&#60;p&#62;- Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cynthiab on "Blog title showing through new header"</title>
			<link>http://forum.prothemedesign.com/topic/blog-title-showing-through-new-header#post-187</link>
			<pubDate>Wed, 19 Mar 2008 05:17:18 +0000</pubDate>
			<dc:creator>Cynthiab</dc:creator>
			<guid isPermaLink="false">187@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;That doesn't and believe it or not the Blog title is back! Now it shows on the first page but not any internal pages.  These little bugs sure are odd.&#60;/p&#62;
&#60;p&#62;Okay I had to delete&#60;/p&#62;
&#60;p&#62;&#38;lt;?php bloginfo('name'); ?&#38;gt;&#60;/p&#62;
&#60;p&#62;From &#60;/p&#62;
&#60;p&#62;&#38;lt;div id=&#34;masthead&#34;&#38;gt;&#60;br /&#62;
	&#38;lt;?php if (is_home()) { ?&#38;gt;&#60;br /&#62;
		&#38;lt;h1&#38;gt;TOOK IT OUT OF HERE&#38;lt;/h1&#38;gt;&#60;br /&#62;
	&#38;lt;?php } else { ?&#38;gt;&#60;/p&#62;
&#60;p&#62;Kind of surprised that these customizations are necessary.  The site is designed to replace the title with the header and it worked for me before (or it seemed to).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>webcoaster on "Blog title showing through new header"</title>
			<link>http://forum.prothemedesign.com/topic/blog-title-showing-through-new-header#post-186</link>
			<pubDate>Wed, 19 Mar 2008 05:14:55 +0000</pubDate>
			<dc:creator>webcoaster</dc:creator>
			<guid isPermaLink="false">186@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;Under author.php you will see that the dir is being called from /wp-content/themes/mimbopro/images/ change the mimbopro to your correct dir name for the mimbopro dir under your themes dir.&#60;/p&#62;
&#60;p&#62;See if that corrects your issue don't forget to use the first name of the author for the file name in your images when you upload the image.&#60;/p&#62;
&#60;p&#62;- cheers&#60;/p&#62;
&#60;p&#62;ps I'm still seeing the name of your blog through the image, are your sure that you corrected this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Cynthiab on "Blog title showing through new header"</title>
			<link>http://forum.prothemedesign.com/topic/blog-title-showing-through-new-header#post-182</link>
			<pubDate>Wed, 19 Mar 2008 05:02:14 +0000</pubDate>
			<dc:creator>Cynthiab</dc:creator>
			<guid isPermaLink="false">182@http://forum.prothemedesign.com/</guid>
			<description>&#60;p&#62;That worked.  Now if I can just get my Author photo to show up I'd be kicking butt!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
