<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<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>Cosmothemes &#187; Tag: upload - Recent Posts</title>
		<link>http://cosmothemes.com/forums/tags/upload</link>
		<description>Cosmothemes support forums</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 23:18:05 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://cosmothemes.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://cosmothemes.com/forums/rss/tags/upload" rel="self" type="application/rss+xml" />

		<item>
			<title>mkol on "Uploading doing endless loop, never uploads item"</title>
			<link>http://cosmothemes.com/forums/topic/6625#post-24165</link>
			<pubDate>Thu, 23 May 2013 08:28:58 +0000</pubDate>
			<dc:creator>mkol</dc:creator>
			<guid isPermaLink="false">24165@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;Has anybody an idea? &#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nicolae on "Need some help!!!!"</title>
			<link>http://cosmothemes.com/forums/topic/7502#post-24158</link>
			<pubDate>Thu, 23 May 2013 07:21:36 +0000</pubDate>
			<dc:creator>Nicolae</dc:creator>
			<guid isPermaLink="false">24158@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
that snippet repeats couple of times in the post_item.php, so if you have other post items enabled, you should revise that as well.&#60;br /&#62;
Yes, it's a bug related to AJAX requests - it does the request, and waits for the response. In the meantime it does not accept another request. We'll think how to solve this bug, hope in the next update this will be fixed.&#60;/p&#62;
&#60;p&#62;Cheers!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mkol on "Uploading doing endless loop, never uploads item"</title>
			<link>http://cosmothemes.com/forums/topic/6625#post-24118</link>
			<pubDate>Wed, 22 May 2013 11:37:59 +0000</pubDate>
			<dc:creator>mkol</dc:creator>
			<guid isPermaLink="false">24118@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;short update: with firefox it's working. why not with safari ? &#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mkol on "Uploading doing endless loop, never uploads item"</title>
			<link>http://cosmothemes.com/forums/topic/6625#post-24117</link>
			<pubDate>Wed, 22 May 2013 11:16:39 +0000</pubDate>
			<dc:creator>mkol</dc:creator>
			<guid isPermaLink="false">24117@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Hi!&#60;/p&#62;
