<?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 - User Favorites: a2ic</title>
		<link><a href='http://www.kriesi.at/support/profile/a2ic'>a2ic</a></link>
		<description>Support Forum - User Favorites: a2ic</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 03:54:44 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Help! I broke the sidebar scrolling mechanism"</title>
			<link>http://www.kriesi.at/support/topic/help-i-broke-the-sidebar-scrolling-mechanism#post-80942</link>
			<pubDate>Thu, 25 Oct 2012 00:03:56 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">80942@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey a2ic,&#60;/p&#62;
&#60;p&#62;The css and this topic is not for the Coalition theme but instead for Flashlight. While similar, they aren't quite the same needs and code.&#60;/p&#62;
&#60;p&#62;I don't know why your sidebar has suddenly changed but you can force it to stay fixed by adding the following to your Quick CSS:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.sidebar {
position: fixed !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>a2ic on "Help! I broke the sidebar scrolling mechanism"</title>
			<link>http://www.kriesi.at/support/topic/help-i-broke-the-sidebar-scrolling-mechanism#post-80934</link>
			<pubDate>Wed, 24 Oct 2012 20:32:20 +0000</pubDate>
			<dc:creator>a2ic</dc:creator>
			<guid isPermaLink="false">80934@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Interestingly I think I found the issue - I was trying to place a widget in the second column of a column element.  It prompts me to type in a name - I guessed at Coalition Latest Portfolio - so I entered that and poof the scrolling broke.&#60;br /&#62;
I've resolved the scrolling issue but I cannot for the life of me get any slideshows or widgets to work.  Is there any detailed documentation available to give me a few walk-throughs on how to do that?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>a2ic on "Help! I broke the sidebar scrolling mechanism"</title>
			<link>http://www.kriesi.at/support/topic/help-i-broke-the-sidebar-scrolling-mechanism#post-80933</link>
			<pubDate>Wed, 24 Oct 2012 20:23:51 +0000</pubDate>
			<dc:creator>a2ic</dc:creator>
			<guid isPermaLink="false">80933@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I seem to have done the same thing although I haven't been mucking with the custom .css.  I've been using the One Page Portfolio builder with great success.  It seems that as I added the sixth page section the sidebar started scrolling again instead of staying fixed.  I tried your solution above with no success.&#60;br /&#62;
&#60;a href=&#34;http://www.a2ic.org&#34; rel=&#34;nofollow&#34;&#62;http://www.a2ic.org&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "One Page Portfolio menus not appearing"</title>
			<link>http://www.kriesi.at/support/topic/one-page-portfolio-menus-not-appearing#post-80794</link>
			<pubDate>Tue, 23 Oct 2012 16:55:17 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">80794@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Eric,&#60;/p&#62;
&#60;p&#62;When you build your one page portfolio in the One Page Portfolio builder, you need to add the navigation elements to it so that it has the menu and you can control what color each menu item has.&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;html, body {
background-size: 100%;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In the One Page Portfolio builder, the contact page should be a Post/Page Content element and then you select your contact page. Then in your Theme Options&#38;gt;Contact &#38;amp; Social Stuff select that page as your Contact Form Page as well.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>a2ic on "One Page Portfolio menus not appearing"</title>
			<link>http://www.kriesi.at/support/topic/one-page-portfolio-menus-not-appearing#post-80690</link>
			<pubDate>Mon, 22 Oct 2012 21:44:56 +0000</pubDate>
			<dc:creator>a2ic</dc:creator>
			<guid isPermaLink="false">80690@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, nm on the functionality not working - in the Theme options it was set to &#34;run as Basic theme&#34;.  So that's set.&#60;br /&#62;
