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

		<item>
			<title>Devin on "EUNOIA - Uploaded icon/picuture used in main menu"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-uploaded-iconpicuture-used-in-main-menu#post-108456</link>
			<pubDate>Thu, 02 May 2013 15:25:20 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">108456@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ameliaamelia,&#60;/p&#62;
&#60;p&#62;Just change the css from Ismael to:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#menu-item-687 a {
background: url(../images/layout/overlay-video.png) no-repeat center;
text-indent: -9999px;
width: 52px;
height: 52px;
bottom: 25px;
position: relative;
}

#menu-item-687 a {
border: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That will keep the link active but still allow you to replace the text with an image.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ameliaamelia on "EUNOIA - Uploaded icon/picuture used in main menu"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-uploaded-iconpicuture-used-in-main-menu#post-108367</link>
			<pubDate>Thu, 02 May 2013 10:11:05 +0000</pubDate>
			<dc:creator>ameliaamelia</dc:creator>
			<guid isPermaLink="false">108367@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry it has just replaced the wrong button.&#60;/p&#62;
&#60;p&#62;How do I find out the menu item id?&#60;/p&#62;
&#60;p&#62;And what is the shortcode to like it to a url?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ameliaamelia on "EUNOIA - Uploaded icon/picuture used in main menu"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-uploaded-iconpicuture-used-in-main-menu#post-108358</link>
			<pubDate>Thu, 02 May 2013 08:36:07 +0000</pubDate>
			<dc:creator>ameliaamelia</dc:creator>
			<guid isPermaLink="false">108358@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thank you the picture is now in the main menu but the text is still showing and the picture is not linked to the page?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.supersonicspiano.com&#34; rel=&#34;nofollow&#34;&#62;http://www.supersonicspiano.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "EUNOIA - Uploaded icon/picuture used in main menu"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-uploaded-iconpicuture-used-in-main-menu#post-108346</link>
			<pubDate>Thu, 02 May 2013 07:48:00 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">108346@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Inspect the Music menu then look for the unique menu id. After that edit custom.css or Quick CSS and add this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#menu-item-687 {
background: url(../images/layout/overlay-video.png) no-repeat center;
text-indent: -9999px;
width: 52px;
height: 52px;
bottom: 25px;
position: relative;
}

#menu-item-687 a {
border: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The unique id of the menu item that I test it with is #menu-item-687. You should use the Music id instead. Width and height will depend on the image that you are going to use.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ameliaamelia on "EUNOIA - Uploaded icon/picuture used in main menu"</title>
			<link>http://www.kriesi.at/support/topic/eunoia-uploaded-iconpicuture-used-in-main-menu#post-108200</link>
			<pubDate>Wed, 01 May 2013 13:23:29 +0000</pubDate>
			<dc:creator>ameliaamelia</dc:creator>
			<guid isPermaLink="false">108200@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I was just wondering how to use an uploaded picture as a menu item. The picture will be the right size and every but im not sure how to link it.&#60;/p&#62;
&#60;p&#62;For exampe: Home &#124; About &#124; Blog &#124; Gallery &#124; (picture) &#124; log in&#60;/p&#62;
&#60;p&#62;And the picture is a music not for example.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aaron Whitfield on "How to Stop Angular from creating multiple images sizes when uploading an image?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-stop-angular-from-creating-multiple-images-sizes-when-uploading-an-image#post-102701</link>
			<pubDate>Fri, 22 Mar 2013 20:27:25 +0000</pubDate>
			<dc:creator>Aaron Whitfield</dc:creator>
			<guid isPermaLink="false">102701@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Awesome, thanks for all the help and fixing this. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to Stop Angular from creating multiple images sizes when uploading an image?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-stop-angular-from-creating-multiple-images-sizes-when-uploading-an-image#post-102648</link>
			<pubDate>Fri, 22 Mar 2013 13:25:21 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">102648@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If you are using the portfolio function at all, it needs to be automatically be resized if you want to save the user from loading the full size image for every portfolio image set.&#60;/p&#62;
&#60;p&#62;But yes, if you don't want them created you can just remove the code and it should just then use the main image file in its place and not create the other various versions.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aaron Whitfield on "How to Stop Angular from creating multiple images sizes when uploading an image?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-stop-angular-from-creating-multiple-images-sizes-when-uploading-an-image#post-102573</link>
			<pubDate>Fri, 22 Mar 2013 03:39:56 +0000</pubDate>
			<dc:creator>Aaron Whitfield</dc:creator>
			<guid isPermaLink="false">102573@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Devin,&#60;/p&#62;
