<?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; Topic: Tag cloud and Facebook widgets</title>
		<link>http://www.themolitor.com/forums/topic/tag-cloud-and-facebook-widgets</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Tag cloud and Facebook widgets</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 13:59:19 +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/topic/tag-cloud-and-facebook-widgets" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Tag cloud and Facebook widgets"</title>
			<link>http://www.themolitor.com/forums/topic/tag-cloud-and-facebook-widgets#post-19225</link>
			<pubDate>Fri, 08 Mar 2013 13:38:58 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19225@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for following up with your findings!</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>sunlit3 on "Tag cloud and Facebook widgets"</title>
			<link>http://www.themolitor.com/forums/topic/tag-cloud-and-facebook-widgets#post-19223</link>
			<pubDate>Fri, 08 Mar 2013 13:22:04 +0000</pubDate>
			<dc:creator>sunlit3</dc:creator>
			<guid isPermaLink="false">19223@http://www.themolitor.com/forums/</guid>
			<description><p>I wasnt aware that there is Developer Tools included in IE9 until now so I wasn't looking at css properties.. it was simple: sans-serif !important in ie.css was overruling custom css so I added !important in custom stylesheet and got it all working :) Now lets pump the content in...
</p></description>
		</item>
		<item>
			<title>sunlit3 on "Tag cloud and Facebook widgets"</title>
			<link>http://www.themolitor.com/forums/topic/tag-cloud-and-facebook-widgets#post-19222</link>
			<pubDate>Fri, 08 Mar 2013 13:00:34 +0000</pubDate>
			<dc:creator>sunlit3</dc:creator>
			<guid isPermaLink="false">19222@http://www.themolitor.com/forums/</guid>
			<description><p>Ok thanks, I will find the solution for this minor issue.. </p>
<p>I will post in 'show off your DP sites' thread next time when the site is finished :)You can iclude it on demo page like some authors do for good examples of how their themes can be used and this one is going to be good example to all monthly publishing magazines.. Thanks once more and keep up the great work..
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Tag cloud and Facebook widgets"</title>
			<link>http://www.themolitor.com/forums/topic/tag-cloud-and-facebook-widgets#post-19221</link>
			<pubDate>Fri, 08 Mar 2013 12:55:50 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19221@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The Google fonts API is implemented as instructed by Google, so I can only refer you to troubleshoot issues with API on the Google fonts site. My ability to help in this area is limited as it isn't my code that interacts with the API.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>sunlit3 on "Tag cloud and Facebook widgets"</title>
			<link>http://www.themolitor.com/forums/topic/tag-cloud-and-facebook-widgets#post-19219</link>
			<pubDate>Fri, 08 Mar 2013 12:44:27 +0000</pubDate>
			<dc:creator>sunlit3</dc:creator>
			<guid isPermaLink="false">19219@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks Chris we got the Tags styled like on demo.. </p>
<p>It must be my chrome setup for bottom ad not showing up, I am loged to all my computers in same chrome account so I will find the reason for that.. </p>
<p>I am using  IE9 for testing because I dont encourage people using older IE and I dont care how the site will look on old browsers.. My problem is in content font that gets messed up when I change your conditional in header.php  &#60;link rel="stylesheet" href="&#60;?php echo $templateUrl; ?&#62;/ie.css" type="text/css" media="screen" /&#62;  and if I dont change conditional google font isnt showing up . I added google api link as the first element after head markup and have it working great in other browsers ..
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Tag cloud and Facebook widgets"</title>
			<link>http://www.themolitor.com/forums/topic/tag-cloud-and-facebook-widgets#post-19216</link>
			<pubDate>Fri, 08 Mar 2013 12:18:38 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19216@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I think I know what the problem is. The styling is targeted for the main sidebar. Here's the fix: open "style.css" and change the following on lines 673-689 from this...</p>