&#60;p&#62;I have the same issue with uploading an image  - an endless blue loop. No upload is possible.&#60;br /&#62;
I am testing the site on my local mac machine. &#60;/p&#62;
&#60;p&#62;thanks,&#60;/p&#62;
&#60;p&#62;br&#60;br /&#62;
martin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jadobulku on "Need some help!!!!"</title>
			<link>http://cosmothemes.com/forums/topic/7502#post-24091</link>
			<pubDate>Tue, 21 May 2013 17:37:52 +0000</pubDate>
			<dc:creator>jadobulku</dc:creator>
			<guid isPermaLink="false">24091@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;3. I even tried that on your demo at themeforest, its still the same, when I refresh only some of them are hearted, you can try that for yourself, open your demo and heart all of the pictures at that page, than reload... :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jadobulku on "Need some help!!!!"</title>
			<link>http://cosmothemes.com/forums/topic/7502#post-24090</link>
			<pubDate>Tue, 21 May 2013 17:23:32 +0000</pubDate>
			<dc:creator>jadobulku</dc:creator>
			<guid isPermaLink="false">24090@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;1. No I removed these from Wp editor at post_item.php&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;field row&#38;quot;&#38;gt;
				&#38;lt;div class=&#38;quot;two columns&#38;quot;&#38;gt;
				&#38;lt;h4&#38;gt;&#38;lt;?php _e(&#38;#039;Text content&#38;#039;,&#38;#039;cosmotheme&#38;#039;)?&#38;gt;&#38;lt;/h4&#38;gt;
				&#38;lt;/div&#38;gt;
				&#38;lt;div class=&#38;quot;ten columns&#38;quot;&#38;gt;
				&#38;lt;?php
					if(class_exists(&#38;#039;WP_Editor&#38;#039;)){
						global $wp_editor;
						$media_bar = false; /* set to true to show the media bar */
						$settings = array(); /* additional settings, */
                        if(isset($action_edit_image)){
                            echo $wp_editor-&#38;gt;editor($post_edit -&#38;gt; post_content, &#38;#039;image_content&#38;#039;, $settings, $media_bar);
                        }else{
                            echo $wp_editor-&#38;gt;editor(&#38;#039;&#38;#039;, &#38;#039;image_content&#38;#039;, $settings, $media_bar);
                        }
					}else{
						if(isset($action_edit_image)){
							wp_editor($post_edit -&#38;gt; post_content,&#38;#039;image_content&#38;#039;);
						}else{
							wp_editor(&#38;#039;&#38;#039;,&#38;#039;image_content&#38;#039;);
						}

					}
				?&#38;gt;
				&#38;lt;/div&#38;gt;
			&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2. Ok, thanks&#60;br /&#62;
3.I am sure that I'm not using any cache plugins... What should I do... Maybe it's because I try to 'heart' many pictures rapidly... ???
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nicolae on "Need some help!!!!"</title>
			<link>http://cosmothemes.com/forums/topic/7502#post-24068</link>
			<pubDate>Tue, 21 May 2013 13:00:00 +0000</pubDate>
			<dc:creator>Nicolae</dc:creator>
			<guid isPermaLink="false">24068@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Hi Jadobulku,&#60;br /&#62;
thank you for your kind words, we appreciate that.&#60;br /&#62;
1. How did you removed &#34;text content&#34;? From here? &#60;a href=&#34;http://i.imgur.com/DsGVWg1.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/DsGVWg1.png&#60;/a&#62; If so, and you have the other submission enabled, users can enter text content there as well. So you might revise that.&#60;br /&#62;
2. This feature must be implemented, there is no default option for that.&#60;br /&#62;
3. Please check your cache plugin on your site (if you have it) - stop caching pages, as AJAX requests from hearts are not working if responses from server are cached.&#60;/p&#62;
&#60;p&#62;Cheers!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jadobulku on "Need some help!!!!"</title>
			<link>http://cosmothemes.com/forums/topic/7502#post-23983</link>
			<pubDate>Mon, 20 May 2013 03:00:35 +0000</pubDate>
			<dc:creator>jadobulku</dc:creator>
			<guid isPermaLink="false">23983@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Great theme btw, I love it...&#60;br /&#62;
1. I removed the &#34;Text Content&#34; from uploading page because I don't want my users to write texts, but the problem is that somehow some of them still menage to upload images from text content and on the home page of the posts, it says NO IMAGE, and also write text... How that happens and how can I remove that too?&#60;/p&#62;
&#60;p&#62;2. How can I edit so users can only upload One Pic at a time, not like a Portofolio?&#60;/p&#62;
&#60;p&#62;3. When I heart images, and I reload, only some of them actually get 'hearted', I have to heart them again and again, I did not leave the page until I was sure that leaving too soon wasn't the problem...&#60;/p&#62;
&#60;p&#62;Best Regards Jadobulku
&#60;/p&#62;</description>
		</item>
		<item>
			<title>plutonash on "Uploading doing endless loop, never uploads item"</title>
			<link>http://cosmothemes.com/forums/topic/6625#post-23925</link>
			<pubDate>Fri, 17 May 2013 14:27:25 +0000</pubDate>
			<dc:creator>plutonash</dc:creator>
			<guid isPermaLink="false">23925@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;I'm having the same problem but this problem seems to be with videos of a certain files size only. How do I fix it? My email address is &#60;a href=&#34;mailto:plutonash13@hotmail.com&#34;&#62;plutonash13@hotmail.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nicolae on "Users Can&#039;t Upload Image (Media) via Frontend"</title>
			<link>http://cosmothemes.com/forums/topic/7078#post-23567</link>
			<pubDate>Thu, 09 May 2013 11:50:23 +0000</pubDate>
			<dc:creator>Nicolae</dc:creator>
			<guid isPermaLink="false">23567@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
the problem is in &#34;subscriber&#34; permission, as if you upload something like &#34;admin&#34; (what I did in my previous post) it's uploading without problems.&#60;br /&#62;
We are working right now to find the cause that throws this issue.&#60;/p&#62;
&#60;p&#62;Best regards, Nicolae
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robins on "Users Can&#039;t Upload Image (Media) via Frontend"</title>
			<link>http://cosmothemes.com/forums/topic/7078#post-23388</link>
			<pubDate>Tue, 07 May 2013 06:37:36 +0000</pubDate>
			<dc:creator>robins</dc:creator>
			<guid isPermaLink="false">23388@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Hi. Sorry, you got it wrong.&#60;/p&#62;
&#60;p&#62;I can’t ‘Add Media’ in Text mode (&#60;a href=&#34;http://i.imgur.com/DLui42J.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/DLui42J.jpg&#60;/a&#62;) and I got the same error on your serpent’s demo (&#60;a href=&#34;http://i.imgur.com/3DwEPvw.jpg)&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/3DwEPvw.jpg)&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;I have no problem at all uploading images on Image mode.&#60;/p&#62;
&#60;p&#62;Any progress?&#60;/p&#62;
&#60;p&#62;Regards&#60;/p&#62;
&#60;p&#62;PS: I already posted the above message a few days ago in CodeCanyon.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>footwearget on "How to install the theme. Can not install the theme, missing style.css"</title>
			<link>http://cosmothemes.com/forums/topic/4436#post-23341</link>
			<pubDate>Sun, 05 May 2013 02:10:05 +0000</pubDate>
			<dc:creator>footwearget</dc:creator>
			<guid isPermaLink="false">23341@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;In the last month organized by the Mexican international &#60;a href=&#34;http://footwearget.com&#34;&#62;wholesale&#60;/a&#62; shoe exhibition, suppliers and sellers get a lot of orders.&#60;br /&#62;
    The Association of ANPIC CICUR cooperation with the Government.Continue to provide support for the wholesale footwear,Strengthening stop &#60;a href=&#34;http://footwearget.com&#34;&#62;China wholesale&#60;/a&#62; footwear imports,Domestic shoe factory wholesale operation significantly improved,Footwear factory operation significantly improved,Last week, the U.S. wholesale wet blue leather to Mexico a total of 64,300,This is the highest level since last June.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nicolae on "Users Can&#039;t Upload Image (Media) via Frontend"</title>
			<link>http://cosmothemes.com/forums/topic/7078#post-23219</link>
			<pubDate>Thu, 02 May 2013 08:33:50 +0000</pubDate>
			<dc:creator>Nicolae</dc:creator>
			<guid isPermaLink="false">23219@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
I tried with my colleague as well, it's working OK from our point of view: &#60;a href=&#34;https://www.diigo.com/item/image/3w1pj/46jg&#34; rel=&#34;nofollow&#34;&#62;https://www.diigo.com/item/image/3w1pj/46jg&#60;/a&#62; . It could be a permission problem (please verify what permission has your user). Please re-apply if you still have this problem.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robins on "Users Can&#039;t Upload Image (Media) via Frontend"</title>
			<link>http://cosmothemes.com/forums/topic/7078#post-22889</link>
			<pubDate>Sat, 27 Apr 2013 00:38:03 +0000</pubDate>
			<dc:creator>robins</dc:creator>
			<guid isPermaLink="false">22889@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Any update on this issue? &#60;/p&#62;
&#60;p&#62;Thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robins on "Users Can&#039;t Upload Image (Media) via Frontend"</title>
			<link>http://cosmothemes.com/forums/topic/7078#post-22825</link>
			<pubDate>Fri, 26 Apr 2013 04:06:59 +0000</pubDate>
			<dc:creator>robins</dc:creator>
			<guid isPermaLink="false">22825@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I can't upload image (media) via front end. &#60;/p&#62;
&#60;p&#62;Here are the things that I've tried to fix the problem:&#60;/p&#62;
&#60;p&#62;- Reinstall Wordpress 3.5.1 (I have a fresh Wordpress install before)&#60;br /&#62;
- Deactivate all of plugins&#60;/p&#62;
&#60;p&#62;But I still can't upload image (media) via front end. I kept getting this error: An error occurred in the upload. Please try again later.&#60;/p&#62;
&#60;p&#62;Then I tried to upload image (media) in Serpent demo page (&#60;a href=&#34;http://demo.cosmothemes.com/serpent/submit/&#34; rel=&#34;nofollow&#34;&#62;http://demo.cosmothemes.com/serpent/submit/&#60;/a&#62;) and I got the same error. I think there is a bug in Serpent theme.&#60;/p&#62;
&#60;p&#62;Could you please check this problem? I've read almost all of the questions in the forum and another websites but I can't find the specific solution for serpent theme.&#60;/p&#62;
&#60;p&#62;Thank you&#60;br /&#62;
Robin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nicolae on "How to update the theme"</title>
			<link>http://cosmothemes.com/forums/topic/4437#post-22661</link>
			<pubDate>Tue, 23 Apr 2013 11:37:16 +0000</pubDate>
			<dc:creator>Nicolae</dc:creator>
			<guid isPermaLink="false">22661@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;for any issues with themes, please open a topic in your theme's compartment. Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>somarcio on "How to update the theme"</title>
			<link>http://cosmothemes.com/forums/topic/4437#post-22617</link>
			<pubDate>Mon, 22 Apr 2013 13:54:27 +0000</pubDate>
			<dc:creator>somarcio</dc:creator>
			<guid isPermaLink="false">22617@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;How ARQUICHES you update into the version 0.7??&#60;br /&#62;
Please, i need send only archives update.&#60;br /&#62;
I dont find this log version 0.7&#60;br /&#62;
Tks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nicolae on "Upload error"</title>
			<link>http://cosmothemes.com/forums/topic/6815#post-22386</link>
			<pubDate>Wed, 17 Apr 2013 09:00:32 +0000</pubDate>
			<dc:creator>Nicolae</dc:creator>
			<guid isPermaLink="false">22386@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Ok, glad you found the solution! Thank you for reporting!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>homeworks on "Upload error"</title>
			<link>http://cosmothemes.com/forums/topic/6815#post-22189</link>
			<pubDate>Fri, 12 Apr 2013 16:05:37 +0000</pubDate>
			<dc:creator>homeworks</dc:creator>
			<guid isPermaLink="false">22189@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;well, my host provider was attacked and also i installed a new plugin… I uninstalled the plugin and the ddos attack passaed away… so now it's ok, (but i guess it was the plugin's fault)… :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nicolae on "Upload error"</title>
			<link>http://cosmothemes.com/forums/topic/6815#post-22172</link>
			<pubDate>Fri, 12 Apr 2013 08:02:01 +0000</pubDate>
			<dc:creator>Nicolae</dc:creator>
			<guid isPermaLink="false">22172@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
it looks more to be a server error, so you can start troubleshooting from you server's error log file (it will describe in more details why you have this errors). Next, try to increase in php.ini all values for:&#60;br /&#62;
a) max_execution_time&#60;br /&#62;
b) memory_limit&#60;br /&#62;
c) post_max_size&#60;br /&#62;
d) upload_max_filesize&#60;br /&#62;
Also, for 404 Error, please go to Settings &#38;gt; Permalinks &#38;gt; and press Save Changes (just that).&#60;/p&#62;
&#60;p&#62;Ok, looking forward for your successful feedback. Cheers!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>homeworks on "Upload error"</title>
			<link>http://cosmothemes.com/forums/topic/6815#post-22096</link>
			<pubDate>Thu, 11 Apr 2013 10:03:39 +0000</pubDate>
			<dc:creator>homeworks</dc:creator>
			<guid isPermaLink="false">22096@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Hi!. I'm having an error when i try to upload/select an element for the slideshow, featured image, etc.&#60;br /&#62;