&#60;p&#62;Thanks for the fast response. Like you mentioned -- all I pretty much do is upload the image and use it inside the post. Say for instance I upload example.png, I'll place the example.png image inside my post and resize it by using the little grabber/square things that show up when I click the image that allows me to drag them and resize the image (which in turn changes the HTML, hope that makes sense). I have a  &#34;Featured&#34; page set up where all I do is use the Portfolio option but have it redirect to the post I want it to when the user clicks the title/image. Then for the image that shows on top, I just use the example.png image (then I have custom CSS that helps make it appear better) -- none of the automatically created crops/resizes are used.&#60;/p&#62;
&#60;p&#62;So then theoretically, I don't need any of these custom made image sizes, right? Then so with that said, I can remove the code above?&#60;/p&#62;
&#60;p&#62;Thanks for all the help thus far. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "How to Stop Angular from creating multiple images sizes when uploading an image?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-stop-angular-from-creating-multiple-images-sizes-when-uploading-an-image#post-102571</link>
			<pubDate>Fri, 22 Mar 2013 03:31:23 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">102571@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Aaron,&#60;/p&#62;
&#60;p&#62;The theme needs to create theme for use with the portfolio, blog, widgets and things like that. Unless you are literally not using images anywhere except inside posts (even then they are used to cut down on loading time in some instances) you'll need them intact.&#60;/p&#62;
&#60;p&#62;Even still, you can try removing the functions that create them in functions.php:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;//register additional image thumbnail sizes that should be generated when user uploads an image:
global $avia_config;

$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;widget&#38;#39;] 			 	= array(&#38;#39;width&#38;#39;=&#38;gt;36,  &#38;#39;height&#38;#39;=&#38;gt;36 );						// small preview pics eg sidebar news
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;post-format-image&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;630, &#38;#39;height&#38;#39;=&#38;gt;999, &#38;#39;crop&#38;#39;=&#38;gt;false);		// big images for post format image and gallery posts
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;fullsize&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;930, &#38;#39;height&#38;#39;=&#38;gt;930, &#38;#39;crop&#38;#39;=&#38;gt;false);		// big images for lightbox and portfolio single entries
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;featured&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;930, &#38;#39;height&#38;#39;=&#38;gt;340);						// images for fullsize pages and fullsize slider
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;portfolio&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;465, &#38;#39;height&#38;#39;=&#38;gt;346);						// images for portfolio entries (2,3,4 column)
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;logo&#38;#39;] 		 		= array(&#38;#39;width&#38;#39;=&#38;gt;465, &#38;#39;height&#38;#39;=&#38;gt;220);						// images for dynamic logo/partner element

//dynamic columns
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;dynamic_1&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;446, &#38;#39;height&#38;#39;=&#38;gt;151);						// images for 2/4 (aka 1/2) dynamic portfolio columns when using 3 columns
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;dynamic_2&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;609, &#38;#39;height&#38;#39;=&#38;gt;210);						// images for 2/3 dynamic portfolio columns
$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;dynamic_3&#38;#39;] 		 	= array(&#38;#39;width&#38;#39;=&#38;gt;688, &#38;#39;height&#38;#39;=&#38;gt;151);						// images for 3/4 dynamic portfolio columns&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Aaron Whitfield on "How to Stop Angular from creating multiple images sizes when uploading an image?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-stop-angular-from-creating-multiple-images-sizes-when-uploading-an-image#post-102569</link>
			<pubDate>Fri, 22 Mar 2013 03:26:07 +0000</pubDate>
			<dc:creator>Aaron Whitfield</dc:creator>
			<guid isPermaLink="false">102569@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;So I took a look at my uploads folder and I happened to see Wordpress (or angular settings?) automatically creates various image sizes from a single image that has been uploaded. I know this is for thumbnails and large/medium/small images but I don't need any of that -- all I need is the original image that was uploaded. So with that said, how do I stop wordpress (or angular?) from creating multiple image sizes from a single image? Thanks.&#60;/p&#62;
&#60;p&#62;I tried going to Settings &#38;gt; Media and setting all the values to 0 that I could and saved the settings, then uploaded a test image, didn't work. Anything I could do in functions.php? Or is this angular creating various image sizes just in case if the theme may need it? Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Theme Download without css style"</title>
			<link>http://www.kriesi.at/support/topic/theme-download-without-css-style#post-100893</link>
			<pubDate>Tue, 12 Mar 2013 16:24:48 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100893@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Gabriel,&#60;/p&#62;
