<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Tag: special - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/special</link>
		<description>WordPress.com Forums &#187; Tag: special - Recent Posts</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 01:58:11 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/special" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "Changing the background of certain divs - Toolbox"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-background-of-certain-divs-toolbox#post-719725</link>
			<pubDate>Thu, 13 Oct 2011 18:27:35 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">719725@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I messed around with #page, and the problem seems that it is not, for whatever reason, extending down to the bottom of all the content (bottom of footer). If I added a height to #page of say, 500px, then I could your background. I tried doing a 100% height, but that didn't work, and setting a fixed height is no solution since the page heights can and will vary.
</p>
]]></description>
					</item>
		<item>
			<title>obsess90210 on "Changing the background of certain divs - Toolbox"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-background-of-certain-divs-toolbox#post-719078</link>
			<pubDate>Thu, 13 Oct 2011 00:44:24 +0000</pubDate>
			<dc:creator>obsess90210</dc:creator>
			<guid isPermaLink="false">719078@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>UPDATE:</p>
<p>After some more experimenting, I've found that #primary is the most sufficient to use to cover most of the page.  Initially it wouldn't cover the sidebar area so I gave #primary a padding to cover the rest of the page and positioned the sidebar over it.  It worked very well, thanks again.
</p>
]]></description>
					</item>
		<item>
			<title>obsess90210 on "Changing the background of certain divs - Toolbox"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-background-of-certain-divs-toolbox#post-718706</link>
			<pubDate>Wed, 12 Oct 2011 17:22:40 +0000</pubDate>
			<dc:creator>obsess90210</dc:creator>
			<guid isPermaLink="false">718706@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Also, I have experimented in a lot of different ways and I can positively say that the #page div is my target, considering also that the background I am trying to create a transparency over is the background of the "body" tag and nothing else.  I can't get any lower than that.
</p>
]]></description>
					</item>
		<item>
			<title>obsess90210 on "Changing the background of certain divs - Toolbox"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-background-of-certain-divs-toolbox#post-718700</link>
			<pubDate>Wed, 12 Oct 2011 17:19:33 +0000</pubDate>
			<dc:creator>obsess90210</dc:creator>
			<guid isPermaLink="false">718700@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><a href="http://www.princefirm.com/" rel="nofollow">http://www.princefirm.com/</a> is the site I'm currently working on. Thank you again for your help.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Changing the background of certain divs - Toolbox"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-background-of-certain-divs-toolbox#post-717977</link>
			<pubDate>Tue, 11 Oct 2011 17:38:18 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">717977@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>We need a link to the site you are talking about please. The one linked to your username is wearing Benevolence.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Changing the background of certain divs - Toolbox"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-background-of-certain-divs-toolbox#post-717970</link>
			<pubDate>Tue, 11 Oct 2011 17:33:16 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">717970@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It's hard to say without seeing what other CSS you might have added. Can you link us to the blog you're working on? </p>
<p>Also, are you certain #page is the one you want to modify? If there are more specific divs overlaid on top of #page, then of course those ones won't be transparent unless you set transparency on the more specific divs too (like ou mentioned). For example, in Toolbox, #main has the background set to white. If you set #page as transparent, then the #main div will still be opaque white over the top of it unless you change #main too. </p>
<p>Use this to see what I mean: </p>
<pre><code>#main {
background: none;
}
#page {
background: rgba(29, 50, 31, 0.7) !important;
}</code></pre>
<p>Note that because of the way Toolbox is designed, it might not work well to turn the background off for #main though.
</p>
]]></description>
					</item>
		<item>
			<title>obsess90210 on "Changing the background of certain divs - Toolbox"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-background-of-certain-divs-toolbox#post-717864</link>
			<pubDate>Tue, 11 Oct 2011 15:33:37 +0000</pubDate>
			<dc:creator>obsess90210</dc:creator>
			<guid isPermaLink="false">717864@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'd like to change the background color of the #page div in my website to "rgba(29,50,31,0.7) !important" to match the background of the page itself but be transparent over the images in the background.  No matter how many different ways I specify this in my CSS, either via class, id, class &#62; id, tag, etc. it will not change anything.  If I place it on a more specific div such as #main, #content, .widget-area, it works just fine.  Is there something special or specific about the #page .hfeed div in the Toolbox theme that I am missing?  Why isn't my "!important" overriding this, whatever it happens to be?