what i got is:&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Internal Server Error&#60;/p&#62;
&#60;p&#62;The server encountered an internal error or misconfiguration and was unable to complete your request.&#60;/p&#62;
&#60;p&#62;Please contact the server administrator, &#60;a href=&#34;mailto:webadmin@kundenserver.de&#34;&#62;webadmin@kundenserver.de&#60;/a&#62; and inform them of the time the error occurred, and anything you might have done that may have caused the error.&#60;/p&#62;
&#60;p&#62;More information about this error may be available in the server error log.&#60;/p&#62;
&#60;p&#62;Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;What is it? Yesterday all went well…
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jordef on "How to update the theme"</title>
			<link>http://cosmothemes.com/forums/topic/4437#post-22017</link>
			<pubDate>Wed, 10 Apr 2013 12:14:51 +0000</pubDate>
			<dc:creator>jordef</dc:creator>
			<guid isPermaLink="false">22017@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.juicycouturejc.co.uk/&#34;&#62;cheap moist couture&#60;/a&#62; mostly would certainly handle garments and also components for girls. The particular make regarding guys provides started out not too long ago. Bags, shoes, t-shirts, scents, denim jeans, and also tracksuits? every one of these can be bought simply by Moist Couture. The particular velour tracksuit will be their particular unique merchandise. Nonetheless, it is a extremely high-end artist tag thin garments are expensive. They could be provided mostly simply by superstars. It is extremely hard for your frequent person to get authentic Moist Couture garments or perhaps components. Hence, as i has been declaring, several sites are already exposed which may have any from suppliers Moist Couture assortment, as well as the rates are really lower. In order to acquire low-cost Moist Couture garments, you then should truly check out these kinds of sites. The firms are usually mostly situated in Cina, &#60;a href=&#34;http://www.juicycouturejc.co.uk&#34; rel=&#34;nofollow&#34;&#62;http://www.juicycouturejc.co.uk&#60;/a&#62; and so they employ a shut relationship with all the authentic brand name. This is the reason they can get yourself a assortment that they can easily promote with a extremely backed value. Furthermore, individuals you can find professionals with creating identical. They will cause them to become thus properly in which no-one should be able to identify among a genuine plus a copy! This way, it is extremely useful for many who can not spend the money for authentic brand name. Showing everything you are usually sporting will be a problem today? when you are receiving one thing related, and also with a less costly value, next you will want to do it?&#60;/p&#62;