&#60;p&#62;That is correct, the main package from Themeforest includes the license, version, PSD and documentation as well as the actual theme zip which will be the theme name. That theme zip inside the main package is the one you want to upload.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TheGabriel on "Theme Download without css style"</title>
			<link>http://www.kriesi.at/support/topic/theme-download-without-css-style#post-100842</link>
			<pubDate>Tue, 12 Mar 2013 14:03:47 +0000</pubDate>
			<dc:creator>TheGabriel</dc:creator>
			<guid isPermaLink="false">100842@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Okay, thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>elames on "Theme Download without css style"</title>
			<link>http://www.kriesi.at/support/topic/theme-download-without-css-style#post-100809</link>
			<pubDate>Tue, 12 Mar 2013 12:30:45 +0000</pubDate>
			<dc:creator>elames</dc:creator>
			<guid isPermaLink="false">100809@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You  have to UNZIP the downloaded file and then upload the propulsion zip from it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>TheGabriel on "Theme Download without css style"</title>
			<link>http://www.kriesi.at/support/topic/theme-download-without-css-style#post-100808</link>
			<pubDate>Tue, 12 Mar 2013 12:18:11 +0000</pubDate>
			<dc:creator>TheGabriel</dc:creator>
			<guid isPermaLink="false">100808@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