</p>
]]></description>
					</item>
		<item>
			<title>mondessinnumero1 on "The life of a creative and how else to see the world"</title>
			<link>http://en.forums.wordpress.com/topic/the-life-of-a-creative-and-how-else-to-see-the-world#post-641648</link>
			<pubDate>Thu, 07 Jul 2011 16:09:37 +0000</pubDate>
			<dc:creator>mondessinnumero1</dc:creator>
			<guid isPermaLink="false">641648@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Male, 35<br />
GSOH<br />
New to blogging<br />
Works in Creative Events and lives outside the box<br />
Loves the 80's, the smell of freshly cut grass and red liquorice </p>
<p>Seeks </p>
<p>Writing partner and other like-minded soul with whom to share the "other" view of the world<br />
Must like cheese (not the eating kind) and ideally a non smoker - a touch of sarcasm also never goes amiss</p>
<p>Check out the blog, I would love to welcome you in and have you guest star........
</p>
]]></description>
					</item>
		<item>
			<title>emersonloves on "Freaks"</title>
			<link>http://en.forums.wordpress.com/topic/freaks-1#post-483455</link>
			<pubDate>Thu, 08 Jul 2010 11:50:55 +0000</pubDate>
			<dc:creator>emersonloves</dc:creator>
			<guid isPermaLink="false">483455@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>our poetry-project examines the classification, characterization, and identification of people as "freaks"</p>
<p><a href="http://emersonloves.wordpress.com/" rel="nofollow">http://emersonloves.wordpress.com/</a></p>
<p>check it out! !
</p>
]]></description>
					</item>
		<item>
			<title>gate2 on "Subscription form + friend&#039;s mail adress"</title>
			<link>http://en.forums.wordpress.com/topic/subscription-form-friends-mail-adress#post-330645</link>
			<pubDate>Mon, 20 Apr 2009 14:43:01 +0000</pubDate>
			<dc:creator>gate2</dc:creator>
			<guid isPermaLink="false">330645@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ok ,<br />
Thaks a lot !
</p>
]]></description>
					</item>
		<item>
			<title>gate2 on "Subscription form + friend&#039;s mail adress"</title>
			<link>http://en.forums.wordpress.com/topic/subscription-form-friends-mail-adress#post-330641</link>
			<pubDate>Mon, 20 Apr 2009 14:38:16 +0000</pubDate>
			<dc:creator>gate2</dc:creator>
			<guid isPermaLink="false">330641@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ok ,<br />
Thaks a lot !
</p>
]]></description>
					</item>
		<item>
			<title>gate2 on "Subscription form + friend&#039;s mail adress"</title>
			<link>http://en.forums.wordpress.com/topic/subscription-form-friends-mail-adress#post-330613</link>
			<pubDate>Mon, 20 Apr 2009 13:19:58 +0000</pubDate>
			<dc:creator>gate2</dc:creator>
			<guid isPermaLink="false">330613@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi<br />
I am aboud , developping a  blog ,that by subscribing , a new member's account will be activate once , his or her friend (the owner of the e-mail that he or she submited ) subscribe later !<br />
That's it.<br />
It run under WordPress 2.7.1
</p>
]]></description>
					</item>
		<item>
			<title>sambauers on "Subscription form + friend&#039;s mail adress"</title>
			<link>http://en.forums.wordpress.com/topic/subscription-form-friends-mail-adress#post-330614</link>
			<pubDate>Mon, 20 Apr 2009 13:19:58 +0000</pubDate>
			<dc:creator>sambauers</dc:creator>
			<guid isPermaLink="false">330614@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You did not specify a blog address or reason for posting when you created this topic.</p>
<p>This support forum is for WordPress.com hosted blogs only. If you have a self-hosted WordPress blog you need to seek help at the <a href="http://wordpress.org/support/">WordPress.org forums</a>, not here.</p>
<p>If you don't understand the difference, you may find <a href="http://support.wordpress.com/com-vs-org/">this information</a> helpful.
</p>
]]></description>
					</item>
		<item>
			<title>maran83 on "need special theme, please help..."</title>
			<link>http://en.forums.wordpress.com/topic/need-special-theme-please-help#post-110616</link>
			<pubDate>Thu, 30 Aug 2007 16:03:02 +0000</pubDate>
			<dc:creator>maran83</dc:creator>
			<guid isPermaLink="false">110616@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>yeah ok, thank you... i hoped it would be easier ^^
</p>
]]></description>
					</item>
		<item>
			<title>devblog on "need special theme, please help..."</title>
			<link>http://en.forums.wordpress.com/topic/need-special-theme-please-help#post-110388</link>
			<pubDate>Wed, 29 Aug 2007 19:50:41 +0000</pubDate>
			<dc:creator>devblog</dc:creator>
			<guid isPermaLink="false">110388@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>For what you wrote, wordpress.com is not for you.  You need a website.  A blog is not a website.</p>
