<?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: avia framework - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/avia-framework</link>
		<description>Support Forum - Tag: avia framework - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 01:38:51 +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/avia-framework" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "CPT and avia_framework"</title>
			<link>http://www.kriesi.at/support/topic/cpt-and-avia_framework#post-107673</link>
			<pubDate>Sun, 28 Apr 2013 16:50:23 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">107673@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;For anyone less adroit then you in figuring this out I made a video showing how to add the layout builder functionality to Posts and Custom Post Types. &#60;a href=&#34;https://vimeo.com/channels/aviathemes/64996057&#34; rel=&#34;nofollow&#34;&#62;https://vimeo.com/channels/aviathemes/64996057&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "CPT and avia_framework"</title>
			<link>http://www.kriesi.at/support/topic/cpt-and-avia_framework#post-107602</link>
			<pubDate>Sat, 27 Apr 2013 18:21:37 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">107602@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; It will display the layout meta box: &#60;a href=&#34;http://www.clipular.com/c?5050238=dsTXU2XzHZ6fjZiQYNYUBv6Bh-U&#38;amp;f=.png&#34; rel=&#34;nofollow&#34;&#62;http://www.clipular.com/c?5050238=dsTXU2XzHZ6fjZiQYNYUBv6Bh-U&#38;amp;f=.png&#60;/a&#62; &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dweb on "CPT and avia_framework"</title>
			<link>http://www.kriesi.at/support/topic/cpt-and-avia_framework#post-107563</link>
			<pubDate>Sat, 27 Apr 2013 16:01:15 +0000</pubDate>
			<dc:creator>dweb</dc:creator>
			<guid isPermaLink="false">107563@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I have added my CPT (cars) to boxes, &#60;/p&#62;
