<?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: Columns element in Template Builder with Single Page without linking to page</title>
		<link>http://www.kriesi.at/support/topic/columns-element-in-template-builder-with-single-page-without-linking-to-page</link>
		<description>Support Forum - Topic: Columns element in Template Builder with Single Page without linking to page</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 16:53:56 +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/columns-element-in-template-builder-with-single-page-without-linking-to-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Columns element in Template Builder with Single Page without linking to page"</title>
			<link>http://www.kriesi.at/support/topic/columns-element-in-template-builder-with-single-page-without-linking-to-page#post-87360</link>
			<pubDate>Mon, 10 Dec 2012 13:35:30 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">87360@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi raggedglory,&#60;/p&#62;
&#60;p&#62;Glad you were able to change the code to your liking. For future reference, you can also use shortcodes inside the regular text input for columns as well as HTML.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raggedglory on "Columns element in Template Builder with Single Page without linking to page"</title>
			<link>http://www.kriesi.at/support/topic/columns-element-in-template-builder-with-single-page-without-linking-to-page#post-87357</link>
			<pubDate>Mon, 10 Dec 2012 13:21:38 +0000</pubDate>
			<dc:creator>raggedglory</dc:creator>
			<guid isPermaLink="false">87357@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No, I need visible header... OK, my solution is change output variable in: ./includes/helper-templates.php&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$output .= &#38;quot;&#38;lt;h3 class=&#38;#39;dynamic-column-title&#38;#39;&#38;gt;&#38;lt;a href=&#38;#39;&#38;quot;.$link.&#38;quot;&#38;#39; rel=&#38;#39;bookmark&#38;#39; title=&#38;#39;&#38;quot;.__(&#38;#39;Permanent link:&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;quot;.get_the_title().&#38;quot;&#38;#39;&#38;gt;&#38;quot;.get_the_title().&#38;quot;&#38;lt;/a&#38;gt;&#38;lt;/h3&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$output .= &#38;quot;&#38;lt;h3 class=&#38;#39;dynamic-column-title&#38;#39;&#38;gt;&#38;quot;.get_the_title().&#38;quot;&#38;lt;/h3&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Columns element in Template Builder with Single Page without linking to page"</title>
			<link>http://www.kriesi.at/support/topic/columns-element-in-template-builder-with-single-page-without-linking-to-page#post-87296</link>
			<pubDate>Mon, 10 Dec 2012 02:29:21 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">87296@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi raggedglory,&#60;/p&#62;
&#60;p&#62;I don't think we can remove the link. I think it's either we change the link url to # or to hide the title, by adding this code in Quick CSS or custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.dynamic-column-title {
   display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raggedglory on "Columns element in Template Builder with Single Page without linking to page"</title>
			<link>http://www.kriesi.at/support/topic/columns-element-in-template-builder-with-single-page-without-linking-to-page#post-87272</link>
			<pubDate>Sun, 09 Dec 2012 23:00:35 +0000</pubDate>
			<dc:creator>raggedglory</dc:creator>
			<guid isPermaLink="false">87272@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry, but this is not a solution, because there is still a link. I need header without link...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Columns element in Template Builder with Single Page without linking to page"</title>
			<link>http://www.kriesi.at/support/topic/columns-element-in-template-builder-with-single-page-without-linking-to-page#post-87152</link>
			<pubDate>Sun, 09 Dec 2012 09:12:25 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">87152@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi raggedglory,&#60;/p&#62;
&#60;p&#62;In your Columns element, below your Column Content, you should see Overwrite default Link instead of placing a url in there just put this value &#60;code&#62;#&#60;/code&#62;&#60;br /&#62;
Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raggedglory on "Columns element in Template Builder with Single Page without linking to page"</title>
			<link>http://www.kriesi.at/support/topic/columns-element-in-template-builder-with-single-page-without-linking-to-page#post-87103</link>
			<pubDate>Sat, 08 Dec 2012 21:47:49 +0000</pubDate>
			<dc:creator>raggedglory</dc:creator>
			<guid isPermaLink="false">87103@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, I build template with Columns element with Single Page content (display: only post content), but I don't want linking to page. Is this possible? (I know, I could use direct text input instead, but I would like to use toggle element only available in page/post content.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
