<?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: framework - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/framework</link>
		<description>Support Forum - Tag: framework - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 14:40:01 +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/framework" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "What exactly is the avia_framework_post taxonomy?"</title>
			<link>http://www.kriesi.at/support/topic/what-exactly-is-the-avia_framework_post-taxonomy#post-102846</link>
			<pubDate>Sun, 24 Mar 2013 17:25:20 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">102846@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Public just means that the data will be displayed to other instances and classes of object. Private means data available only to object itself. Since we definitely want this data available to other objects, it can't be private, .. well it could, but it would defeat the purpose of having extra image functionality. &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; wouldn't be able to translate it either if it were private. It provides all that extra image/slider functionality and you can think of it as a memory extension pack for normal wordpress images.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lynxmarketing on "What exactly is the avia_framework_post taxonomy?"</title>
			<link>http://www.kriesi.at/support/topic/what-exactly-is-the-avia_framework_post-taxonomy#post-102679</link>
			<pubDate>Fri, 22 Mar 2013 16:49:44 +0000</pubDate>
			<dc:creator>lynxmarketing</dc:creator>
			<guid isPermaLink="false">102679@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;So it sounds like more of a backend thing? Is there a reason it's set to public?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "What exactly is the avia_framework_post taxonomy?"</title>
			<link>http://www.kriesi.at/support/topic/what-exactly-is-the-avia_framework_post-taxonomy#post-102678</link>
			<pubDate>Fri, 22 Mar 2013 16:35:55 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">102678@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi lynxmarketing,&#60;/p&#62;
&#60;p&#62;Its the post type that the framework uses to save images for the options pages. From the framework&#38;gt;php&#38;gt;class-media.php file you can see it generated:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/**
		 * The avia media generate_post_type function builds the hidden posts necessary for image saving on options pages
		 */
		public static function generate_post_type()
		{
			register_post_type( &#38;#39;avia_framework_post&#38;#39;, array(
			&#38;#39;labels&#38;#39; =&#38;gt; array(&#38;#39;name&#38;#39; =&#38;gt; &#38;#39;Avia Framework&#38;#39; ),
			&#38;#39;show_ui&#38;#39; =&#38;gt; false,
			&#38;#39;query_var&#38;#39; =&#38;gt; true,
			&#38;#39;capability_type&#38;#39; =&#38;gt; &#38;#39;post&#38;#39;,
			&#38;#39;hierarchical&#38;#39; =&#38;gt; false,
			&#38;#39;rewrite&#38;#39; =&#38;gt; false,
			&#38;#39;supports&#38;#39; =&#38;gt; array( &#38;#39;editor&#38;#39;, &#38;#39;title&#38;#39; ),
			&#38;#39;can_export&#38;#39; =&#38;gt; true,
			&#38;#39;public&#38;#39; =&#38;gt; true,
			&#38;#39;show_in_nav_menus&#38;#39; =&#38;gt; false
		) );
		}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;So you don't need to do anything with it in regards to SEO except maybe tell the plugins to leave it alone.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lynxmarketing on "What exactly is the avia_framework_post taxonomy?"</title>
			<link>http://www.kriesi.at/support/topic/what-exactly-is-the-avia_framework_post-taxonomy#post-102667</link>
			<pubDate>Fri, 22 Mar 2013 15:21:40 +0000</pubDate>
			<dc:creator>lynxmarketing</dc:creator>
			<guid isPermaLink="false">102667@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm wondering, what exactly is the avia_framework_post taxonomy? I see it referenced by SEO plugins, sitemap plugins, etc. I'm not sure if I'm supposed to hide it, noindex it, publish a sitemap for it, etc. Can you let me know how this functions in the Abundance theme and possibly give an example of it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Boris on "How to update onto V1.5!?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-update-onto-v15#post-97196</link>
			<pubDate>Mon, 18 Feb 2013 09:00:20 +0000</pubDate>
			<dc:creator>Boris</dc:creator>
			<guid isPermaLink="false">97196@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks a lot!&#60;/p&#62;
&#60;p&#62;Best&#60;/p&#62;
&#60;p&#62;Boris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to update onto V1.5!?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-update-onto-v15#post-97169</link>
			<pubDate>Mon, 18 Feb 2013 07:01:29 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">97169@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; 1) Yes, use ftp to replace the files manually.&#60;/p&#62;