&#60;p&#62;These kinds of sites are really excellent areas to search regarding low-cost&#60;br /&#62;
&#60;a href=&#34;http://www.juicycouturejc.co.uk/juicy-couture-tracksuits-product-48. html&#34;&#62;juicy couture tracksuits&#60;/a&#62;. They cannot bargain about top quality nonetheless, and also because of this, they've got enticed many individuals throughout the world. They supply great customer care, and also there is certainly an alternative referred to as stay talk to talk with the consumer attention exec. A genuine little bit of garments would certainly are expensive, yet low-cost Moist Couture goods offered by these kinds of internet vendors begin from only $20 USD! These kinds of sites are usually authentic. They will employ a quickly and also trustworthy shipping and delivery method, and so they acknowledge virtually any function regarding transaction. Additionally, you will need to just pay once you get the merchandise. Consider you can forget, check out one of these brilliant sites, browse the low-cost Moist Couture assortment, and buy several yourself. Friends and family will definitely be jealous of an individual!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>somarcio on "How to update the theme"</title>
			<link>http://cosmothemes.com/forums/topic/4437#post-21827</link>
			<pubDate>Thu, 04 Apr 2013 14:00:57 +0000</pubDate>
			<dc:creator>somarcio</dc:creator>
			<guid isPermaLink="false">21827@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;How ARQUICHES you update into the version 0.7??&#60;br /&#62;