today I wanted to update the theme from v. 1.7 to1.9. But after downloading from themeforest and try to upload the zip, wordpress mentioned me that this zip doesn`t contain css style s that the installation missed.&#60;br /&#62;
Is this right, or why does this appear?&#60;/p&#62;
&#60;p&#62;Kind Regards,&#60;br /&#62;
Gabriel
&#60;/p&#62;</description>
		</item>
		<item>
			<title>estudiakema on "installation error"</title>
			<link>http://www.kriesi.at/support/topic/installation-error-1#post-82862</link>
			<pubDate>Thu, 08 Nov 2012 12:12:40 +0000</pubDate>
			<dc:creator>estudiakema</dc:creator>
			<guid isPermaLink="false">82862@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry!&#60;/p&#62;
&#60;p&#62;Problem solved, our server capacity was limited. Our hosting supplier already extended it!&#60;/p&#62;
&#60;p&#62;We are happy to finally manage to start working with Angular!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>estudiakema on "installation error"</title>
			<link>http://www.kriesi.at/support/topic/installation-error-1#post-82861</link>
			<pubDate>Thu, 08 Nov 2012 11:54:45 +0000</pubDate>
			<dc:creator>estudiakema</dc:creator>
			<guid isPermaLink="false">82861@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;We've downloaded your Angular theme. We have the 3.4 WP version and we have followed the installation instructions on the folder documentation&#38;gt;index.html, uploading the angular.zip file.&#60;/p&#62;
&#60;p&#62;However, when we finish uploading we get this error message:&#60;br /&#62;
The uploaded file exceeds the upload_max_filesize directive in php.ini.&#60;/p&#62;
&#60;p&#62;We've unsuccessfully tried to upload the angular folder on to our ftp. Lots of errors detected.&#60;/p&#62;
&#60;p&#62;Need help! What should we do?&#60;/p&#62;
&#60;p&#62;Thank you in advance.&#60;/p&#62;
&#60;p&#62;Herminia
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Title tag of &#34;featured media&#34; is the file name instead of own set title/alt tag"</title>
			<link>http://www.kriesi.at/support/topic/title-tag-of-featured-media-is-the-file-name-instead-of-own-set-titlealt-tag#post-82450</link>
			<pubDate>Tue, 06 Nov 2012 01:21:53 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">82450@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'll make a note of it too, hadn't thought about that :)&#60;/p&#62;
&#60;p&#62;Glad its working for you now.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Title tag of &#34;featured media&#34; is the file name instead of own set title/alt tag"</title>
			<link>http://www.kriesi.at/support/topic/title-tag-of-featured-media-is-the-file-name-instead-of-own-set-titlealt-tag#post-82447</link>
			<pubDate>Tue, 06 Nov 2012 01:17:25 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">82447@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;that works like a charm! Thanks for that great advice!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Title tag of &#34;featured media&#34; is the file name instead of own set title/alt tag"</title>
			<link>http://www.kriesi.at/support/topic/title-tag-of-featured-media-is-the-file-name-instead-of-own-set-titlealt-tag#post-81870</link>
			<pubDate>Fri, 02 Nov 2012 00:02:39 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">81870@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Nicks solution works for me, you have to make sure to save your changes first, then insert the images ;) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Kriesi
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Product CSV Import Fix?"</title>
			<link>http://www.kriesi.at/support/topic/product-csv-import-fix#post-81702</link>
			<pubDate>Wed, 31 Oct 2012 14:16:02 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">81702@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! Sorry there is currently no way I can thing of to speed up the migration. &#60;/p&#62;
&#60;p&#62;The reason the theme behaves as it does is because of the sucky default gallery implementation of wordpress which automatically uses all images uploaded to an entry an dI thought I could at least change it to a way that a user has a dedicated gallery for each post and still can upload images to the post.&#60;/p&#62;
&#60;p&#62;To be honest: it wasnt probably the best execution, I totaly agree with you on that one, but by now there is not much I can do. I coul definitley implement the new gallery/slideshow system but that would break the old version, and cause distress for 2500 customers, so I decided against it...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Title tag of &#34;featured media&#34; is the file name instead of own set title/alt tag"</title>
			<link>http://www.kriesi.at/support/topic/title-tag-of-featured-media-is-the-file-name-instead-of-own-set-titlealt-tag#post-81158</link>
			<pubDate>Fri, 26 Oct 2012 10:52:49 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">81158@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You are missing a step. After the image uploads, do not hit 'insert into gallery', save it first, ( &#60;a href=&#34;http://i.imgur.com/lugAC.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/lugAC.png&#60;/a&#62; ) , then click on the image (it's the first one always) and click Insert featured image. Since its all ajax , and taking place inside the same lightbox 'popup' , it will take 2 seconds. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Title tag of &#34;featured media&#34; is the file name instead of own set title/alt tag"</title>
			<link>http://www.kriesi.at/support/topic/title-tag-of-featured-media-is-the-file-name-instead-of-own-set-titlealt-tag#post-80813</link>
			<pubDate>Tue, 23 Oct 2012 18:59:34 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80813@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks, Devin, that would be great, I will wait ...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Title tag of &#34;featured media&#34; is the file name instead of own set title/alt tag"</title>
			<link>http://www.kriesi.at/support/topic/title-tag-of-featured-media-is-the-file-name-instead-of-own-set-titlealt-tag#post-80652</link>
			<pubDate>Mon, 22 Oct 2012 16:49:32 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">80652@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi colorit2,&#60;/p&#62;
&#60;p&#62;As far as I know its an issue with how the framework manages photos. It would need to be updated by Kriesi and released as a theme updated or as part of a framework update to Avia.&#60;/p&#62;
&#60;p&#62;I've tagged Kriesi on the topic so that he is aware of it.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Title tag of &#34;featured media&#34; is the file name instead of own set title/alt tag"</title>
			<link>http://www.kriesi.at/support/topic/title-tag-of-featured-media-is-the-file-name-instead-of-own-set-titlealt-tag#post-80552</link>
			<pubDate>Sun, 21 Oct 2012 12:32:58 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80552@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, this is possible, but veeeeeeeery time consuming to do this after a huge number of uploaded files in CORONA's sliders on a lot of pages :-/&#60;/p&#62;
&#60;p&#62;Isn't there a possibility, to change some theme code, so that CORONA is using the right title tag during the upload process?&#60;br /&#62;
Wordpress itself can do this, when you upload an image within a text - so it should work within CORONA's &#34;featured media&#34; upload, too?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Title tag of &#34;featured media&#34; is the file name instead of own set title/alt tag"</title>
			<link>http://www.kriesi.at/support/topic/title-tag-of-featured-media-is-the-file-name-instead-of-own-set-titlealt-tag#post-80412</link>
			<pubDate>Fri, 19 Oct 2012 23:55:01 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">80412@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Go to Media tab then edit the title there, make sure to save it after.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>colorit2 on "Title tag of &#34;featured media&#34; is the file name instead of own set title/alt tag"</title>
			<link>http://www.kriesi.at/support/topic/title-tag-of-featured-media-is-the-file-name-instead-of-own-set-titlealt-tag#post-80387</link>
			<pubDate>Fri, 19 Oct 2012 18:55:00 +0000</pubDate>
			<dc:creator>colorit2</dc:creator>
			<guid isPermaLink="false">80387@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;When I &#34;add featured media&#34;, I set during the upload process at a page or post &#60;strong&#62;my own title and alt tag&#60;/strong&#62;:&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i50.tinypic.com/8zg2sp.jpg&#34; /&#62;&#60;/p&#62;
&#60;p&#62;My slideshow options (I do not want to show a caption!):&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i46.tinypic.com/oflug.jpg&#34; /&#62;&#60;/p&#62;
&#60;p&#62;But when I hover now over this image, then I see the &#60;strong&#62;file name&#60;/strong&#62; of this image and not, what I have set as title and alt tag during the upload process (see first screenshot):&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://i50.tinypic.com/34ytbhy.jpg&#34; /&#62;&#60;/p&#62;
&#60;p&#62;That's not looking good, how can I solve this?&#60;br /&#62;
Thanks a lot!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "enlarge the upload size"</title>
			<link>http://www.kriesi.at/support/topic/enlarge-the-upload-size#post-78336</link>
			<pubDate>Wed, 03 Oct 2012 06:50:58 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">78336@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Linda,&#60;/p&#62;
&#60;p&#62;I'm not sure if this link can help: &#60;a href=&#34;http://blog.paulgu.com/programming/increase-upload-size-in-your-phpini/&#34; rel=&#34;nofollow&#34;&#62;http://blog.paulgu.com/programming/increase-upload-size-in-your-phpini/&#60;/a&#62; or you have already tried this one. If this doesn't work, try to contact your webhost for this problem.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jong_de_linda on "enlarge the upload size"</title>
			<link>http://www.kriesi.at/support/topic/enlarge-the-upload-size#post-78327</link>
			<pubDate>Wed, 03 Oct 2012 06:02:07 +0000</pubDate>
			<dc:creator>jong_de_linda</dc:creator>
			<guid isPermaLink="false">78327@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello!&#60;/p&#62;
&#60;p&#62;I've been trying to enlarge the upload size, it's now only 8MB. I'v tried this through adapting the HTaccess files, but it didn't work out. I also tried to upload files through FTP. Then I do see my files in the folder, but I can't find them in Media in Wordpress. So I do know that I have to change it in the settings of WP and in the file /cgi-bin/php.ini, but I can't find it / can't make it work. Can you please help? Thanks in advance!&#60;/p&#62;
&#60;p&#62;Linda
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Product CSV Import Fix?"</title>
			<link>http://www.kriesi.at/support/topic/product-csv-import-fix#post-69210</link>
			<pubDate>Fri, 03 Aug 2012 08:55:19 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">69210@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I marked this thread for Kriesi's attention. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tns on "Product CSV Import Fix?"</title>
			<link>http://www.kriesi.at/support/topic/product-csv-import-fix#post-69171</link>
			<pubDate>Fri, 03 Aug 2012 06:19:29 +0000</pubDate>
			<dc:creator>tns</dc:creator>
			<guid isPermaLink="false">69171@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I understand that the Flashlight theme uses post meta to store information about the images that display on the single product page. I am migrating over from a different theme, and all of my images are already uploaded. Is there a way to somehow use the Product CSV importer in conjunction with database SQL magic to link up these images? I switched over to the new theme, and I love it aesthetically, but all of my products do not have images showing. Under the Featured Image area, all of my product images are arranged in the previous galleries, but I cannot use those and have to use the new uploader (that only lets you select from computer). I understand this is an older issue, and I have read through all previous posts, hopefully I'm providing some newer insight.&#60;/p&#62;
&#60;p&#62;I did some digging around, and I think this is the flow:&#60;br /&#62;
1a. List a product (new products using the avia framework). This creates a unique post_id under &#34;posts&#34; table. In postmeta table, the same post_id is associated with a unique meta_value.&#60;br /&#62;
1b. Old items being migrated do not have this entry created under &#34;postmeta&#34;&#60;/p&#62;
&#60;p&#62;2a. Another entry is created in &#34;posts&#34; with a unique ID (different from post_id), but has a value called post_title (styled: &#34;avia_smart_gallery_of_post_meta_value&#34;). This meta_value links this to the post_id.&#60;br /&#62;
2b. Old items being migrated do not have this entry created under &#34;posts&#34;&#60;/p&#62;
&#60;p&#62;3. When images are added, unique entries are created under &#34;posts&#34; with unique ID (different from above ID and post_id). post_parent value links this image entry to step 2.&#60;/p&#62;
&#60;p&#62;Thus in a roundabout way, the image (step 3) is linked to an custom-created (and seemingly unnecessary - please feel free to bash me later about this) identifier in post_meta (step 2) that is then linked to the post_id in &#34;posts&#34; (step 1).&#60;/p&#62;
&#60;p&#62;The trouble here is I don't want to manually create these separate entries (steps 1b and 2b) for each item that existed previously to link the images (step 3).&#60;/p&#62;
&#60;p&#62;Can anything be done to help speed up this migration? Why on earth did kriesi do it this way (sorry bro had to call you out on this one, the rest of the theme is beautiful though)?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
