<?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>Support Forum - Topic: Modify flag of blog post</title>
		<link>http://www.kriesi.at/support/topic/modify-flag-of-blog-post</link>
		<description>Support Forum - Topic: Modify flag of blog post</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 07:07:43 +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.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/modify-flag-of-blog-post" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Modify flag of blog post"</title>
			<link>http://www.kriesi.at/support/topic/modify-flag-of-blog-post#post-52072</link>
			<pubDate>Tue, 17 Apr 2012 19:42:45 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">52072@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nomar,&#60;/p&#62;
&#60;p&#62;I'll need another explanation as I am not clear on what you are looking to achieve at this point.&#60;/p&#62;
&#60;p&#62;@shelteredinsound - If you could ask your quesiton in a new topic, it will help to make sure don't get looked over in this thread and help keep the thread from getting even more confusing :)&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shelteredinsound on "Modify flag of blog post"</title>
			<link>http://www.kriesi.at/support/topic/modify-flag-of-blog-post#post-51847</link>
			<pubDate>Mon, 16 Apr 2012 16:32:09 +0000</pubDate>
			<dc:creator>shelteredinsound</dc:creator>
			<guid isPermaLink="false">51847@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've been following along on this as it's relevant to something I'm trying to do.  I'm not having much luck.  I'd like to flatten out the blog meta/flag setup on the left so it flows across below the title but above the post content. You can see the setup here: &#60;a href=&#34;http://christiepits.com/wordpress/blog/&#34; rel=&#34;nofollow&#34;&#62;http://christiepits.com/wordpress/blog/&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Right now, the details are in the right spot I just can't figure out how to have the flag set up run across the full width. Then underneath, have the meta details on one line and read &#34;This entry has 0 Comments in News by CPRA&#34; without separation.  If you squeeze the site, when it gets to the iphone size, that's the layout I'm looking for at regular size and ipad size (just the meta/flag thing of course).  Thanks for any guidance you can provide. Appreciated!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nomar on "Modify flag of blog post"</title>
			<link>http://www.kriesi.at/support/topic/modify-flag-of-blog-post#post-51684</link>
			<pubDate>Sun, 15 Apr 2012 14:04:35 +0000</pubDate>
			<dc:creator>Nomar</dc:creator>
			<guid isPermaLink="false">51684@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;I tried that before, but didn't make any difference.  However, I worked my way around it, and I don't have to mess with it anymore for this particular case.&#60;/p&#62;
&#60;p&#62;I may have not explained it with the right terminology, but I did explain what I was trying to achieve. If you read again my first two posts in this thread, you'll see it, and you can also see that in my third post I provided the link to that specific page so you could take a look at it, as you requested.  Sorry if my explanation and link were not enough.  I appreciate your help anyway.  Take care,&#60;/p&#62;
&#60;p&#62;Nomar
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Modify flag of blog post"</title>
			<link>http://www.kriesi.at/support/topic/modify-flag-of-blog-post#post-51210</link>
			<pubDate>Wed, 11 Apr 2012 17:07:37 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">51210@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nomar,&#60;/p&#62;
&#60;p&#62;You may need to add !important to the end of the css attribute you change in order for it to take importance over the built in ones. IE:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.flag-text {
color: #fff;
margin-top: 0px !important;
margin-bottom: 4px !important;
margin-left:0px !important;
margin-right: 0px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Perhaps it would be easier and less back-and-forth if you told me what you are trying to do instead of just providing bits and pieces of css. There are various things you can do with css but in the end what you are looking for may not be achievable with the direction we are going.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nomar on "Modify flag of blog post"</title>
			<link>http://www.kriesi.at/support/topic/modify-flag-of-blog-post#post-51008</link>
			<pubDate>Tue, 10 Apr 2012 18:43:43 +0000</pubDate>
			<dc:creator>Nomar</dc:creator>
			<guid isPermaLink="false">51008@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi again Davin,&#60;br /&#62;
I'm trying your code, and this is what I found:&#60;/p&#62;
&#60;p&#62;1.  All it affects is the color of the word &#34;Comments&#34;.  Setting different margins value doesn't change its position.&#60;br /&#62;
2.  It works, but it affects the divider both at the end of the blog's text and at the top of the &#34;Comments&#34; section.  Also, making the width % smaller than 100 reveals that it is aligned to the left.  I tried several ways, but couldn't align it to the right.  What should I use?&#60;br /&#62;
3.  This one works fine.    ;o)&#60;/p&#62;
&#60;p&#62;Thanks a lot, take care,&#60;/p&#62;
&#60;p&#62;Nomar
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nomar on "Modify flag of blog post"</title>
			<link>http://www.kriesi.at/support/topic/modify-flag-of-blog-post#post-50935</link>
			<pubDate>Tue, 10 Apr 2012 12:25:18 +0000</pubDate>
			<dc:creator>Nomar</dc:creator>
			<guid isPermaLink="false">50935@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Devin,&#60;/p&#62;
&#60;p&#62;I'll try this today.  Take care,&#60;/p&#62;
&#60;p&#62;Nomar
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Modify flag of blog post"</title>
			<link>http://www.kriesi.at/support/topic/modify-flag-of-blog-post#post-50729</link>
			<pubDate>Mon, 09 Apr 2012 16:04:17 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">50729@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Nomar,&#60;br /&#62;