Please, i need send only archives update.&#60;br /&#62;
Tks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mcintosh101 on "Different questions about the theme"</title>
			<link>http://cosmothemes.com/forums/topic/6523#post-21769</link>
			<pubDate>Tue, 02 Apr 2013 22:32:20 +0000</pubDate>
			<dc:creator>mcintosh101</dc:creator>
			<guid isPermaLink="false">21769@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Hi Nicolae,&#60;/p&#62;
&#60;p&#62;Thank you for the latest information. :) That's everything sorted as mucha s it can be for now!&#60;/p&#62;
&#60;p&#62;Thank you for the help!&#60;/p&#62;
&#60;p&#62;Alex.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cheapest tablets on "How to update the theme"</title>
			<link>http://cosmothemes.com/forums/topic/4437#post-21594</link>
			<pubDate>Thu, 28 Mar 2013 09:44:49 +0000</pubDate>
			<dc:creator>cheapest tablets</dc:creator>
			<guid isPermaLink="false">21594@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Thank you for making the&#60;br /&#62;
&#60;strong&#62;&#60;a href=&#34;http://www.priceangels.com/-t467.html&#34;&#62;cheap tablet&#60;/a&#62;&#60;/strong&#62;&#60;br /&#62;
 effort to go over this, Personally i think strongly about this and love learning more about this subject. If at all possible, while you gain expertise, can you mind upgrading your site with extra information? It's very helpful for me personally&#60;br /&#62;