&#60;p&#62;array( 'title' =&#38;gt;__('Avia Layout Builder','avia_framework' ), 'id'=&#38;gt;'avia_builder', 'page'=&#38;gt;array('portfolio','page','car'), 'context'=&#38;gt;'normal', 'priority'=&#38;gt;'high', 'expandable'=&#38;gt;true ),&#60;br /&#62;
	array( 'title' =&#38;gt;__('Layout','avia_framework' ), 'id'=&#38;gt;'layout', 'page'=&#38;gt;array('portfolio', 'page' , 'post', 'car'), 'context'=&#38;gt;'side', 'priority'=&#38;gt;'low'),&#60;/p&#62;
&#60;p&#62;and after adding a small modification to function.php, i'm able to display my cpt in a grid layout using Avia framework&#60;/p&#62;
&#60;p&#62;but what is the exact need of :&#60;/p&#62;
&#60;p&#62;array( 'title' =&#38;gt;__('Layout','avia_framework' ), 'id'=&#38;gt;'layout', 'page'=&#38;gt;array('portfolio', 'page' , 'post'), 'context'=&#38;gt;'side', 'priority'=&#38;gt;'low') ?&#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Category Slider"</title>
			<link>http://www.kriesi.at/support/topic/category-slider#post-92639</link>
			<pubDate>Mon, 21 Jan 2013 16:43:06 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">92639@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;he. its an interesting idea but not so sure how to implement that yet. I ll put it on the maybe list and if I can come up with a nice idea I'll add it with a future update.&#60;/p&#62;
&#60;p&#62;thanks for the suggestion :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Category Slider"</title>
			<link>http://www.kriesi.at/support/topic/category-slider#post-88020</link>
			<pubDate>Thu, 13 Dec 2012 14:29:52 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">88020@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I sent Kriesi a mail. Basically it should be possible to add this feature to the theme because he already calls the woocommerce_product_subcategories() function which can display all subcategories. However it's not compatible with the slider yet and I want a proper implementation (rather than a hack).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dunc R on "Category Slider"</title>
			<link>http://www.kriesi.at/support/topic/category-slider#post-88016</link>
			<pubDate>Thu, 13 Dec 2012 13:19:57 +0000</pubDate>
			<dc:creator>Dunc R</dc:creator>
			<guid isPermaLink="false">88016@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Peter. That would be great if it could be incorporated into the next update! In the meantime, I'll see if I can find a work around using shortcodes - any tips on how to do that would be really appreciated!&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Dunc
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Category Slider"</title>
			<link>http://www.kriesi.at/support/topic/category-slider#post-87757</link>
			<pubDate>Wed, 12 Dec 2012 07:12:05 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">87757@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; No, this feature is not supported atm. However I'll mark this thread for Kriesi (feature request). &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dunc R on "Category Slider"</title>
			<link>http://www.kriesi.at/support/topic/category-slider#post-87607</link>
			<pubDate>Tue, 11 Dec 2012 14:03:35 +0000</pubDate>
			<dc:creator>Dunc R</dc:creator>
			<guid isPermaLink="false">87607@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I've just bought Replete and I'm really happy with it, it's a great theme!&#60;/p&#62;
&#60;p&#62;One thing that I'm a little stuck with, and hopefully it's an easy fix, is with the Product Slider in the Template Builder. &#60;strong&#62;Is there any way to select a category and have it show the sub category thumbnails in the slider, rather than products?&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Thanks&#60;br /&#62;
Dunc&#60;/p&#62;
&#60;p&#62;(PS... I did a quick search on the support forum but couldn't find and answer, so apologies if this has been covered already.)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "where are the  tags?"</title>
			<link>http://www.kriesi.at/support/topic/where-are-the-tags#post-66959</link>
			<pubDate>Sun, 22 Jul 2012 08:30:57 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">66959@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Corona supports the wp_head hook - it's located in header.php:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;wp_head();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Afaik this is the only &#34;conventional wordpress theme code&#34; which affects the head area directly. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>publistudio on "where are the  tags?"</title>
			<link>http://www.kriesi.at/support/topic/where-are-the-tags#post-66376</link>
			<pubDate>Wed, 18 Jul 2012 14:25:49 +0000</pubDate>
			<dc:creator>publistudio</dc:creator>
			<guid isPermaLink="false">66376@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello im inserting and economic indicator and other tags like Dublin core and more for optimizing and better our website, but i can´t find the head code, i don find the conventional wordpress theme code in index.php is says avia framework but i don´t know where i can find the head for insert my tags and scripts, please save my life, greetings
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Dynamic CSS overriding  custom.css"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-css-overriding-customcss#post-53727</link>
			<pubDate>Fri, 27 Apr 2012 16:37:01 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">53727@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try adding the !important in the style you have added in your custom.css. Here is an example of how to use it:&#60;br /&#62;
&#60;code&#62;.selector {&#60;br /&#62;
     color: blue!important;&#60;br /&#62;
}&#60;/code&#62;&#60;br /&#62;
The !important prevents your styling from being overrided. Hope this helps your code. :)&#60;/p&#62;
&#60;p&#62;Best Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JCCDenverMarketing on "Dynamic CSS overriding  custom.css"</title>
			<link>http://www.kriesi.at/support/topic/dynamic-css-overriding-customcss#post-53714</link>
			<pubDate>Fri, 27 Apr 2012 15:37:07 +0000</pubDate>
			<dc:creator>JCCDenverMarketing</dc:creator>
			<guid isPermaLink="false">53714@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm having an issue with the Dynamic CSS overriding the custom.css file.&#60;/p&#62;