&#60;p&#62;2) You can use tools like notepad++ to compare the files side by side.&#60;/p&#62;
&#60;p&#62;3) Your mail was in my spam folder. I'll answer it asap. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Boris on "How to update onto V1.5!?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-update-onto-v15#post-97070</link>
			<pubDate>Sat, 16 Feb 2013 21:14:24 +0000</pubDate>
			<dc:creator>Boris</dc:creator>
			<guid isPermaLink="false">97070@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;thanks! I made the mistake to not document my changes.&#60;br /&#62;
On the themeforest page the change-log says, that only a few files changed. e.g. styles css... wouldnt it be easier and safer just to replace the files that changed, instead of uploading/installing the whole package?&#60;/p&#62;
&#60;p&#62;Do you have any tips, how I can manage this effectively?&#60;/p&#62;
&#60;p&#62;Best&#60;/p&#62;
&#60;p&#62;Boris&#60;/p&#62;
&#60;p&#62;PS: From now on, I will commment any change I make... ;-)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to update onto V1.5!?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-update-onto-v15#post-97061</link>
			<pubDate>Sat, 16 Feb 2013 20:34:52 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">97061@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Boris,&#60;/p&#62;
&#60;p&#62;We typically don't answer direct emails as it doesn't allow a topic to be tracked or others to address it. My email actually deletes anything with a link to a topic as spam, not sure about any of the others.&#60;/p&#62;
&#60;p&#62;For updating, you just download the theme files from your downloads on themeforest. The main package will have the theme docs, license and other files inside of it as well as the actual sentence.zip file that can be uploaded through the wordpress admin as the actual theme.&#60;/p&#62;
&#60;p&#62;You can just upload that zip using the wordpress admin unless your setup doesn't allow writing over the files. In that case, you'll need to upload the theme files via FTP.&#60;/p&#62;
&#60;p&#62;If you've made any changes to the actual theme files, make a backup of all those files locally. After you update, you can check the version.txt file that was in the main package you downloaded from themeforest and see if any of your modified files were changed in the updates. If so, you'll need to re-add those changes individual instead of just writing over the entire file.&#60;/p&#62;
&#60;p&#62;Then update Wordpress to 3.5 as well as any plugins you have running since some things were changed in 3.5 and many plugins needed updating.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Boris on "How to update onto V1.5!?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-update-onto-v15#post-97053</link>
			<pubDate>Sat, 16 Feb 2013 17:54:18 +0000</pubDate>
			<dc:creator>Boris</dc:creator>
			<guid isPermaLink="false">97053@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Support,&#60;/p&#62;
&#60;p&#62;is there a how to for updating the theme?&#60;br /&#62;
I made some changes here and there, that will probably get lost, when updating/replacing files, I guess.&#60;br /&#62;
Actually I could use some real help. I already sent a mail to Peter, too. No reply, yet. Is he around?&#60;/p&#62;
&#60;p&#62;I am still running 1.01 and WP 3.4.2.&#60;/p&#62;
&#60;p&#62;Best&#60;/p&#62;
&#60;p&#62;Boris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "List of Hooks and Filters - espacially Hook to extend the theme-options"</title>
			<link>http://www.kriesi.at/support/topic/list-of-hooks-and-filters-espacially-hook-to-extend-the-theme-options#post-96886</link>
			<pubDate>Fri, 15 Feb 2013 07:46:58 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">96886@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; No, we don't have such a list yet. However as far as I know there's a filter which can help you.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;apply_filters( &#38;#39;avia_filter_global_options&#38;#39;, $database_option ) in framework\php\class-superobject.php&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I'm not aware of another filter which affects the options but you can try to search the files for &#34;apply_filters&#34;.&#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>naranili on "List of Hooks and Filters - espacially Hook to extend the theme-options"</title>
			<link>http://www.kriesi.at/support/topic/list-of-hooks-and-filters-espacially-hook-to-extend-the-theme-options#post-96733</link>
			<pubDate>Thu, 14 Feb 2013 12:44:31 +0000</pubDate>
			<dc:creator>naranili</dc:creator>
			<guid isPermaLink="false">96733@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi !&#60;/p&#62;
