<?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: Toggles within Toggles!</title>
		<link>http://www.kriesi.at/support/topic/toggles-within-toggles</link>
		<description>Support Forum - Topic: Toggles within Toggles!</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 11:42:26 +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/toggles-within-toggles" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Toggles within Toggles!"</title>
			<link>http://www.kriesi.at/support/topic/toggles-within-toggles#post-55356</link>
			<pubDate>Wed, 09 May 2012 15:54:54 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">55356@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi walkingcliche,&#60;/p&#62;
&#60;p&#62;The effect is created with javascript and css. So it would need to be re-written in order to support complicated nesting (not an easy thing to do with shortcodes).&#60;/p&#62;
&#60;p&#62;I'm not sure you'll get a response from prsol however since it was about 11 months ago that he last posted.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>walkingcliche on "Toggles within Toggles!"</title>
			<link>http://www.kriesi.at/support/topic/toggles-within-toggles#post-55040</link>
			<pubDate>Mon, 07 May 2012 18:40:34 +0000</pubDate>
			<dc:creator>walkingcliche</dc:creator>
			<guid isPermaLink="false">55040@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am trying to achive it too and I don't understand why it's not in a basic package. It would be really powerful and elegant tool how to make complicated posts much more simpler. Have you done it, prsol?&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>prsol on "Toggles within Toggles!"</title>
			<link>http://www.kriesi.at/support/topic/toggles-within-toggles#post-7867</link>
			<pubDate>Thu, 28 Oct 2010 00:01:35 +0000</pubDate>
			<dc:creator>prsol</dc:creator>
			<guid isPermaLink="false">7867@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;... Thanks for the quick reply, Dude!&#60;br /&#62;
I will investigate more and maybe I can implement the change down the road! :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Toggles within Toggles!"</title>
			<link>http://www.kriesi.at/support/topic/toggles-within-toggles#post-7821</link>
			<pubDate>Wed, 27 Oct 2010 08:16:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">7821@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You would need to rewrite the shortcode javascript and php code to achieve what you want. That's not an easy modification and beyond the scope of this support forum.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>prsol on "Toggles within Toggles!"</title>
			<link>http://www.kriesi.at/support/topic/toggles-within-toggles#post-7791</link>
			<pubDate>Wed, 27 Oct 2010 03:57:58 +0000</pubDate>
			<dc:creator>prsol</dc:creator>
			<guid isPermaLink="false">7791@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! Quick question for you guys!&#60;br /&#62;
I recently purchased the CleanCut theme [and I'm looooving it!] and was wondering if it's possible to create a toggle menu within a toggle title.&#60;/p&#62;
&#60;p&#62;In other words, if I have&#60;/p&#62;
&#60;p&#62;A. Restaurant Menu&#60;br /&#62;
Content A&#60;/p&#62;
&#60;p&#62;A.1 Breakfast&#60;br /&#62;
---Content A.1&#60;/p&#62;
&#60;p&#62;A.2 Lunch&#60;br /&#62;
---Content A.2&#60;/p&#62;
&#60;p&#62;A.3 Dinner&#60;br /&#62;
---Content A.3&#60;/p&#62;
&#60;p&#62;I want to display &#34;A. Restaurant Menu&#34; only and then, once its content opens, I want to have additional items [A.1, A.2, A.3, etc] with the capability of doing the toggle magic trick too. (Sorry about the &#34;technical&#34; vocabulary! I know nothing about code and appreciate your time and help!)&#60;/p&#62;
&#60;p&#62;I tried something like:&#60;/p&#62;
&#60;p&#62;[toggle title='Restaurant Menu' close='true']&#60;br /&#62;
Enjoy a good meal with us!&#60;/p&#62;
&#60;p&#62;[toggle title='Breakfast' close='true']&#60;br /&#62;
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&#60;br /&#62;
&#38;lt;/toggle&#38;gt;&#60;/p&#62;
&#60;p&#62;[toggle title='Lunch' close='true']&#60;br /&#62;
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.&#60;br /&#62;
&#38;lt;/toggle&#38;gt;&#60;/p&#62;
&#60;p&#62;The result is: I can see the subtitles listed with no problem, but if I try to open the content of any sub-menu, the code makes the Main Title close back!!!&#60;/p&#62;
&#60;p&#62;THANKS!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
