<?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: front page / slide show / post title and linking removal</title>
		<link>http://www.kriesi.at/support/topic/front-page-slide-show-post-title-and-linking-removal</link>
		<description>Support Forum - Topic: front page / slide show / post title and linking removal</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 07:38:45 +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/front-page-slide-show-post-title-and-linking-removal" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "front page / slide show / post title and linking removal"</title>
			<link>http://www.kriesi.at/support/topic/front-page-slide-show-post-title-and-linking-removal#post-68532</link>
			<pubDate>Tue, 31 Jul 2012 15:42:32 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">68532@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Ismael could help :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>browncl on "front page / slide show / post title and linking removal"</title>
			<link>http://www.kriesi.at/support/topic/front-page-slide-show-post-title-and-linking-removal#post-68531</link>
			<pubDate>Tue, 31 Jul 2012 15:40:09 +0000</pubDate>
			<dc:creator>browncl</dc:creator>
			<guid isPermaLink="false">68531@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ismael, &#60;/p&#62;
&#60;p&#62;That did the trick... !important being the key.&#60;/p&#62;
&#60;p&#62;thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "front page / slide show / post title and linking removal"</title>
			<link>http://www.kriesi.at/support/topic/front-page-slide-show-post-title-and-linking-removal#post-68481</link>
			<pubDate>Tue, 31 Jul 2012 09:34:19 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">68481@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi browncl,&#60;/p&#62;
&#60;p&#62;I think you can define the margin/padding by adding this code in your Quick CSS:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;h1.post-title {
   margin: 10px;
   padding: 20px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just adjust the margin/padding value. You can add the !important code to avoid the code from being overwritten. Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>browncl on "front page / slide show / post title and linking removal"</title>
			<link>http://www.kriesi.at/support/topic/front-page-slide-show-post-title-and-linking-removal#post-68382</link>
			<pubDate>Mon, 30 Jul 2012 19:31:34 +0000</pubDate>
			<dc:creator>browncl</dc:creator>
			<guid isPermaLink="false">68382@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok - so it seems that i bought sentence, without realizing the intended limitations of the theme to be a blog.  I was looking at many other themes and thought that they all had the template builder - my bad.  unfortunately, i need to make it work for a site. &#60;/p&#62;
&#60;p&#62;I would like to use the slideshow for the front page; so i have it setup to use a sticky post (that works), but I would like to remove the date stamp, the linking to the post on the title and the image icon that appears at right of the title.&#60;/p&#62;
&#60;p&#62;I figured out most of it... but I can't seem to find where the padding/margin is defined to the left of the post title...&#60;/p&#62;
&#60;p&#62;1) i figured out how to strip the date out of the blog entries by commenting the meta info in the include files; this is what I commented out...&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;one unit alpha blog-meta&#34;&#38;gt;&#60;br /&#62;
&#38;lt;div class='side-container side-container-date'&#38;gt;&#60;br /&#62;
&#38;lt;div class='side-container-inner'&#38;gt;&#60;br /&#62;
&#38;lt;span class='date-day'&#38;gt;&#38;lt;?php the_time('d') ?&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
&#38;lt;span class='date-month'&#38;gt;&#38;lt;?php the_time('M') ?&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;2) i removed the linking here...&#60;/p&#62;
&#60;p&#62;&#38;lt;h1 class='post-title offset-by-one '&#38;gt;&#60;br /&#62;
&#60;a&#62;&#34; rel=&#34;bookmark&#34; title=&#34;&#38;lt;?php _e('Permanent Link:','avia_framework')?&#38;gt; &#38;lt;?php the_title(); ?&#38;gt;&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;br /&#62;
&#38;lt;span class='post-format-icon minor-meta'&#38;gt;&#38;lt;/span&#38;gt;&#60;br /&#62;
&#60;/a&#62;&#60;br /&#62;
&#38;lt;/h1&#38;gt;&#60;/p&#62;
&#60;p&#62;...now this&#60;/p&#62;
&#60;p&#62;&#38;lt;h1 class='post-title offset-by-one '&#38;gt;&#60;br /&#62;
 &#38;lt;?php the_title(); ?&#38;gt;&#60;br /&#62;
&#38;lt;/h1&#38;gt;&#60;/p&#62;
&#60;p&#62;but I can't seem to find where the padding/margin is defined to the left of the post title. is it a class in a style sheet somewhere? can anyone help me out?&#60;/p&#62;
&#60;p&#62;thanks in advance
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