&#60;p&#62;I'm looking for a hook or filter to extend the array for the theme-options so i could add a new option.&#60;/p&#62;
&#60;p&#62;Is there a list of all hooks and filters that you use in the framework ?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "500 Error after saving/updating theme settings"</title>
			<link>http://www.kriesi.at/support/topic/500-error-after-savingupdating-theme-settings#post-85677</link>
			<pubDate>Wed, 28 Nov 2012 06:59:32 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">85677@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, you can use css media queries - i.e. following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;@media only screen and (min-width: 768px) {
	.title-span{display:none;}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;would just affect screens with a minimum resolution of 768px - you can change/adjust this value and set it to eg 1024px, etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickdeclercq on "500 Error after saving/updating theme settings"</title>
			<link>http://www.kriesi.at/support/topic/500-error-after-savingupdating-theme-settings#post-85608</link>
			<pubDate>Tue, 27 Nov 2012 18:00:41 +0000</pubDate>
			<dc:creator>nickdeclercq</dc:creator>
			<guid isPermaLink="false">85608@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I tried that, did not help. I also tried a clean wordpress and a clean theme install but all without success, until I decided to wipe the entire root folder and reinstall wordpress, then re-install the theme and afterwards re-adding my plugins and posts from my back-up. And now the site is back up and running. I don't know what exactly caused the problem but I know it happened simultaneously with saving changes in the theme-framework of both propulsion and eunoia. But a said now it saves without a problem and site is back up and running.&#60;/p&#62;
&#60;p&#62;Another question is it possible to write something in the custom.css saying that it should not overwrite layout.css when a mobile device is browsing the site?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "500 Error after saving/updating theme settings"</title>
			<link>http://www.kriesi.at/support/topic/500-error-after-savingupdating-theme-settings#post-85338</link>
			<pubDate>Mon, 26 Nov 2012 08:26:56 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">85338@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please check your allocated memory value ( &#60;a href=&#34;http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP&#60;/a&#62; ). I'd set it to 128M because then you're on the safe side even if you're using many third party plugins, etc.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>nickdeclercq on "500 Error after saving/updating theme settings"</title>
			<link>http://www.kriesi.at/support/topic/500-error-after-savingupdating-theme-settings#post-85225</link>
			<pubDate>Sat, 24 Nov 2012 16:32:49 +0000</pubDate>
			<dc:creator>nickdeclercq</dc:creator>
			<guid isPermaLink="false">85225@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dear,&#60;/p&#62;
&#60;p&#62;I was changing some settings in the theme settings (propulsion) and when I saved the settings I got this error:&#60;/p&#62;
&#60;p&#62;The website encountered an error while retrieving &#60;a href=&#34;http://www.ampersandphotography.eu/&#34; rel=&#34;nofollow&#34;&#62;http://www.ampersandphotography.eu/&#60;/a&#62;. It may be down for maintenance or configured incorrectly.&#60;br /&#62;
Here are some suggestions:&#60;br /&#62;
Reload this webpage later.&#60;br /&#62;
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.&#60;/p&#62;
&#60;p&#62;From that point on my site was unavailable. I was able to get my site back up and running by changing the name of the theme-folder via FTP. I retried activating the theme but got the same problem, this was with propulsion and eunoia. &#60;/p&#62;
&#60;p&#62;I restored my root to an earlier back-up and everything worked again ... until I tried to save some changes in the theme settings. I have never had this before with propulsion or corona and it is even with the new theme eunoia. So I am completely clueless at this point and would really like to start setting-up my site in the new theme.&#60;/p&#62;
&#60;p&#62;Sincerely,&#60;br /&#62;
Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Edit a framework file: how to avoid future update changes"</title>
			<link>http://www.kriesi.at/support/topic/edit-a-framework-file-how-to-avoid-future-update-changes#post-75049</link>
			<pubDate>Sun, 09 Sep 2012 10:31:08 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75049@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dietista,&#60;/p&#62;
&#60;p&#62;Glad that we could help. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dietista on "Edit a framework file: how to avoid future update changes"</title>
			<link>http://www.kriesi.at/support/topic/edit-a-framework-file-how-to-avoid-future-update-changes#post-74669</link>
			<pubDate>Thu, 06 Sep 2012 14:47:22 +0000</pubDate>
			<dc:creator>Dietista</dc:creator>
			<guid isPermaLink="false">74669@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK. It is not the &#34;perfect way&#34; but I will do it. At least this time I am writting all the changes I have done and also using a child theme for all the css modifications. Thank you Ismael and best regards from Spain.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Edit a framework file: how to avoid future update changes"</title>
			<link>http://www.kriesi.at/support/topic/edit-a-framework-file-how-to-avoid-future-update-changes#post-74473</link>
			<pubDate>Wed, 05 Sep 2012 08:33:51 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">74473@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dietista,&#60;/p&#62;