A few more questions:&#60;br /&#62;
1.) Any way to get the scrolling little color &#34;gem&#34; that floats with the content like you have in the demo?&#60;br /&#62;
2.) Any way to use a background image and set it to &#34;stretch&#34; instead of &#34;tile&#34;?&#60;br /&#62;
3.) Do you have the code stub for the &#34;Contact Us&#34; content that you have in the demo?&#60;br /&#62;
(&#60;a href=&#34;http://www.kriesi.at/themedemo/?theme=coalition&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themedemo/?theme=coalition&#60;/a&#62;)&#60;br /&#62;
Thanks!&#60;br /&#62;
Eric
&#60;/p&#62;</description>
		</item>
		<item>
			<title>a2ic on "One Page Portfolio menus not appearing"</title>
			<link>http://www.kriesi.at/support/topic/one-page-portfolio-menus-not-appearing#post-80688</link>
			<pubDate>Mon, 22 Oct 2012 21:26:01 +0000</pubDate>
			<dc:creator>a2ic</dc:creator>
			<guid isPermaLink="false">80688@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I think perhaps you misunderstood - I agree that if I use separate pages the menu works.  *However*, the Coalition theme is supposed to have the awesome animation and color scheme available by using the One Page Portfolio builder.  I have one page titled Main and I have created the different page section elements as it describes in the documentation but I do not get the menu items as I would expect.  The documentation states that each page section element would get a sidebar menu item and that is not happening.&#60;br /&#62;
I can shoot you a screenshot if that'll help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "One Page Portfolio menus not appearing"</title>
			<link>http://www.kriesi.at/support/topic/one-page-portfolio-menus-not-appearing#post-80297</link>
			<pubDate>Fri, 19 Oct 2012 02:32:35 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">80297@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;1) Please go to Appearance &#38;gt; Menus and make sure your menu exists. and is setup in the order you want. &#60;a href=&#34;http://i.imgur.com/innZe.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/innZe.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2) I tested it right now. It shows up before the widgets in Display Everywhere Sidebar. In fact, there is no difference between the two sidebar when it comes to the one page portfolio option, since there is only one page, by its definition each sub section of the same page can not have different sidebars, If you remove all the widgets from Display Everywhere and put them in the Portfolio sidebar, you will see them as if nothing has changed.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>a2ic on "One Page Portfolio menus not appearing"</title>
			<link>http://www.kriesi.at/support/topic/one-page-portfolio-menus-not-appearing#post-80136</link>
			<pubDate>Wed, 17 Oct 2012 20:39:10 +0000</pubDate>
			<dc:creator>a2ic</dc:creator>
			<guid isPermaLink="false">80136@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've been following the documentation regarding creating the page sections.  However, I only have my first page section as an available menu item in the sidebar.  Am I missing something?&#60;br /&#62;
Additionally, when I place widgets in the Sidebar One Page Portfolio they don't show up but when I put them in the Displayed Everywhere section they show up fine.&#60;br /&#62;
I'm using the Coalition theme.&#60;br /&#62;
Thanks&#60;br /&#62;
Eric
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Help! I broke the sidebar scrolling mechanism"</title>
			<link>http://www.kriesi.at/support/topic/help-i-broke-the-sidebar-scrolling-mechanism#post-55590</link>
			<pubDate>Thu, 10 May 2012 18:04:44 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">55590@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad you were able to figure it out :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any others,&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nyct on "Help! I broke the sidebar scrolling mechanism"</title>
			<link>http://www.kriesi.at/support/topic/help-i-broke-the-sidebar-scrolling-mechanism#post-55280</link>
			<pubDate>Wed, 09 May 2012 05:26:17 +0000</pubDate>
			<dc:creator>nyct</dc:creator>
			<guid isPermaLink="false">55280@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i solved that last question...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nyct on "Help! I broke the sidebar scrolling mechanism"</title>
			<link>http://www.kriesi.at/support/topic/help-i-broke-the-sidebar-scrolling-mechanism#post-55226</link>
			<pubDate>Tue, 08 May 2012 18:43:23 +0000</pubDate>
			<dc:creator>nyct</dc:creator>
			<guid isPermaLink="false">55226@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks. could i ask one more sidebar related question here? i'm trying to have the sidebar span the entire length of the browser vertically. so its essentially white from top to bottom. can't figure out how to accomplish that...thanks again. appreciate all the guidance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Help! I broke the sidebar scrolling mechanism"</title>
			<link>http://www.kriesi.at/support/topic/help-i-broke-the-sidebar-scrolling-mechanism#post-55222</link>
			<pubDate>Tue, 08 May 2012 18:31:02 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">55222@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just let us know when you get the site live if you get any additional errors :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nyct on "Help! I broke the sidebar scrolling mechanism"</title>
			<link>http://www.kriesi.at/support/topic/help-i-broke-the-sidebar-scrolling-mechanism#post-55211</link>
			<pubDate>Tue, 08 May 2012 16:31:15 +0000</pubDate>
			<dc:creator>nyct</dc:creator>
			<guid isPermaLink="false">55211@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi Mya. Looks like I still have the default code for .sidebar as you've listed.&#60;/p&#62;
&#60;p&#62;however i adjusted .sidebar.sidebar_absolute to this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.sidebar.sidebar_absolute{
left:0;
position: fixed;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and that seems to do the trick. not sure if that messes with anything else?&#60;br /&#62;
i'd post a link to the site just to double-check but i'm building off a local host as we have currently have a drupal install live on our site :P&#60;/p&#62;
&#60;p&#62;thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Help! I broke the sidebar scrolling mechanism"</title>
			<link>http://www.kriesi.at/support/topic/help-i-broke-the-sidebar-scrolling-mechanism#post-55175</link>
			<pubDate>Tue, 08 May 2012 14:04:11 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">55175@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi nyct,&#60;/p&#62;
&#60;p&#62;Sounds like you removed &#60;strong&#62;position: fixed;&#60;/strong&#62; from &#60;strong&#62;.sidebar&#60;/strong&#62;. Can you post a link to the website so we can take a look just to be sure? If not, check your custom.css for &#60;strong&#62;.sidebar&#60;/strong&#62;.&#60;/p&#62;
&#60;p&#62;This is the default code for &#60;strong&#62;.sidebar&#60;/strong&#62;:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.sidebar {
margin: 0;
position: fixed;
padding:50px 0 0 0;
width:220px;
height:100%;
left:50px;
top:0;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nyct on "Help! I broke the sidebar scrolling mechanism"</title>
			<link>http://www.kriesi.at/support/topic/help-i-broke-the-sidebar-scrolling-mechanism#post-54915</link>
			<pubDate>Sun, 06 May 2012 23:13:00 +0000</pubDate>
			<dc:creator>nyct</dc:creator>
			<guid isPermaLink="false">54915@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK. I've been customizing the CSS quite a bit to my heart's content. Everything's been successful and I've been rolling along with this theme, however the left sidebar/main menu originally stayed on screen when you scroll down any page and I've just realized that it no longer functions that way. I'm not sure at what point this happened, but it wasn't any recent customization I've made.&#60;/p&#62;
&#60;p&#62;Please tell me there is a bit of code I can re-paste back in to make it work like it's intended? &#60;/p&#62;
&#60;p&#62;Thanks again for all the help...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
