<?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 &#124; ThemeFuse &#187; Topic: Remove sidebar in blog.php</title>
		<link>http://themefuse.com/forum/envision-wp/remove-sidebar-in-blogphp</link>
		<description>Best place for theme related questions</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 22:42: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://themefuse.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://themefuse.com/forum/rss/topic/remove-sidebar-in-blogphp" rel="self" type="application/rss+xml" />

		<item>
			<title>Max on "Remove sidebar in blog.php"</title>
			<link>http://themefuse.com/forum/envision-wp/remove-sidebar-in-blogphp#post-48714</link>
			<pubDate>Wed, 16 May 2012 14:34:11 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">48714@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
&#60;strong&#62;I need RTL only in posts that are in bolg + Title of posts.&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Done.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;how can I connect that all new post will be also in our Facebook fan page and twitter?&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;This option is not available by default in the theme, try to find a plugin for this.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Max.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>erezpaz on "Remove sidebar in blog.php"</title>
			<link>http://themefuse.com/forum/envision-wp/remove-sidebar-in-blogphp#post-48679</link>
			<pubDate>Wed, 16 May 2012 06:50:55 +0000</pubDate>
			<dc:creator>erezpaz</dc:creator>
			<guid isPermaLink="false">48679@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;The subject of posts in blog changed to RTL.&#60;br /&#62;
The upper title still in LTR. I want it in RTL (only in blog page).&#60;br /&#62;
I need RTL only in posts that are in bolg + Title of posts.&#60;br /&#62;
All the rest of the site should stay LTR.&#60;br /&#62;
 Also, how can I connect that all new post will be also in our Facebook fan page and twitter?&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Erez
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>George on "Remove sidebar in blog.php"</title>
			<link>http://themefuse.com/forum/envision-wp/remove-sidebar-in-blogphp#post-48607</link>
			<pubDate>Tue, 15 May 2012 21:59:24 +0000</pubDate>
			<dc:creator>George</dc:creator>
			<guid isPermaLink="false">48607@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;To change only for blog page and posts text direction:&#60;br /&#62;
1. To change the post title direction, in style.css file fidn this code:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: php; gutter: false; first-line: 1; auto-links: false &#34;&#62;
.post-title h2, .post-title h1 {
line-height: 1em;
font-size: 23px;
font-weight: normal;
color: #444E69;
}
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;br /&#62;
and replace with this code:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: css; gutter: false; first-line: 1; auto-links: false &#34;&#62;
.post-title h2, .post-title h1 {
line-height: 1em;
font-size: 23px;
font-weight: normal;
color: #444E69;
direction: rtl;
}
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;2. To change post text direction, find this code in the style.css file:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: css; gutter: false; first-line: 1; auto-links: false &#34;&#62;
.text p, .col p {
margin-bottom: 20px;
}
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;br /&#62;
and replace this this code:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: css; gutter: false; first-line: 1; auto-links: false &#34;&#62;
.text p, .col p {
margin-bottom: 20px;
direction: rtl;
}
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
George
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>erezpaz on "Remove sidebar in blog.php"</title>
			<link>http://themefuse.com/forum/envision-wp/remove-sidebar-in-blogphp#post-48569</link>
			<pubDate>Tue, 15 May 2012 18:18:15 +0000</pubDate>
			<dc:creator>erezpaz</dc:creator>
			<guid isPermaLink="false">48569@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;To blog page and posts only.&#60;br /&#62;
The rest of site is ltr.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.singular.co.il/?cat=3&#34; rel=&#34;nofollow&#34;&#62;http://www.singular.co.il/?cat=3&#60;/a&#62;
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>Max on "Remove sidebar in blog.php"</title>
			<link>http://themefuse.com/forum/envision-wp/remove-sidebar-in-blogphp#post-48384</link>
			<pubDate>Mon, 14 May 2012 20:45:24 +0000</pubDate>
			<dc:creator>Max</dc:creator>
			<guid isPermaLink="false">48384@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
you would like to have rtl only for blog page or for posts too? Please provide a link to your blog page.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Max.
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>erezpaz on "Remove sidebar in blog.php"</title>
			<link>http://themefuse.com/forum/envision-wp/remove-sidebar-in-blogphp#post-48348</link>
			<pubDate>Mon, 14 May 2012 18:12:40 +0000</pubDate>
			<dc:creator>erezpaz</dc:creator>
			<guid isPermaLink="false">48348@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;The sidebar is gone. Thanks.&#60;br /&#62;