&#60;p&#62;I'm working in a local dev environment so I don't have a link to a site, but here is a screen shot of the issue:&#60;br /&#62;
&#60;a href=&#34;http://www.jccdenver.org/awake/wp-content/uploads/2012/04/Picture-4.png&#34; rel=&#34;nofollow&#34;&#62;http://www.jccdenver.org/awake/wp-content/uploads/2012/04/Picture-4.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Basically, it overwrites the initial styling for ai1ec event post type by coloring one of the columns purple, but it continues to do this even when I change the style in custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .primary-background, .dropcap2, div .button, input[type=&#38;quot;submit&#38;quot;], #submit, .info_text_header, #info_text_header .infotext, .numeric_controls a:hover, .numeric_controls .active_item, .contentSlideControlls a.activeItem, #top th, #top .related_posts .contentSlideControlls a.activeItem, #top .arrow_controls a, #main .content #searchsubmit:hover, .callout a, #info_text_header.minimized:hover {
background-color: #609;
}&#60;/code&#62;&#60;/pre&#62;
&#60;pre&#62;&#60;code&#62;#top .on-primary-color, #top .on-primary-color a, .dropcap2, div .button, input[type=&#38;quot;submit&#38;quot;], #submit, .info_text_header, .info_text_header a, .info_text_header a:hover, .contentSlideControlls a.activeItem, #top .related_posts .contentSlideControlls a.activeItem, .contentSlideControlls a:hover, #top .related_posts .contentSlideControlls a:hover, #top th, #top th a, a.button:hover, .callout a, #top .big_button:hover {
color: white;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Above are the two styles overriding the table colors. I'm not sure what CSS class/id is being applied to the table that is causing this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ptvguy on "Latest Posts In Specific Category"</title>
			<link>http://www.kriesi.at/support/topic/latest-posts-in-specific-category#post-36303</link>
			<pubDate>Mon, 02 Jan 2012 01:20:34 +0000</pubDate>
			<dc:creator>ptvguy</dc:creator>
			<guid isPermaLink="false">36303@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;One other thing I forgot about. You have to add the following code to the functions.php file to make use of WordPress thumbnail images.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/* Activate native WordPress Post Thumbnails */