&#60;p&#62;You can the permission of that file to 444, so that it won't be overwritten during an update. This will ensure that the file will be in a read only mode. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dietista on "Edit a framework file: how to avoid future update changes"</title>
			<link>http://www.kriesi.at/support/topic/edit-a-framework-file-how-to-avoid-future-update-changes#post-74350</link>
			<pubDate>Tue, 04 Sep 2012 16:32:05 +0000</pubDate>
			<dc:creator>Dietista</dc:creator>
			<guid isPermaLink="false">74350@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have changed another file: line 63 in wp-content/themes/choices/includes/helper-social-media.php&#60;br /&#62;
&#60;code&#62;$html .= &#38;quot;&#38;lt;a href=&#38;#39;&#38;quot;.$icon[&#38;#39;social_icon_link&#38;#39;].&#38;quot;&#38;#39; target=&#38;#39;_blank&#38;#39;&#38;gt;&#38;quot;.ucfirst($icon[&#38;#39;social_icon&#38;#39;]).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I added the target='_blank' to pen the social icons in a new page. I do not want to change these files everytime I do an update. Is it possible?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dietista on "Edit a framework file: how to avoid future update changes"</title>
			<link>http://www.kriesi.at/support/topic/edit-a-framework-file-how-to-avoid-future-update-changes#post-74333</link>
			<pubDate>Tue, 04 Sep 2012 14:34:13 +0000</pubDate>
			<dc:creator>Dietista</dc:creator>
			<guid isPermaLink="false">74333@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;   I have add the alt an title tags to the logo. It is a common problem in all the themes using the avia framework. So i changed the line 395 in the function-set-avia-frontend.php file&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$logo = &#38;quot;&#38;lt;img src=&#38;quot;.$logo.&#38;quot; alt=&#38;#39;new alt information&#38;#39; title=&#38;#39;new title information&#38;#39; /&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;   Actually I am using a child theme to customize the css. Is there a way to change this information in the framework and do not lose this information in a future update of the theme?&#60;/p&#62;
&#60;p&#62;   Thank you and best regards.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Avia Framework - Web Developer?"</title>
			<link>http://www.kriesi.at/support/topic/avia-framework-web-developer#post-65576</link>
			<pubDate>Sat, 14 Jul 2012 11:00:11 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">65576@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've some spare time and I can help you with this task. If you're interested please use the contact form here: &#60;a href=&#34;http://inoplugs.com/contact/&#34; rel=&#34;nofollow&#34;&#62;http://inoplugs.com/contact/&#60;/a&#62; and send me the project details ( most important question - do you want the hover effect like the product slider shows? or just a preview thumbnail link? ). This modification is beyond the scope of the support forum and I'd help you on a freelancer basis (I'll make a quote before I start to work on the project).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bama77 on "Avia Framework - Web Developer?"</title>
			<link>http://www.kriesi.at/support/topic/avia-framework-web-developer#post-65392</link>
			<pubDate>Fri, 13 Jul 2012 08:16:12 +0000</pubDate>
			<dc:creator>Bama77</dc:creator>
			<guid isPermaLink="false">65392@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey there, &#60;/p&#62;
&#60;p&#62;Propulsion already has a carousel on the frontpage for the woocommerce shop all i want is the same function for my posts. &#60;/p&#62;
&#60;p&#62;I used odesk.com before but i did not know it is that complicated to work with this framework and the hired person sent me my payment back and said i should try to find someone else who is familiar with this framework.. &#60;/p&#62;
&#60;p&#62;There's nobody on odesk who claims he can work with this framwork.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Avia Framework - Web Developer?"</title>
			<link>http://www.kriesi.at/support/topic/avia-framework-web-developer#post-65322</link>
			<pubDate>Thu, 12 Jul 2012 23:10:31 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">65322@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Do you have any reference on this carousel slideshow that you want to create for your website? Please visit odesk.com or freelancer.com, maybe they have developers who knows something about avia framework.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Bama77 on "Avia Framework - Web Developer?"</title>
			<link>http://www.kriesi.at/support/topic/avia-framework-web-developer#post-65240</link>
			<pubDate>Thu, 12 Jul 2012 17:49:05 +0000</pubDate>
			<dc:creator>Bama77</dc:creator>
			<guid isPermaLink="false">65240@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm looking for a coder who is able to work out a request i have for my theme (propulsion).&#60;/p&#62;
