<?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 - Tag: tabs - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/tabs</link>
		<description>Support Forum - Tag: tabs - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 17:39:23 +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/tags/tabs" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Tabs responsive issue"</title>
			<link>http://www.kriesi.at/support/topic/tabs-responsive-issue#post-108705</link>
			<pubDate>Fri, 03 May 2013 14:42:25 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">108705@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that Ismael took care of the issue. Enjoy the theme.&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jawes on "Tabs responsive issue"</title>
			<link>http://www.kriesi.at/support/topic/tabs-responsive-issue#post-108657</link>
			<pubDate>Fri, 03 May 2013 10:54:52 +0000</pubDate>
			<dc:creator>jawes</dc:creator>
			<guid isPermaLink="false">108657@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Thank you the tabs are now working.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Jan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Tabs responsive issue"</title>
			<link>http://www.kriesi.at/support/topic/tabs-responsive-issue#post-108551</link>
			<pubDate>Thu, 02 May 2013 23:27:22 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">108551@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm not sure if this is going to work but please add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.noborder_tabs.sidebar_tab_left .tab {
border-left: 1px solid #E1E1E1;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jawes on "Tabs responsive issue"</title>
			<link>http://www.kriesi.at/support/topic/tabs-responsive-issue#post-108461</link>
			<pubDate>Thu, 02 May 2013 15:44:56 +0000</pubDate>
			<dc:creator>jawes</dc:creator>
			<guid isPermaLink="false">108461@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;Option A did not work.&#60;br /&#62;
With option B the left border is missing. See screendump.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.clipular.com/c?5508074=Wl9wbJz6FOKX6h24VfRBVHyv05Y&#38;amp;f=.png&#34; rel=&#34;nofollow&#34;&#62;http://www.clipular.com/c?5508074=Wl9wbJz6FOKX6h24VfRBVHyv05Y&#38;amp;f=.png&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Tabs responsive issue"</title>
			<link>http://www.kriesi.at/support/topic/tabs-responsive-issue#post-108319</link>
			<pubDate>Thu, 02 May 2013 05:10:47 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">108319@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ,&#60;/p&#62;
&#60;p&#62;I don't have a smartphone so please try each of these to see what it looks like&#60;/p&#62;
&#60;p&#62;Option A:&#60;br /&#62;
Please add this to your /css/custom.css or Quick CSS located in Enfold &#38;gt; Styling on the bottom of the page&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 767px){
.responsive .tabcontainer .tab.fullsize-tab {
border-left-width: 1px;
border-left-style: solid;
border-left-color: rgb(225, 225, 225);
border-right-width: 1px;
border-right-style: solid;
border-right-color: rgb(225, 225, 225);
}}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Option B&#60;/p&#62;
&#60;p&#62;open up /css/shortcodes.css and find line 627 that looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;{width:100%; max-width:100%; border-left:none; border-right:0;left:0; top:0; min-height: 0!important;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;replace that with this line&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;{width:100%; max-width:100%; min-height: 0 !important;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and add this css to Quick CSS&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 767px){
#top .active_tab_content {
border-right-width: 0px !important;
}}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jawes on "Tabs responsive issue"</title>
			<link>http://www.kriesi.at/support/topic/tabs-responsive-issue#post-108173</link>
			<pubDate>Wed, 01 May 2013 10:53:35 +0000</pubDate>
			<dc:creator>jawes</dc:creator>
			<guid isPermaLink="false">108173@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes that is right!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Tabs responsive issue"</title>
			<link>http://www.kriesi.at/support/topic/tabs-responsive-issue#post-108166</link>
			<pubDate>Wed, 01 May 2013 09:26:58 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">108166@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Do you mean this - right and left side? &#60;a href=&#34;http://www.clipular.com/c?5530312=vJfGqdybIzPZGZoWNvFB0B21MK0&#38;amp;f=.png&#34; rel=&#34;nofollow&#34;&#62;http://www.clipular.com/c?5530312=vJfGqdybIzPZGZoWNvFB0B21MK0&#38;amp;f=.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "product page tabs"</title>
			<link>http://www.kriesi.at/support/topic/product-page-tabs#post-108079</link>
			<pubDate>Wed, 01 May 2013 04:11:48 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">108079@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I checked the website and I saw single tab for two products. Can you give me your login details? Please send to sighlence13[@]hotmail[dot]com.&#60;/p&#62;