<p>You would need to hire a hosting provider to host your site, get a domain name if you don't already have one.  Hire a web developer who would design and program your website.  If you want static pages - no programming/database involved, hire a web designer.</p>
<p>If you don't want to hire a web designer/developer, there are CMS software available such as <a href="http://www.joomla.org/">Joomla</a>.  For forum software, there are many to choose from as well, like: <a href="http://bbpress.org/">BBPress</a> or <a href="http://www.simplemachines.org/">Simple Machines</a>.</p>
<p>Hope this helps</p>
<p>HTH
</p>
]]></description>
					</item>
		<item>
			<title>maran83 on "need special theme, please help..."</title>
			<link>http://en.forums.wordpress.com/topic/need-special-theme-please-help#post-110386</link>
			<pubDate>Wed, 29 Aug 2007 19:34:02 +0000</pubDate>
			<dc:creator>maran83</dc:creator>
			<guid isPermaLink="false">110386@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>it would be really really great if you could offer some more themes. as i need some special kind of it i would be really thankful if you could help me out :-) i would need a theme where there is kind of a menu on the left of the site as it is shown on this site: <a href="http://www.freenet.de/freenet/" rel="nofollow">http://www.freenet.de/freenet/</a>  but i should be able to rename the "links" in the menu for my own purpose... and the (background) color should be blue ^^<br />
and it would be very great if i could insert some kind of diagram in the middle of the site. the problem is, that it is a special file type that has the ending ".mm". the appropriate program is called "freemind" and it allows you to create mindmaps which makes it easier to represent one's thoughts. and last but not least i'd need a counter, a guestbook, a forum and the possibility to add comments. i know that it's much but it's for a good purpose :-) i would be very very thankful if you could help me out.</p>
<p>greetings</p>
<p>marian a.
</p>
]]></description>
					</item>
		<item>
			<title>mark on "Special Characters hold"</title>
			<link>http://en.forums.wordpress.com/topic/special-characters-hold#post-81667</link>
			<pubDate>Sat, 26 May 2007 10:28:16 +0000</pubDate>
			<dc:creator>mark</dc:creator>
			<guid isPermaLink="false">81667@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It's the first such request we have had.<br />
The editor is also not ours - it's from tinymce. </p>
<p>And yes support is closed but I still keep an eye on things and help out for things that I think shouldn't wait.
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "Special Characters hold"</title>
			<link>http://en.forums.wordpress.com/topic/special-characters-hold#post-81665</link>
			<pubDate>Sat, 26 May 2007 10:11:29 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">81665@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It would be a useful addition, no question.
</p>
]]></description>
					</item>
		<item>
			<title>sysrq868 on "Special Characters hold"</title>
			<link>http://en.forums.wordpress.com/topic/special-characters-hold#post-81663</link>
			<pubDate>Sat, 26 May 2007 09:48:39 +0000</pubDate>
			<dc:creator>sysrq868</dc:creator>
			<guid isPermaLink="false">81663@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I already did. I just thought to see how necessary other people would find it.</p>
<p>Besides, it's nevertheless closed for the weekend.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Special Characters hold"</title>
			<link>http://en.forums.wordpress.com/topic/special-characters-hold#post-81599</link>
			<pubDate>Fri, 25 May 2007 23:40:33 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">81599@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Staff has requested that all ideas be sent to them by way of feedback including all necessary details in the feedback request.
</p>
]]></description>
					</item>
		<item>
			<title>sysrq868 on "Special Characters hold"</title>
			<link>http://en.forums.wordpress.com/topic/special-characters-hold#post-81595</link>
			<pubDate>Fri, 25 May 2007 23:06:47 +0000</pubDate>
			<dc:creator>sysrq868</dc:creator>
			<guid isPermaLink="false">81595@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>There should be a checkbox in the special characters box in the advanced visual rich text editor to hold the box steady there. If I for example want to write in Greek, it's a pain in the backside to open the box, select the character and then open the box again, because it disappears.</p>