I need RTL only for the blog page. How can I do that?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>George on "Remove sidebar in blog.php"</title>
			<link>http://themefuse.com/forum/envision-wp/remove-sidebar-in-blogphp#post-48273</link>
			<pubDate>Sun, 13 May 2012 21:50:57 +0000</pubDate>
			<dc:creator>George</dc:creator>
			<guid isPermaLink="false">48273@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Can you please help me remove the sidebar in blog.php.&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;In the style.css file find this code:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: css; gutter: false; first-line: 1; auto-links: false &#34;&#62;
#sidebar_left .sidebar {
width: 266px;
float: left;
margin-left: -960px;
}
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;br /&#62;
and replace with this code:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: css; gutter: false; first-line: 1; auto-links: false &#34;&#62;
#sidebar_left .sidebar {
width: 266px;
float: left;
margin-left: -960px;
display: none;
}
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;br /&#62;
then find this code:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: css; gutter: false; first-line: 1; auto-links: false &#34;&#62;
.sidebar, #sidebar_right .sidebar {
width: 266px;
float: left;
margin-left: -267px;
}
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;br /&#62;
and replace this this code:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: css; gutter: false; first-line: 1; auto-links: false &#34;&#62;
.sidebar, #sidebar_right .sidebar {
width: 266px;
float: left;
margin-left: -267px;
display: none;
}
Then fins this code:
[code brush=&#38;quot;css&#38;quot;]
#sidebar_left .container_12 {
background: url(images/sidebar_left_bg.gif) left 0 no-repeat;
min-height: 614px;
}
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;br /&#62;
and replace with this code:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: css; gutter: false; first-line: 1; auto-links: false &#34;&#62;
#sidebar_left .container_12 {
min-height: 614px;
}
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;No to make the blog as full-width, find this code in style.css file:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: css; gutter: false; first-line: 1; auto-links: false &#34;&#62;
#sidebar_left .content {
margin: 0 10px 0 330px;
width: 620px;
}
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;br /&#62;
and replace this this code:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: css; gutter: false; first-line: 1; auto-links: false &#34;&#62;
#sidebar_left .content {
margin: 0 10px 0 330px;
width: 960px;
}
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Aldo I need to write Left to right and not Right to left.&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;In the style.css file fins this code:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: css; gutter: false; first-line: 1; auto-links: false &#34;&#62;
body {
background: #EEE;
font-family: Arial, Helvetica, sans-serif;
color: #404040;
font-size: 14px;
line-height: 1.4em;
}
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;br /&#62;
and reaplce with this code:&#60;br /&#62;

&#60;div class=&#34;box forum&#34;&#62;
&#60;div class=&#34;box-top&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;div class=&#34;box-content&#34;&#62;
&#60;pre class=&#34;brush: css; gutter: false; first-line: 1; auto-links: false &#34;&#62;
body {
background: #EEE;
font-family: Arial, Helvetica, sans-serif;
color: #404040;
font-size: 14px;
line-height: 1.4em;
direction: rtl;
}
&#60;/pre&#62;
&#60;/div&#62;
&#60;div class=&#34;box-bot&#34;&#62;&#60;span&#62;&#60;/span&#62;&#60;/div&#62;
&#60;/div&#62;&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
George
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>erezpaz on "Remove sidebar in blog.php"</title>
			<link>http://themefuse.com/forum/envision-wp/remove-sidebar-in-blogphp#post-48235</link>
			<pubDate>Sun, 13 May 2012 19:18:08 +0000</pubDate>
			<dc:creator>erezpaz</dc:creator>
			<guid isPermaLink="false">48235@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Aldo I need to write Left to right and not Right to left.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Erez
&#60;/p&#62;
</description>
		</item>
		<item>
			<title>erezpaz on "Remove sidebar in blog.php"</title>
			<link>http://themefuse.com/forum/envision-wp/remove-sidebar-in-blogphp#post-48234</link>
			<pubDate>Sun, 13 May 2012 18:52:26 +0000</pubDate>
			<dc:creator>erezpaz</dc:creator>
			<guid isPermaLink="false">48234@http://themefuse.com/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Can you please help me remove the sidebar in blog.php.&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Erez
&#60;/p&#62;
</description>
		</item>

	</channel>
</rss>