&#60;p&#62;Include this thread on your email.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dnddon on "product page tabs"</title>
			<link>http://www.kriesi.at/support/topic/product-page-tabs#post-108077</link>
			<pubDate>Wed, 01 May 2013 04:06:54 +0000</pubDate>
			<dc:creator>dnddon</dc:creator>
			<guid isPermaLink="false">108077@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi, i want to ask a question about&#60;br /&#62;
tabs in product pages.&#60;br /&#62;
in your demo site there's tabs made for &#34;description&#34;, &#34;reviews&#34;, &#34;attributes&#34;&#60;br /&#62;
but mine doesn't have any tabs made automacticaly&#60;br /&#62;
e.g.: &#60;a href=&#34;http://1211.co.kr/wordpress/?page_id=26&#34; rel=&#34;nofollow&#34;&#62;http://1211.co.kr/wordpress/?page_id=26&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jawes on "Tabs responsive issue"</title>
			<link>http://www.kriesi.at/support/topic/tabs-responsive-issue#post-108008</link>
			<pubDate>Tue, 30 Apr 2013 13:51:39 +0000</pubDate>
			<dc:creator>jawes</dc:creator>
			<guid isPermaLink="false">108008@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I am using the tabs shortcode with the labels on the left with border. When checking it on a mobile phone I see that the borders of the bottom labels are broken.&#60;/p&#62;
&#60;p&#62;Any idea how I can fix this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Mobile resolution issue from other post..."</title>
			<link>http://www.kriesi.at/support/topic/mobile-resolution-issue-from-other-post#post-104874</link>
			<pubDate>Tue, 09 Apr 2013 06:56:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">104874@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Glad that Devin could help you :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgma on "Mobile resolution issue from other post..."</title>
			<link>http://www.kriesi.at/support/topic/mobile-resolution-issue-from-other-post#post-104820</link>
			<pubDate>Mon, 08 Apr 2013 22:42:01 +0000</pubDate>
			<dc:creator>mgma</dc:creator>
			<guid isPermaLink="false">104820@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Devin, you are the CSS Guru. These sensibilities within a responsive environment make or break RWD as the progressive platform for larger corporate sites. An certainly for framework-up developers like myself.&#60;/p&#62;
&#60;p&#62;You guys are about the finest example of a framework developer I've seen. ***Thanks so much for such great support.***
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Mobile resolution issue from other post..."</title>
			<link>http://www.kriesi.at/support/topic/mobile-resolution-issue-from-other-post#post-104785</link>
			<pubDate>Mon, 08 Apr 2013 14:26:46 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">104785@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've edited the code in the previous thread to only effect the tab containers, but here it is again:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (max-width: 767px) {
        .responsive #top .sidebar_tab_inner_content .one_fifth,
	    .responsive #top .sidebar_tab_inner_content .one_fourth,
	    .responsive #top .sidebar_tab_inner_content .one_third,
	    .responsive #top .sidebar_tab_inner_content .two_fifth,
	    .responsive #top .sidebar_tab_inner_content .one_half,
	    .responsive #top .sidebar_tab_inner_content .three_fifth,
	    .responsive #top .sidebar_tab_inner_content .two_third,
	    .responsive #top .sidebar_tab_inner_content .three_fourth,
	    .responsive #top .sidebar_tab_inner_content .four_fifth { margin: 0; margin-bottom: 10px; width: auto; }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {

        .responsive #top .sidebar_tab_inner_content .one_fifth,
	    .responsive #top .sidebar_tab_inner_content .one_fourth,
	    .responsive #top .sidebar_tab_inner_content .one_third,
	    .responsive #top .sidebar_tab_inner_content .two_fifth,
	    .responsive #top .sidebar_tab_inner_content .one_half,
	    .responsive #top .sidebar_tab_inner_content .three_fifth,
	    .responsive #top .sidebar_tab_inner_content .two_third,
	    .responsive #top .sidebar_tab_inner_content .three_fourth,
	    .responsive #top .sidebar_tab_inner_content .four_fifth { margin: 0; margin-bottom: 10px; width: auto; }
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgma on "Mobile resolution issue from other post..."</title>
			<link>http://www.kriesi.at/support/topic/mobile-resolution-issue-from-other-post#post-104700</link>
			<pubDate>Sun, 07 Apr 2013 23:56:25 +0000</pubDate>
			<dc:creator>mgma</dc:creator>
			<guid isPermaLink="false">104700@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Devin. &#60;/p&#62;
