<?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: Sidebar Tabs with Links</title>
		<link>http://www.kriesi.at/support/topic/sidebar-tabs-with-links</link>
		<description>Support Forum - Topic: Sidebar Tabs with Links</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 20:07:20 +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/sidebar-tabs-with-links" rel="self" type="application/rss+xml" />

		<item>
			<title>Maku64 on "Sidebar Tabs with Links"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-tabs-with-links#post-86769</link>
			<pubDate>Thu, 06 Dec 2012 08:31:26 +0000</pubDate>
			<dc:creator>Maku64</dc:creator>
			<guid isPermaLink="false">86769@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi devin,&#60;/p&#62;
&#60;p&#62;great - works like a charm!&#60;/p&#62;
&#60;p&#62;many thanks!&#60;/p&#62;
&#60;p&#62;maku64
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Sidebar Tabs with Links"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-tabs-with-links#post-86722</link>
			<pubDate>Thu, 06 Dec 2012 06:13:27 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">86722@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi maku64,&#60;/p&#62;
&#60;p&#62;It looks like you are not actually using the sidebar tabs but instead the regular tabbed shortcode. So what you'll need to do is 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;.js_active .tab {
    font-size: 13px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I've already changed the font size from 11px to 13px so adjust from there as needed.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Maku64 on "Sidebar Tabs with Links"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-tabs-with-links#post-86610</link>
			<pubDate>Wed, 05 Dec 2012 11:15:53 +0000</pubDate>
			<dc:creator>Maku64</dc:creator>
			<guid isPermaLink="false">86610@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi nick,&#60;/p&#62;
&#60;p&#62;here is the side:   &#60;a href=&#34;http://marcanthonysilver.com/123opt1/get-a-quote/&#34; rel=&#34;nofollow&#34;&#62;http://marcanthonysilver.com/123opt1/get-a-quote/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;thanks&#60;/p&#62;
&#60;p&#62;maku64
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Sidebar Tabs with Links"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-tabs-with-links#post-84872</link>
			<pubDate>Wed, 21 Nov 2012 12:24:24 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">84872@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please provide a link to the page that you want styled, otherwise it's very difficult to guess how you constucted the page since there are multiple ways to achieve the same goal.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Maku64 on "Sidebar Tabs with Links"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-tabs-with-links#post-84670</link>
			<pubDate>Tue, 20 Nov 2012 04:53:26 +0000</pubDate>
			<dc:creator>Maku64</dc:creator>
			<guid isPermaLink="false">84670@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi devin,&#60;/p&#62;
&#60;p&#62;i tried both(quick css and custom.css) and edited the font size, but isn't working!&#60;/p&#62;
&#60;p&#62;is the formula wrong?&#60;/p&#62;
&#60;p&#62;regards&#60;/p&#62;
&#60;p&#62;maku64
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Sidebar Tabs with Links"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-tabs-with-links#post-84238</link>
			<pubDate>Fri, 16 Nov 2012 15:33:49 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">84238@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Maku64,&#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;.sidebar_tab_title {
    font-size: 13px;
    font-weight: bold;
}
#top .sidebar_active_tab {
    color: #333;
}
.main_color .sidebar_tab {
    color: #919191;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can then adjust each of those values to modify the font size, weight and color of the active tab and the non-active tabs.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Maku64 on "Sidebar Tabs with Links"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-tabs-with-links#post-84063</link>
			<pubDate>Thu, 15 Nov 2012 12:03:16 +0000</pubDate>
			<dc:creator>Maku64</dc:creator>
			<guid isPermaLink="false">84063@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;thanks for it - i assumed this solution before, but it looks not really nice.&#60;/p&#62;
&#60;p&#62;which options do i have more to make the sidebar links more visible (bold, bigger, etc.)?&#60;/p&#62;
&#60;p&#62;best regards&#60;/p&#62;
&#60;p&#62;maku64
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Sidebar Tabs with Links"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-tabs-with-links#post-84019</link>
			<pubDate>Thu, 15 Nov 2012 05:48:43 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84019@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Do you mean when you click on a sidebar tab it links you to a page? Unfortunately this is not possible on the sidebar tab shortcode. You need to modify the sidebar tab function to make this kind of change work. You can hire a freelancer/developer for this job.&#60;/p&#62;
&#60;p&#62;Or you just want to put a link inside the sidebar tab content? You can use html tag like this  &#60;a href=&#34;LINK HERE&#34;&#62;This is a link to page&#60;/a&#62; inside the sidebar tab content. &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;[sidebar_tab_container initial_open=&#38;quot;1&#38;quot; boxed=&#38;#39;false&#38;#39; ]

[sidebar_tab icon=&#38;#39;Android.png&#38;#39; title=&#38;quot;Title 1&#38;quot;]&#38;lt;a href=&#38;quot;LINK HERE&#38;quot;&#38;gt;This is a link to page&#38;lt;/a&#38;gt;[/sidebar_tab]

[sidebar_tab icon=&#38;#39;Apartment_Building.png&#38;#39; title=&#38;quot;Title 2&#38;quot;]&#38;lt;a href=&#38;quot;LINK HERE&#38;quot;&#38;gt;Content with a link&#38;lt;/a&#38;gt;[/sidebar_tab]

[/sidebar_tab_container]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Maku64 on "Sidebar Tabs with Links"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-tabs-with-links#post-83996</link>
			<pubDate>Thu, 15 Nov 2012 02:54:53 +0000</pubDate>
			<dc:creator>Maku64</dc:creator>
			<guid isPermaLink="false">83996@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi kiwy,&#60;/p&#62;
&#60;p&#62;thanks, but this is not what i am looking for.&#60;br /&#62;
i need to know how i can connect a sidebar tab instead of content like toggles with pages via a link!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kiwy on "Sidebar Tabs with Links"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-tabs-with-links#post-83903</link>
			<pubDate>Wed, 14 Nov 2012 15:18:22 +0000</pubDate>
			<dc:creator>Kiwy</dc:creator>
			<guid isPermaLink="false">83903@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Heya,&#60;/p&#62;
&#60;p&#62;You can access your sidebars via your widgets menu in the admin back-end &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.yourweb.com/wp-admin/widgets.php&#34; rel=&#34;nofollow&#34;&#62;http://www.yourweb.com/wp-admin/widgets.php&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Here you can add available widgets to the sidebar.&#60;br /&#62;
You can easily drag and drop to different elements.&#60;/p&#62;
&#60;p&#62;Wordpress will autosave every modifications.&#60;/p&#62;
&#60;p&#62;Goodluck,&#60;br /&#62;
K
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Maku64 on "Sidebar Tabs with Links"</title>
			<link>http://www.kriesi.at/support/topic/sidebar-tabs-with-links#post-83881</link>
			<pubDate>Wed, 14 Nov 2012 13:52:19 +0000</pubDate>
			<dc:creator>Maku64</dc:creator>
			<guid isPermaLink="false">83881@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;i can not find to connect a sidebar tab with a link - every help is much appreciated!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