&#60;p&#62;I requested a carousel for my articles / blogposts for the frontpage of my site but the coder was not able to do this because of the used framework. Can someone provide some contacts of deisgner / freelancer who know how to work with avia framwork?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to tell if you have the new Avia Framework /  and how to install it"</title>
			<link>http://www.kriesi.at/support/topic/how-to-tell-if-you-have-the-new-avia-framework-and-how-to-install-it#post-57700</link>
			<pubDate>Sun, 27 May 2012 08:33:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">57700@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Probably yes - you need to search the wp_options table for all entries which contain &#34;avia&#34; in their names. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lomoseb on "How to tell if you have the new Avia Framework /  and how to install it"</title>
			<link>http://www.kriesi.at/support/topic/how-to-tell-if-you-have-the-new-avia-framework-and-how-to-install-it#post-57358</link>
			<pubDate>Thu, 24 May 2012 08:16:52 +0000</pubDate>
			<dc:creator>lomoseb</dc:creator>
			<guid isPermaLink="false">57358@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Like tuxradio, i'd like to know if it's possible to export and import all settings from theme maybe via sql ?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tuxradio on "How to tell if you have the new Avia Framework /  and how to install it"</title>
			<link>http://www.kriesi.at/support/topic/how-to-tell-if-you-have-the-new-avia-framework-and-how-to-install-it#post-57127</link>
			<pubDate>Wed, 23 May 2012 02:38:32 +0000</pubDate>
			<dc:creator>tuxradio</dc:creator>
			<guid isPermaLink="false">57127@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You are a Godsend!  It's been mentioned that I might lose my theme options when doing this.  Can I just export theme options somehow and then simply import them back in?  If not, I'll just take screenshots of all my settings and manually do it.&#60;/p&#62;
&#60;p&#62;Either way, thank you, Mya.  Thank you much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "How to tell if you have the new Avia Framework /  and how to install it"</title>
			<link>http://www.kriesi.at/support/topic/how-to-tell-if-you-have-the-new-avia-framework-and-how-to-install-it#post-57114</link>
			<pubDate>Wed, 23 May 2012 01:00:41 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">57114@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi tuxradio,&#60;/p&#62;
&#60;p&#62;Kriesi released version 1.2.2 of Angular on May 11th which contains the updated framework. So what you'll need to do is go to your ThemeForest account and re-download the theme's zip file. &#60;/p&#62;
&#60;p&#62;To determine what files you need to update, open the document called &#34;version&#34; located in the zip's root folder. This document will tell you what files were updated so if you choose you can simply overwrite only those files on your FTP.&#60;/p&#62;
&#60;p&#62;For example, to update the framework you would log into your FTP then upload the folder /framework/ to your server.&#60;/p&#62;
&#60;p&#62;Hope this helps.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tuxradio on "How to tell if you have the new Avia Framework /  and how to install it"</title>
			<link>http://www.kriesi.at/support/topic/how-to-tell-if-you-have-the-new-avia-framework-and-how-to-install-it#post-57107</link>
			<pubDate>Tue, 22 May 2012 22:58:50 +0000</pubDate>
			<dc:creator>tuxradio</dc:creator>
			<guid isPermaLink="false">57107@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm not trying to bump this, but if there's no answer on how to determine which Framework you're using, then the Mods should go ahead and delete my other post (&#60;a href=&#34;http://www.kriesi.at/support/topic/wpml-integration)&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/wpml-integration)&#60;/a&#62;, because without knowing which version of the Framework you're using, then activating &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; in the new framework is useless.&#60;/p&#62;
&#60;p&#62;Hope someone can help with this, and again I'm still open to paying a freelancer to help with &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Cheers,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tuxradio on "How to tell if you have the new Avia Framework /  and how to install it"</title>
			<link>http://www.kriesi.at/support/topic/how-to-tell-if-you-have-the-new-avia-framework-and-how-to-install-it#post-56940</link>
			<pubDate>Tue, 22 May 2012 01:41:50 +0000</pubDate>
			<dc:creator>tuxradio</dc:creator>
			<guid isPermaLink="false">56940@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That's the question.  I only have 1-2 more questions, but this is perhaps the scariest.  If I'm running Angular 1.2.1 and downloaded this before 5/14, do I need to update?  And, if so, how.  What are the steps in upgrading the folder.  I saw where Kriesi told everyone to update to the new Framework, but not &#34;how.&#34;&#60;/p&#62;
&#60;p&#62;Thanks for the info.&#60;/p&#62;
&#60;p&#62;//rob
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