&#60;p&#62;Prior to the CSS we adjusted for the tabs.. these content scrollers worked fine. Like at the bottom of these pages...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://djdevelopment.net/2/cowriter/&#34; rel=&#34;nofollow&#34;&#62;http://djdevelopment.net/2/cowriter/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://djdevelopment.net/2/simon-s-i-o/&#34; rel=&#34;nofollow&#34;&#62;http://djdevelopment.net/2/simon-s-i-o/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;These used to break into their own single column in mobile view, and work fine. In fact, removing that other CSS makes these work fine again, but the sidebar tabs content go back to stretching beyond the container again. Can we tweak the CSS so both work?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Mobile resolution issue from other post..."</title>
			<link>http://www.kriesi.at/support/topic/mobile-resolution-issue-from-other-post#post-104331</link>
			<pubDate>Thu, 04 Apr 2013 13:38:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">104331@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mgma,&#60;/p&#62;
&#60;p&#62;Which page has the content scroller? I'm not completely sure if all items can get full updated to work within tab contents and still be responsive but we can take a look at try it out.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgma on "Mobile resolution issue from other post..."</title>
			<link>http://www.kriesi.at/support/topic/mobile-resolution-issue-from-other-post#post-104285</link>
			<pubDate>Thu, 04 Apr 2013 08:06:44 +0000</pubDate>
			<dc:creator>mgma</dc:creator>
			<guid isPermaLink="false">104285@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Devin sent me some great CSS to use that fixed the problem of my original post...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/tabs-content-problem-in-mobile-resolution?message=update-support-forums-topic-status-error&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/tabs-content-problem-in-mobile-resolution?message=update-support-forums-topic-status-error&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;However... I just noticed this CSS through mobile resolution at other content off. Please scroll to the bottom of this page and look at the content scroller items. These worked before... if we limited them to twenty (two rows of little numbers at mobile resolution). But now those testimonials in the 3/4 column disappear at mobile resolution. Or sometimes you just see a vertical row of one letter.&#60;/p&#62;
&#60;p&#62;Can you adjust the CSS so both these still work?&#60;/p&#62;
&#60;p&#62;Thanks guys!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Current issues"</title>
			<link>http://www.kriesi.at/support/topic/current-issues#post-102416</link>
			<pubDate>Thu, 21 Mar 2013 12:17:51 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">102416@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Glad that Nick could help you :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>j1nx_nl on "Current issues"</title>
			<link>http://www.kriesi.at/support/topic/current-issues#post-102385</link>
			<pubDate>Thu, 21 Mar 2013 09:21:00 +0000</pubDate>
			<dc:creator>j1nx_nl</dc:creator>
			<guid isPermaLink="false">102385@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Nick,&#60;/p&#62;
&#60;p&#62;Indeed, the file does not go further then 650 something. Putted the code at the exact same place as Cog7 (included the removal of shortdescription) and it works well.&#60;/p&#62;
&#60;p&#62;Added the CSS throught the Propulsion Admin section and works fine too.&#60;/p&#62;
&#60;p&#62;Happy Bunny!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cog7 on "Current issues"</title>
			<link>http://www.kriesi.at/support/topic/current-issues#post-102318</link>
			<pubDate>Wed, 20 Mar 2013 20:22:07 +0000</pubDate>
			<dc:creator>cog7</dc:creator>
			<guid isPermaLink="false">102318@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I looked in /config-woocommerce/config.php for lines 804-806 and my copy (Propulsion version 1.9.1) did not go that far. I ended up adding your code after line 154, which was the end of the function avia_woocommerce_short_description($tabs). I also added another line in your suggested code to remove the short description (yours only removed the description):  &#60;/p&#62;
&#60;p&#62;unset($tabs['shortdescription']);&#60;/p&#62;
&#60;p&#62;Thanks for getting me pointed in the right direction.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Current issues"</title>
			<link>http://www.kriesi.at/support/topic/current-issues#post-102269</link>
			<pubDate>Wed, 20 Mar 2013 15:05:49 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">102269@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Sorry for lack of directions. I thought my approach over and decided it would be better to do this via php so please open up in the theme folder /config-woocommerce/config.php and find line 155 that look like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;function avia_woocommerce_short_description_panel()&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and without deleting or altering line 155, paste the code below *before* line 155&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;//function and filter to remove the description tab