You can modify the classes by adding them to your custom.css or Quick CSS:&#60;br /&#62;
1.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.flag-text {
color: #fff;
margin-top: 0px;
margin-bottom: 0px;
margin-left:0px;
margin-right: 0px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2. How can I control the vertical placement and width (left-right) of the &#34;border-bottom&#34; line?&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.hr-seperator, .mini-seperator {
width: 100%;
top: 50%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3. How can I control the vertical placement and width (left-right) of the &#34;divider&#34; on the right?&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.seperator-addon {
height: 3px;
width: 70px;
top: 50%;
right: 0;
margin-top: -2px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It might take some adjusting to get the effect you are looking for but those are the main classes you would be looking for. Also, you can get rid of the line through comments (after making that background transparent) by using the following:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.hr-seperator, .mini-seperator {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nomar on "Modify flag of blog post"</title>
			<link>http://www.kriesi.at/support/topic/modify-flag-of-blog-post#post-50232</link>
			<pubDate>Thu, 05 Apr 2012 20:29:53 +0000</pubDate>
			<dc:creator>Nomar</dc:creator>
			<guid isPermaLink="false">50232@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;Here are the link:&#60;br /&#62;
&#60;a href=&#34;http://ebrakstudio.com/CGA/spanish/apartamento-altozano/&#34; rel=&#34;nofollow&#34;&#62;http://ebrakstudio.com/CGA/spanish/apartamento-altozano/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;What you'll see there is untouched, the way it comes in Propulsion.  The test I did was here, but I put it back to how it was, because of what I described above.  Questions are still the same.   Thanks,&#60;/p&#62;
&#60;p&#62;Nomar
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Modify flag of blog post"</title>
			<link>http://www.kriesi.at/support/topic/modify-flag-of-blog-post#post-50214</link>
			<pubDate>Thu, 05 Apr 2012 19:15:43 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">50214@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nomar,&#60;/p&#62;
&#60;p&#62;Do you have a link to the site so we can take a look at it? I want to make sure we are referencing any css changes you've made already correctly and we are on the same page :)&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nomar on "Modify flag of blog post"</title>
			<link>http://www.kriesi.at/support/topic/modify-flag-of-blog-post#post-49866</link>
			<pubDate>Wed, 04 Apr 2012 00:23:08 +0000</pubDate>
			<dc:creator>Nomar</dc:creator>
			<guid isPermaLink="false">49866@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Mya,&#60;/p&#62;
&#60;p&#62;Thanks for the code.  It didn't quite worked for me, though.  &#60;/p&#62;
&#60;p&#62;If I set the background color of the flag to match that of the site, I can hide it, which is OK, and I can do the same with the border-bottom, but the word &#34;Comments&#34;, which I like to keep, ends up being far away from the divider on the right...&#60;/p&#62;
&#60;p&#62;On the other hand, if I set the background color to &#34;transparent&#34;, the word &#34;Comments&#34; ends up being stricken by the line of the divider on the right.  So....&#60;/p&#62;
&#60;p&#62;That brings up some questions:&#60;/p&#62;
&#60;p&#62;    1.  How can I control the placement, size and color of the word &#34;Comments&#34;?&#60;br /&#62;
    2.  How can I control the vertical placement and width (left-right) of the &#34;border-bottom&#34; line?&#60;br /&#62;
    3.  How can I control the vertical placement and width (left-right) of the &#34;divider&#34; on the right?&#60;/p&#62;
&#60;p&#62;Thanks a bunch.  Take care,&#60;/p&#62;
&#60;p&#62;Nomar
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Modify flag of blog post"</title>
			<link>http://www.kriesi.at/support/topic/modify-flag-of-blog-post#post-49644</link>
			<pubDate>Tue, 03 Apr 2012 03:41:10 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">49644@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nomar,&#60;/p&#62;
&#60;p&#62;I believe you can use this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .flag {
background-color:#2d5c88;
border-bottom: 1px solid #E1E1E1;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In case, you want to change the color as well you can use this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .on-primary-color {
color: #ffffff;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nomar on "Modify flag of blog post"</title>
			<link>http://www.kriesi.at/support/topic/modify-flag-of-blog-post#post-49638</link>
			<pubDate>Tue, 03 Apr 2012 02:25:00 +0000</pubDate>
			<dc:creator>Nomar</dc:creator>
			<guid isPermaLink="false">49638@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi guys,&#60;/p&#62;
&#60;p&#62;I used this code to do something similar and it works fine.&#60;br /&#62;
Now, how can I apply the same for the &#34;comments&#34; flag?&#60;/p&#62;
&#60;p&#62;Thanks for your help.  Take care,&#60;/p&#62;
&#60;p&#62;Nomar
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Modify flag of blog post"</title>
			<link>http://www.kriesi.at/support/topic/modify-flag-of-blog-post#post-45206</link>
			<pubDate>Thu, 08 Mar 2012 17:19:08 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">45206@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;add this to your custom.css stylesheet in folder /css/ or to the quick-css panel located in your wordpress backend at flashlight-&#38;gt;styling:&#60;/p&#62;
&#60;pre&#62;
#top .blog-meta .primary-background
{
background: transparent;
border-bottom: 1px solid #E1E1E1;
}
&#60;/pre&#62;
&#60;p&#62;would do that. however please be aware that the icons I used are white, so if you want to use a white background you would need to replace the icons located in your images/layout folder with darker ones ;)&#60;/p&#62;
&#60;p&#62;Cheers&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>megalex on "Modify flag of blog post"</title>
			<link>http://www.kriesi.at/support/topic/modify-flag-of-blog-post#post-44979</link>
			<pubDate>Wed, 07 Mar 2012 13:38:25 +0000</pubDate>
			<dc:creator>megalex</dc:creator>
			<guid isPermaLink="false">44979@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, how can I get rid of the blue flag in the blog post. Screenshot: &#60;a href=&#34;http://farm8.staticflickr.com/7177/6815510432_38583bda61.jpg&#34; rel=&#34;nofollow&#34;&#62;http://farm8.staticflickr.com/7177/6815510432_38583bda61.jpg&#60;/a&#62;&#60;br /&#62;
Can I have line beneath the link icon in stead of a blue block?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