<pre><code>#sidebar .widget_tag_cloud a {
	font-size: 11px !important;
	display: block;
	float: left;
	padding: 2px 8px;
	margin: 0 3px 3px 0;
	color: #fff;
	border-left: 3px double #fff;
}
#sidebar .widget_tag_cloud a:hover {background: #231F20; padding: 2px 8px; margin: 0 3px 3px 0; text-decoration: none;}
#sidebar .widget_tag_cloud:after {
    content: &#34;.&#34;;
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}</code></pre>
<p>...to this...</p>
<pre><code>.widget_tag_cloud a {
	font-size: 11px !important;
	display: block;
	float: left;
	padding: 2px 8px;
	margin: 0 3px 3px 0;
	color: #fff;
	border-left: 3px double #fff;
}
.widget_tag_cloud a:hover {background: #231F20; padding: 2px 8px; margin: 0 3px 3px 0; text-decoration: none;}
.widget_tag_cloud:after {
    content: &#34;.&#34;;
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}</code></pre>
<p>And then open up "header.php" and change line 68 from this...</p>
<pre><code>#sidebar .widget_tag_cloud a,</code></pre>
<p>...to this...</p>
<pre><code>.widget_tag_cloud a,</code></pre>
<p>Regarding the advertisement in the footer, that is showing up in all browsers for me.</p>
<p>What version of IE are you using?</p>
<p>Let me know.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>sunlit3 on "Tag cloud and Facebook widgets"</title>
			<link>http://www.themolitor.com/forums/topic/tag-cloud-and-facebook-widgets#post-19211</link>
			<pubDate>Fri, 08 Mar 2013 11:56:06 +0000</pubDate>
			<dc:creator>sunlit3</dc:creator>
			<guid isPermaLink="false">19211@http://www.themolitor.com/forums/</guid>
			<description><p>OK, I will provide the link to url where I am developing the site, its going to be migrated to real url and I am holding it locked underconstruction so I will unlock the site for your review of problems.. I am in the middle of works so understand it, when I finish its gonna be polished and nice ..very nice :) Its monthly health magazine that the site is being developed for so it will have a bit different purpose in comparision to daily publishing..</p>
<p>I have one more issue: its with google fonts that I used for tagline.. when I add the font through the theme options I get Firefox to show all content in that google font so I had to add the code manually to header.php and I managed to get it work great in Chrome and Firefox but IE9 isnt showing the google font .. I found that you used IE conditional in header and when I edit that conditional I get the google font working but regular content font get bit messed up and I've been trying things but still cant get it work completely in IE</p>
<p>So please take a look at that to.. Tag cloud is important ..and bottom advertisment not so much.. maybe the problem i with my chrome browser url: <a href="http://www.akitabreed.net" rel="nofollow">http://www.akitabreed.net</a></p>
<p>Please do it as soon as possible I dont want url site to be indexed, so I can lock it up again
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Tag cloud and Facebook widgets"</title>
			<link>http://www.themolitor.com/forums/topic/tag-cloud-and-facebook-widgets#post-19194</link>
			<pubDate>Fri, 08 Mar 2013 09:55:51 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">19194@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Regarding the tags, can you provide a link to your site? I'll take a look to see what you're referring to about the CSS not being applied to the tags widget.</p>
<p>Regarding the footer ad space, I loaded the demo site in Chrome and everything is looking as it should. If you provide a link I'll take a look.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>sunlit3 on "Tag cloud and Facebook widgets"</title>
			<link>http://www.themolitor.com/forums/topic/tag-cloud-and-facebook-widgets#post-19188</link>
			<pubDate>Fri, 08 Mar 2013 04:36:56 +0000</pubDate>
			<dc:creator>sunlit3</dc:creator>
			<guid isPermaLink="false">19188@http://www.themolitor.com/forums/</guid>
			<description><p>Ok I found the problem with FB Likebox and solved it so thats not the question anymore, but I have another question Bottom Advertisement isnt showing up in Chrome.. IE Firefox Safari are showing the advertisment but Chrome wont, I tried it with demo and even demo isnt showing it too.. so its a browser specific problem I guess but thats not important to me as much as getting the exact Tag Cloud widget as on demo page
</p></description>
		</item>
		<item>
			<title>sunlit3 on "Tag cloud and Facebook widgets"</title>
			<link>http://www.themolitor.com/forums/topic/tag-cloud-and-facebook-widgets#post-19186</link>
			<pubDate>Thu, 07 Mar 2013 15:17:31 +0000</pubDate>
			<dc:creator>sunlit3</dc:creator>
			<guid isPermaLink="false">19186@http://www.themolitor.com/forums/</guid>
			<description><p>As much as I can see Tag cloud is looking bit different on my version of theme (combination of smaller and larger letter tags) compared to demo theme where all the tags are same letter size and with nice blue background and I need it exact like on demo.. Is it updated or it is styled with css ? There are many nice tag cloud plugins but why not use built in widget that I really like.. </p>
<p>My other question is about facebook likebox, I would like to know what type of insertion code is used on demo page html5 or iframe or.. ? because in my case I dont get it centered inside widget but moved to the right a bit and it looks unsatisfying .. is it possible that facebook disabled css customizations and I cant override with custom css..
</p></description>
		</item>

	</channel>
</rss>