&#60;strong&#62;&#60;a href=&#34;http://www.priceangels.com/-t467.html&#34;&#62;cheapest tablets&#60;/a&#62;&#60;/strong&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nicolae on "Uploading doing endless loop, never uploads item"</title>
			<link>http://cosmothemes.com/forums/topic/6625#post-21592</link>
			<pubDate>Thu, 28 Mar 2013 09:30:46 +0000</pubDate>
			<dc:creator>Nicolae</dc:creator>
			<guid isPermaLink="false">21592@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;it's not about the code... a lot of our clients are using this theme, but only couple of them are experiencing this problem.&#60;/p&#62;
&#60;p&#62;I will send you an email. &#60;/p&#62;
&#60;p&#62;Cheers!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nicolae on "Problem with the image upload in the frontend"</title>
			<link>http://cosmothemes.com/forums/topic/6583#post-21591</link>
			<pubDate>Thu, 28 Mar 2013 08:49:59 +0000</pubDate>
			<dc:creator>Nicolae</dc:creator>
			<guid isPermaLink="false">21591@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;please give us more details (check my previous message) as we can't reproduce this error. Please verify also if the theme is installed correctly (check here:http://cosmothemes.com/forums/topic/4436).&#60;br /&#62;
Do you have any JavaScript errors? Are the images big in filesize?&#60;/p&#62;
&#60;p&#62;Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nicolae on "Different questions about the theme"</title>
			<link>http://cosmothemes.com/forums/topic/6523#post-21557</link>
			<pubDate>Wed, 27 Mar 2013 08:58:56 +0000</pubDate>
			<dc:creator>Nicolae</dc:creator>
			<guid isPermaLink="false">21557@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;you can use only one comment type by default. Although, if you want both commenting instruments in footer, open /eltoro/single.php, and at the almost end of the file add next line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
        }
    ?&#38;gt;
&#38;lt;/section&#38;gt;
&#38;lt;?php get_footer(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;add it like that:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
        }
    ?&#38;gt;
&#38;lt;?php comments_template( &#38;#039;&#38;#039;, true ); ?&#38;gt;
&#38;lt;/section&#38;gt;
&#38;lt;?php get_footer(); ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You'll have next result: &#60;a href=&#34;http://i.imgur.com/Vl8AsYz.png&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/Vl8AsYz.png&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Registration is thru this pop-up window: &#60;a href=&#34;http://i.imgur.com/xG0MY9L.jpg&#34; rel=&#34;nofollow&#34;&#62;http://i.imgur.com/xG0MY9L.jpg&#60;/a&#62;. It's more a window than a page. Customizing this is already up to you by modifying those forms in HTML.&#60;/p&#62;
&#60;p&#62;For latest uploads we do not have something else than those solutions I described in previous comments. Try to search for a plugin, there should be something.&#60;/p&#62;
&#60;p&#62;Cheers!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cheapest tablets on "How to install the theme. Can not install the theme, missing style.css"</title>
			<link>http://cosmothemes.com/forums/topic/4436#post-21556</link>
			<pubDate>Wed, 27 Mar 2013 08:11:58 +0000</pubDate>
			<dc:creator>cheapest tablets</dc:creator>
			<guid isPermaLink="false">21556@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;I truly understand why wonderful publish you have deliver to us. I assure this is advantageous for most people.http://www.priceangels.com/-t467.html
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Shift on "Uploading doing endless loop, never uploads item"</title>
			<link>http://cosmothemes.com/forums/topic/6625#post-21543</link>
			<pubDate>Tue, 26 Mar 2013 23:28:10 +0000</pubDate>
			<dc:creator>Shift</dc:creator>
			<guid isPermaLink="false">21543@http://cosmothemes.com/forums/</guid>
			<description>&#60;p&#62;I'm unable to edit my post but I wanted to give an update and say that although it does upload an image, it takes 5-10 minutes to upload a 150KB image...
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
