<?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: Add more than 6 toggles</title>
		<link>http://www.kriesi.at/support/topic/add-more-than-6-toggles</link>
		<description>Support Forum - Topic: Add more than 6 toggles</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 19:37:55 +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/add-more-than-6-toggles" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Add more than 6 toggles"</title>
			<link>http://www.kriesi.at/support/topic/add-more-than-6-toggles#post-99687</link>
			<pubDate>Tue, 05 Mar 2013 19:34:30 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">99687@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad we could help :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any other questions or issues.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SamanthaKrajina on "Add more than 6 toggles"</title>
			<link>http://www.kriesi.at/support/topic/add-more-than-6-toggles#post-99686</link>
			<pubDate>Tue, 05 Mar 2013 19:32:35 +0000</pubDate>
			<dc:creator>SamanthaKrajina</dc:creator>
			<guid isPermaLink="false">99686@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi.&#60;/p&#62;
&#60;p&#62;I solved the problem. I looked in HTML code and I observed I have pasted some CSS code along with the title in the toggle shortcode. That was the cause of not displaying it correctly. Once I checked out the quote marks I discovered my error. &#60;/p&#62;
&#60;p&#62;Thank you for your help. The topic is closed.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
S.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Add more than 6 toggles"</title>
			<link>http://www.kriesi.at/support/topic/add-more-than-6-toggles#post-99653</link>
			<pubDate>Tue, 05 Mar 2013 17:24:49 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">99653@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That should work without issue, make sure you have added it in exactly as I have it above. I tested it on my live install and had no issues.&#60;/p&#62;
&#60;p&#62;Make sure that the titles have quotes around them or else it will default to Click Here as you said.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SamanthaKrajina on "Add more than 6 toggles"</title>
			<link>http://www.kriesi.at/support/topic/add-more-than-6-toggles#post-99590</link>
			<pubDate>Tue, 05 Mar 2013 12:21:08 +0000</pubDate>
			<dc:creator>SamanthaKrajina</dc:creator>
			<guid isPermaLink="false">99590@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;Devin, I had done that, but instead of displaying the title I set up, the last two toggles display - Click here. Please check the link above.&#60;br /&#62;
How can I make them show the custom title?&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
S.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Add more than 6 toggles"</title>
			<link>http://www.kriesi.at/support/topic/add-more-than-6-toggles#post-99428</link>
			<pubDate>Mon, 04 Mar 2013 18:35:24 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">99428@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi SamanthaKrajina,&#60;/p&#62;
&#60;p&#62;The editor doesn't have the option but you can just add them in with regular shortcodes like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[toggle_container keep_open=&#38;quot;false&#38;quot; initial_open=&#38;quot;&#38;quot;]

[toggle title=&#38;quot;Toggle 1&#38;quot;]Toggle 1 content goes here.[/toggle]

[toggle title=&#38;quot;Toggle 2&#38;quot;]Toggle 2 content goes here.[/toggle]

[toggle title=&#38;quot;Toggle 3&#38;quot;]Toggle 3 content goes here.[/toggle]

[toggle title=&#38;quot;Toggle 4&#38;quot;]Toggle 4 content goes here.[/toggle]

[toggle title=&#38;quot;Toggle 5&#38;quot;]Toggle 5 content goes here.[/toggle]

[toggle title=&#38;quot;Toggle 6&#38;quot;]Toggle 6 content goes here.[/toggle]

[toggle title=&#38;quot;Toggle 7&#38;quot;]Toggle 7 content goes here.[/toggle]

[toggle title=&#38;quot;Toggle 8&#38;quot;]Toggle 8 content goes here.[/toggle]

[/toggle_container]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;For each new one, it needs to have a unique title inside the whole container.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SamanthaKrajina on "Add more than 6 toggles"</title>
			<link>http://www.kriesi.at/support/topic/add-more-than-6-toggles#post-99352</link>
			<pubDate>Mon, 04 Mar 2013 14:20:11 +0000</pubDate>
			<dc:creator>SamanthaKrajina</dc:creator>
			<guid isPermaLink="false">99352@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I want to use the toggles feature, but I have found an issue. I need to use 8 toggles, while the theme shortcode provides only 6. I added them manually, but the last two toggles don't display the title, only a standard text - Click here. &#60;/p&#62;
&#60;p&#62;The only solution I think of, is to register new toggles in theme functions. Please help me with this problem.&#60;/p&#62;
&#60;p&#62;Regards.&#60;/p&#62;
&#60;p&#62;The reference link is here:&#60;br /&#62;
&#60;a href=&#34;http://relationshiprocketscience.com.au/services/&#34; rel=&#34;nofollow&#34;&#62;http://relationshiprocketscience.com.au/services/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