<p>So when the checkbox is on, the special characters box wouldn't disappear, so one could just click on the special characters buttons and yay, writing made easy! Then, just before putting on the last character, uncheck the checkbox, and the last character will appear on the screen and the box would disappear normally.</p>
<p>I believe it would be useful. Also, if there's some Shift, Ctrl whatever some key combination, hotkey or easter egg to already do this function, I don't want to hear it. It just proves that it isn't too easy to find and thus, use.
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "Special Formula"</title>
			<link>http://en.forums.wordpress.com/topic/special-formula#post-80450</link>
			<pubDate>Tue, 22 May 2007 03:52:24 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">80450@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sometimes when a blog is attached to an already known static website or celebrity it goes big right away. "Check out our new blog" etc.
</p>
]]></description>
					</item>
		<item>
			<title>knoizki on "Special Formula"</title>
			<link>http://en.forums.wordpress.com/topic/special-formula#post-80447</link>
			<pubDate>Tue, 22 May 2007 03:33:09 +0000</pubDate>
			<dc:creator>knoizki</dc:creator>
			<guid isPermaLink="false">80447@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I think it's weird. Now today there's the #2 on Top Blog, the site is very new started just this month and now it's on the #2?
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "Special Formula"</title>
			<link>http://en.forums.wordpress.com/topic/special-formula#post-80070</link>
			<pubDate>Sun, 20 May 2007 21:14:58 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">80070@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Not likely that 700-1800 would consistently get you in to the top 100. But it's obvious you DO care.
</p>
]]></description>
					</item>
		<item>
			<title>drmike on "Special Formula"</title>
			<link>http://en.forums.wordpress.com/topic/special-formula#post-79988</link>
			<pubDate>Sun, 20 May 2007 17:27:29 +0000</pubDate>
			<dc:creator>drmike</dc:creator>
			<guid isPermaLink="false">79988@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Um, what makes you think 1800 hits would put you on the top 100? :)</p>
<p>And how do you know those other blogs have less hits?
</p>
]]></description>
					</item>
		<item>
			<title>rahard on "Special Formula"</title>
			<link>http://en.forums.wordpress.com/topic/special-formula#post-79958</link>
			<pubDate>Sun, 20 May 2007 14:01:25 +0000</pubDate>
			<dc:creator>rahard</dc:creator>
			<guid isPermaLink="false">79958@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes... I've got a similar situation. My blog, got around 700 to 1800 visitors(?) a day is not mentioned at all in the top 100. While lowest blogs got into the stat :)<br />
Well, I don't really care ... but there's something wrong in the algorithm, I think. Since the algorithm is proprietary, there's nothing we can do about it.
</p>
]]></description>
					</item>
		<item>
			<title>engtech on "Special Formula"</title>
			<link>http://en.forums.wordpress.com/topic/special-formula#post-43420</link>
			<pubDate>Wed, 10 Jan 2007 21:35:50 +0000</pubDate>
			<dc:creator>engtech</dc:creator>
			<guid isPermaLink="false">43420@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It's gotten "stuck" before on updates.</p>
<p>re: first poster</p>
<p>It only takes recent posts into account. If your post is older than 1-2 months then it won't be included in the top posts algorithm. Otherwise top blogs would be feature "older" blogs most of the time.
</p>
]]></description>
					</item>
		<item>
			<title>drmike on "Special Formula"</title>
			<link>http://en.forums.wordpress.com/topic/special-formula#post-43402</link>
			<pubDate>Wed, 10 Jan 2007 20:55:44 +0000</pubDate>
			<dc:creator>drmike</dc:creator>
			<guid isPermaLink="false">43402@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>First I've heard about a 12 hour delay.  I thought it was 4 hours.</p>
<p>Although I've been told by staff many times it's updated every hour.  They tell me that when I tell them of a spblog I find on one of those lists.
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "Special Formula"</title>
			<link>http://en.forums.wordpress.com/topic/special-formula#post-43239</link>
			<pubDate>Wed, 10 Jan 2007 06:52:31 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">43239@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That system baffles all of us, but one thing I've learned is that there's a delay on it of at least 12 hours, so it relates better to what your stats were a day ago than to what they are today.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Special Formula"</title>
			<link>http://en.forums.wordpress.com/topic/special-formula#post-43235</link>
			<pubDate>Wed, 10 Jan 2007 05:54:39 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">43235@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This is all the information we have been provided<br />
<a href="http://botd.wordpress.com/about/" rel="nofollow">http://botd.wordpress.com/about/</a><br />
and on a related point<br />
<a href="http://faq.wordpress.com/2006/02/09/questions-about-stats/" rel="nofollow">http://faq.wordpress.com/2006/02/09/questions-about-stats/</a><br />
You can use the forum search box to complete your research. There you will find links to the relevant post by andy about randomization that was inserted into the formula.
</p>
]]></description>
					</item>

	</channel>
</rss>