add_filter( &#38;#39;woocommerce_product_tabs&#38;#39;, &#38;#39;yehhh_woo_remove_description_tab&#38;#39;, 98);
function yehhh_woo_remove_description_tab($tabs) {
    unset($tabs[&#38;#39;shortdescription&#38;#39;]);
    unset($tabs[&#38;#39;description&#38;#39;]);
    return $tabs;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#38;lt;edit&#38;gt; I fixed the line numbers and added remove shortdescription code as well as description, if this is not what you need just remove one of the unset lines above. Thanks to both posters below.&#60;br /&#62;
---------------------------&#60;br /&#62;
---------------------------&#60;/p&#62;
&#60;p&#62;Yeh I noticed your menu likes to move around on its own. jquery is adding an inline float:left to it. I am not gonna bother looking where this is happening, but one of the plugins i think is responsible. Instead we will just override it (unless you prefer your menu in the second position.) &#60;/p&#62;
&#60;p&#62;Please add the following css block to the bottom of the /css/custom.css file; OR to Quick CSS located in the admin area - Replete &#38;gt; Theme Options &#38;gt; Styling ... the text area at the bottom of that page:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .main_menu {
float: right !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;if instead you like the look of the menu more to the left as it looks now after it moves you can add this css *just don't add them both since the css above will be more dominant**&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .main_menu {
float: left;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "ShortCodes + Table Missing from Text Editor"</title>
			<link>http://www.kriesi.at/support/topic/shortcodes-table-missing-from-text-editor#post-102198</link>
			<pubDate>Wed, 20 Mar 2013 08:26:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">102198@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Do you get any js errors on the admin page (you can use the firebug console or i.e. the Chrome developer tools/console to check your website for js errors)? &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>siobhan13 on "ShortCodes + Table Missing from Text Editor"</title>
			<link>http://www.kriesi.at/support/topic/shortcodes-table-missing-from-text-editor#post-102160</link>
			<pubDate>Wed, 20 Mar 2013 00:56:57 +0000</pubDate>
			<dc:creator>siobhan13</dc:creator>
			<guid isPermaLink="false">102160@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael, &#60;/p&#62;
&#60;p&#62;I deactivated all of the plugins mentioned above and the shortcodes wand came back. Then I activated them one by one and the wand it still showing in my text editor which is a bit of a mystery.&#60;/p&#62;
&#60;p&#62;The table never came back though and I've only been able to achieve a table by having a cloned draft - but then I can't edit any of the cells.&#60;/p&#62;
&#60;p&#62;Any ideas?&#60;/p&#62;
&#60;p&#62;Thanks, Siobhan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "woocommerce tab below related product?"</title>
			<link>http://www.kriesi.at/support/topic/woocommerce-tab-below-related-product#post-102118</link>
			<pubDate>Tue, 19 Mar 2013 19:29:50 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">102118@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad you were able to get it figure out:)&#60;/p&#62;
&#60;p&#62;I think I mis-clicked when I was copying the second part as my solution doesn't make sense but yours is what I intended (moving the importance via order change).&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>j1nx_nl on "Current issues"</title>
			<link>http://www.kriesi.at/support/topic/current-issues#post-102086</link>
			<pubDate>Tue, 19 Mar 2013 16:02:49 +0000</pubDate>
			<dc:creator>j1nx_nl</dc:creator>
			<guid isPermaLink="false">102086@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The second is exactly what it was and what I want back ;)&#60;/p&#62;
&#60;p&#62;The code is CSS. Where do we need to put it?&#60;/p&#62;
&#60;p&#62;Thanks.&#60;/p&#62;
&#60;p&#62;BTW: Did you also noticed the menu alignment? That is a new one since today ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "ShortCodes + Table Missing from Text Editor"</title>
			<link>http://www.kriesi.at/support/topic/shortcodes-table-missing-from-text-editor#post-102053</link>
			<pubDate>Tue, 19 Mar 2013 13:33:36 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">102053@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Siobhan,&#60;/p&#62;
&#60;p&#62;Try to disable those plugins you have mentioned and check if the problem is gone. Then kindly enable it back one by one and check what plugin causes the conflict.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Tabs not working correctly"</title>
			<link>http://www.kriesi.at/support/topic/tabs-not-working-correctly#post-102051</link>
			<pubDate>Tue, 19 Mar 2013 13:28:28 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">102051@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I was able to login but I can only go to the coming soon+enter your email page. Can you email me the correct info?&#60;/p&#62;
&#60;p&#62;You can send the information to my email at DevinVinson (at) gmail.com. Make sure to include a link to this topic so that my spam filter doesn't grab it :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Current issues"</title>
			<link>http://www.kriesi.at/support/topic/current-issues#post-102034</link>
			<pubDate>Tue, 19 Mar 2013 10:34:06 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">102034@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Glad that you got things sorted and recreated so quickly.&#60;/p&#62;
&#60;p&#62;What would you like to see on the individual pages. We can make the top description to be removed ( &#60;a href=&#34;http://www.clipular.com/c?3189266=jZ-VI8HzBv_6dsBKRPq6prsa9fA&#34; rel=&#34;nofollow&#34;&#62;http://www.clipular.com/c?3189266=jZ-VI8HzBv_6dsBKRPq6prsa9fA&#60;/a&#62; )by adding this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .summary-main-content.entry-content {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or can do it like this &#60;a href=&#34;https://www.diigo.com/item/image/318y0/wms8&#34; rel=&#34;nofollow&#34;&#62;https://www.diigo.com/item/image/318y0/wms8&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;(see my next post) &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>siobhan13 on "ShortCodes + Table Missing from Text Editor"</title>
			<link>http://www.kriesi.at/support/topic/shortcodes-table-missing-from-text-editor#post-102031</link>
			<pubDate>Tue, 19 Mar 2013 10:24:02 +0000</pubDate>
			<dc:creator>siobhan13</dc:creator>
			<guid isPermaLink="false">102031@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I noticed that the button for a table was missing from my text editor posting screen a couple of weeks ago and now my shortcodes tab is also missing. In some places the shortcodes in there are working e.g. tables still showing and line breaks, but others like tabbing aren't working any more for example - &#60;a href=&#34;http://etool.net.au/faqs/&#34; rel=&#34;nofollow&#34;&#62;http://etool.net.au/faqs/&#60;/a&#62; Could this be a plugin conflict? I recently added the following:&#60;br /&#62;
- Login Lockdown&#60;br /&#62;
- Revision Control&#60;br /&#62;
- WooSlider&#60;br /&#62;
- WP-Optimize&#60;br /&#62;
- WP Minify&#60;br /&#62;
- WP Smush.it&#60;/p&#62;
&#60;p&#62;I haven't updated my template Corona since purchasing it back in July/August as I'm still trying to organise my Child Theme before I update. Does this have something to do with it?&#60;/p&#62;
&#60;p&#62;Is there anyway I could do a quick CSS fix just for the time being until I upgrade?&#60;/p&#62;
&#60;p&#62;Appreciate your help/advice.&#60;/p&#62;
&#60;p&#62;Thanks, Siobhan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>j1nx_nl on "Current issues"</title>
			<link>http://www.kriesi.at/support/topic/current-issues#post-102021</link>
			<pubDate>Tue, 19 Mar 2013 09:39:14 +0000</pubDate>
			<dc:creator>j1nx_nl</dc:creator>
			<guid isPermaLink="false">102021@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I do believe you if you say it is my WP install that is borked,  annoyingly this only came to my attention after updating Propulsion. But have a second thought, it is not fair to blame Propulsion as the reason of updating the theme was because of the Woocommerce update. It might have just been the woocommerce update that screwed things up. &#60;/p&#62;
&#60;p&#62;1) Thx for the fix. That new file indeed fixed the bbpress requirement.&#60;br /&#62;
2) Nothing hidden, but considering you were not able to reproduce it I just wiped the whole Woocommerce stuff and re-installed. Re-created the pages etc. Appeared to have solved the MyAccount issue.&#60;br /&#62;
3) Yes, I turned it off for the moment at that point to inspect the update system.&#60;br /&#62;
4) yes&#60;br /&#62;
5) See 2&#60;/p&#62;
&#60;p&#62;Anyway, I kind of back to starting point. I now have again the double description at the product pages (have a look), do you guys have that one already sorted as well?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mr. Mask on "woocommerce tab below related product?"</title>
			<link>http://www.kriesi.at/support/topic/woocommerce-tab-below-related-product#post-102020</link>
			<pubDate>Tue, 19 Mar 2013 09:34:14 +0000</pubDate>
			<dc:creator>Mr. Mask</dc:creator>
			<guid isPermaLink="false">102020@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Well,&#60;br /&#62;
I solved it myself&#60;/p&#62;
&#60;p&#62;for another guys who need this, hope this help&#60;/p&#62;
&#60;p&#62;find&#60;br /&#62;
&#60;code&#62;add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 1 );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;replace with&#60;br /&#62;
&#60;code&#62;add_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 40 );&#60;/code&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