if ( function_exists( &#38;#39;add_theme_support&#38;#39; ) ) {
  add_theme_support( &#38;#39;post-thumbnails&#38;#39; );
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Dude on "Latest Posts In Specific Category"</title>
			<link>http://www.kriesi.at/support/topic/latest-posts-in-specific-category#post-35668</link>
			<pubDate>Wed, 21 Dec 2011 16:49:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">35668@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that Chris could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ptvguy on "Latest Posts In Specific Category"</title>
			<link>http://www.kriesi.at/support/topic/latest-posts-in-specific-category#post-35622</link>
			<pubDate>Wed, 21 Dec 2011 05:19:25 +0000</pubDate>
			<dc:creator>ptvguy</dc:creator>
			<guid isPermaLink="false">35622@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, I always forget about backticks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Latest Posts In Specific Category"</title>
			<link>http://www.kriesi.at/support/topic/latest-posts-in-specific-category#post-35613</link>
			<pubDate>Wed, 21 Dec 2011 01:31:41 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">35613@http://www.kriesi.at/support/</guid>
			<description>&#60;pre&#62;&#60;code&#62;&#38;lt;?php
global $post;
$args = array( &#38;#39;numberposts&#38;#39; =&#38;gt; 1, &#38;#39;offset&#38;#39; =&#38;gt; 0, &#38;#39;category&#38;#39; =&#38;gt; 4 );
$myposts = get_posts( $args );
foreach( $myposts as $post ) :	setup_postdata($post); ?&#38;gt;
&#38;lt;h3&#38;gt;&#38;lt;a href=&#38;quot;&#38;lt;?php the_permalink(); ?&#38;gt;&#38;quot;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/h3&#38;gt;
&#38;lt;?php if ( has_post_thumbnail()) : ?&#38;gt;
   &#38;lt;a href=&#38;quot;&#38;lt;?php the_permalink(); ?&#38;gt;&#38;quot; title=&#38;quot;&#38;lt;?php the_title_attribute(); ?&#38;gt;&#38;quot; &#38;gt;
   &#38;lt;?php the_post_thumbnail(&#38;#39;thumbnail&#38;#39;, array(&#38;#39;class&#38;#39; =&#38;gt; &#38;#39;alignleft&#38;#39;)); ?&#38;gt;
   &#38;lt;/a&#38;gt;
&#38;lt;?php endif; ?&#38;gt;
&#38;lt;?php the_excerpt(); ?&#38;gt;
&#38;lt;?php endforeach; ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can post code between backticks.&#60;br /&#62;
Thanks for sharing, I'll tell Kriesi about this :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ptvguy on "Latest Posts In Specific Category"</title>
			<link>http://www.kriesi.at/support/topic/latest-posts-in-specific-category#post-35468</link>
			<pubDate>Tue, 20 Dec 2011 02:11:26 +0000</pubDate>
			<dc:creator>ptvguy</dc:creator>
			<guid isPermaLink="false">35468@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Apparently, that code just won't display here.  I've uploaded it to &#60;a href=&#34;http://wwwtest.soptv.org/code.txt&#34;&#62;here&#60;/a&#62;.  Maybe some admin can get it to post correctly.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ptvguy on "Latest Posts In Specific Category"</title>
			<link>http://www.kriesi.at/support/topic/latest-posts-in-specific-category#post-35466</link>
			<pubDate>Tue, 20 Dec 2011 01:38:38 +0000</pubDate>
			<dc:creator>ptvguy</dc:creator>
			<guid isPermaLink="false">35466@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;For some reason, part of the code was stripped from that comment.  I'll try it again.&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
global $post;&#60;br /&#62;
$args = array( 'numberposts' =&#38;gt; 1, 'offset' =&#38;gt; 0, 'category' =&#38;gt; 4 );&#60;br /&#62;
$myposts = get_posts( $args );&#60;br /&#62;
foreach( $myposts as $post ) :	setup_postdata($post); ?&#38;gt;&#60;br /&#62;
[box type=&#34;alert&#34;]&#60;a&#62;&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;/a&#62;[/box]&#60;br /&#62;
&#38;lt;?php if ( has_post_thumbnail()) : ?&#38;gt;&#60;br /&#62;
&#60;a&#62;&#34; title=&#34;&#38;lt;?php the_title_attribute(); ?&#38;gt;&#34; &#38;gt;&#60;br /&#62;
&#38;lt;?php the_post_thumbnail('thumbnail', array('class' =&#38;gt; 'alignleft')); ?&#38;gt;&#60;br /&#62;
&#60;/a&#62;&#60;br /&#62;
&#38;lt;?php endif; ?&#38;gt;&#60;br /&#62;
&#38;lt;?php the_excerpt(); ?&#38;gt;&#60;br /&#62;
&#38;lt;?php endforeach; ?&#38;gt;&#60;br /&#62;
&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ptvguy on "Latest Posts In Specific Category"</title>
			<link>http://www.kriesi.at/support/topic/latest-posts-in-specific-category#post-35464</link>
			<pubDate>Tue, 20 Dec 2011 01:32:48 +0000</pubDate>
			<dc:creator>ptvguy</dc:creator>
			<guid isPermaLink="false">35464@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm using the following code to pull the latest posts from the &#34;Announcements&#34; category into a slider on &#60;a href=&#34;http://wwwtest.soptv.org/&#34;&#62;the homepage I'm setting up&#60;/a&#62;.  A zero offset gets the latest post and a one gets the second latest and so on.&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
&#38;lt;?php&#60;br /&#62;
global $post;&#60;br /&#62;
$args = array( 'numberposts' =&#38;gt; 1, 'offset' =&#38;gt; 0, 'category' =&#38;gt; 4 );&#60;br /&#62;
$myposts = get_posts( $args );&#60;br /&#62;
foreach( $myposts as $post ) :	setup_postdata($post); ?&#38;gt;&#60;br /&#62;
&#38;lt;h3&#38;gt;&#60;a&#62;&#34;&#38;gt;&#38;lt;?php the_title(); ?&#38;gt;&#60;/a&#62;&#38;lt;/h3&#38;gt;&#60;br /&#62;
&#38;lt;?php if ( has_post_thumbnail()) : ?&#38;gt;&#60;br /&#62;
   &#60;a&#62;&#34; title=&#34;&#38;lt;?php the_title_attribute(); ?&#38;gt;&#34; &#38;gt;&#60;br /&#62;
   &#38;lt;?php the_post_thumbnail('thumbnail', array('class' =&#38;gt; 'alignleft')); ?&#38;gt;&#60;br /&#62;
   &#60;/a&#62;&#60;br /&#62;
&#38;lt;?php endif; ?&#38;gt;&#60;br /&#62;
&#38;lt;?php the_excerpt(); ?&#38;gt;&#60;br /&#62;
&#38;lt;?php endforeach; ?&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;br /&#62;
The problem is that doing it this way requires the EXEC-PHP plugin.  It seems to me that something this basic would make a great shortcode to add to the Avia Framework.  Just a thought.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
