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

		<item>
			<title>Dude on "Getting rid of the tags in blog page and read more translation"</title>
			<link>http://www.kriesi.at/support/topic/getting-rid-of-the-tags-in-blog-page-and-read-more-translation#post-62974</link>
			<pubDate>Sat, 30 Jun 2012 07:00:56 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">62974@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Glad that the issue is solved now :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>leocantoemello on "Getting rid of the tags in blog page and read more translation"</title>
			<link>http://www.kriesi.at/support/topic/getting-rid-of-the-tags-in-blog-page-and-read-more-translation#post-62447</link>
			<pubDate>Wed, 27 Jun 2012 14:10:16 +0000</pubDate>
			<dc:creator>leocantoemello</dc:creator>
			<guid isPermaLink="false">62447@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Mya,&#60;br /&#62;
Reading it again I've noticed you have put the option to insert the tag in the quick css. Then I tried, and then it did work!&#60;br /&#62;
So, many thanks. Problem solved.&#60;br /&#62;
Regards&#60;br /&#62;
Leonardo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>leocantoemello on "Getting rid of the tags in blog page and read more translation"</title>
			<link>http://www.kriesi.at/support/topic/getting-rid-of-the-tags-in-blog-page-and-read-more-translation#post-62247</link>
			<pubDate>Tue, 26 Jun 2012 13:22:53 +0000</pubDate>
			<dc:creator>leocantoemello</dc:creator>
			<guid isPermaLink="false">62247@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry, it doesn't work...&#60;br /&#62;
Regarding the tags:&#60;br /&#62;
In upscale, the custom.css file is a empty file, there is only one comment there. Anyway I've inserted the line you wrote, with the page ID 56 (checked in the browser), but it had no results.&#60;br /&#62;
Regarding the translations:&#60;br /&#62;
Both the archive.php and the template_blog.php don't have any line regarding the &#34;read more&#34;.&#60;/p&#62;
&#60;p&#62;May you help me?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Getting rid of the tags in blog page and read more translation"</title>
			<link>http://www.kriesi.at/support/topic/getting-rid-of-the-tags-in-blog-page-and-read-more-translation#post-62133</link>
			<pubDate>Tue, 26 Jun 2012 03:08:03 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">62133@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi leocantoeme,&#60;/p&#62;
&#60;p&#62;To answer your first question you would need to add the following to your custom.css or Quick CSS under Theme Options.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;body.page-id-## .blog-tags {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The ## should be replaced with the ID of your Blog page. You can find this either by &#34;View Source&#34; or &#34;Page Source&#34; in your browser and looking at the BODY tag.&#60;/p&#62;
&#60;p&#62;Example:&#60;br /&#62;
&#60;code&#62;&#38;lt;body id=&#38;quot;top&#38;quot; class=&#38;quot;page page-id-56 page-template-default&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You can translate the Read More button by editing the templates &#60;strong&#62;template_blog.php&#60;/strong&#62; and &#60;strong&#62;single.php&#60;/strong&#62;. The line you're looking for is:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;the_content(&#38;#39;Read more&#38;#39;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You'll also want to edit &#60;strong&#62;archive.php&#60;/strong&#62; at this line:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;&#38;lt;?php echo get_permalink(); ?&#38;gt;&#38;quot; class=&#38;quot;more-link&#38;quot;&#38;gt;Read more&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You said Blog page but in case you want to translate for the Portfolio section as well you would edit the same line as you did in archive.php except you the template you edit would be &#60;strong&#62;template_portfolio.php&#60;/strong&#62;.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Exclude Pages from Search"</title>
			<link>http://www.kriesi.at/support/topic/exclude-pages-from-search#post-61988</link>
			<pubDate>Mon, 25 Jun 2012 07:04:36 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">61988@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I think this is more of a Wordpress issue than a theme issue. I think you can use this &#60;a href=&#34;http://wordpress.org/support/topic/excluding-pages-from-search-results&#34;&#62;link&#60;/a&#62; as a reference. Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>futec on "images with no lightbox but with the possibility to download it"</title>
			<link>http://www.kriesi.at/support/topic/images-with-no-lightbox-but-with-the-possibility-to-download-it#post-61671</link>
			<pubDate>Fri, 22 Jun 2012 10:58:46 +0000</pubDate>
			<dc:creator>futec</dc:creator>
			<guid isPermaLink="false">61671@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;no .. only for special links ... for download print ready images.&#60;br /&#62;
to provide it like press service&#60;/p&#62;
&#60;p&#62;but i have fix it with a plugin: (wordpress download monitor)&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/extend/plugins/download-monitor/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/download-monitor/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DatexCorp on "Exclude Pages from Search"</title>
			<link>http://www.kriesi.at/support/topic/exclude-pages-from-search#post-61458</link>
			<pubDate>Thu, 21 Jun 2012 17:01:42 +0000</pubDate>
			<dc:creator>DatexCorp</dc:creator>
			<guid isPermaLink="false">61458@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks I did not even think about going that route!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>leocantoemello on "Getting rid of the tags in blog page and read more translation"</title>
			<link>http://www.kriesi.at/support/topic/getting-rid-of-the-tags-in-blog-page-and-read-more-translation#post-61426</link>
			<pubDate>Thu, 21 Jun 2012 14:10:48 +0000</pubDate>
			<dc:creator>leocantoemello</dc:creator>
			<guid isPermaLink="false">61426@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello? Any answers?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "images with no lightbox but with the possibility to download it"</title>
			<link>http://www.kriesi.at/support/topic/images-with-no-lightbox-but-with-the-possibility-to-download-it#post-61369</link>
			<pubDate>Thu, 21 Jun 2012 09:45:04 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">61369@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Will you consider deactivating lightbox entirely?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Exclude Pages from Search"</title>
			<link>http://www.kriesi.at/support/topic/exclude-pages-from-search#post-61329</link>
			<pubDate>Thu, 21 Jun 2012 06:50:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">61329@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) You can use plugins like &#60;a href=&#34;http://wordpress.org/extend/plugins/relevanssi/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/relevanssi/&#60;/a&#62; - it allows you to exclude certain pages from the search.&#60;/p&#62;
&#60;p&#62;2) You can use widget logic: &#60;a href=&#34;http://wordpress.org/extend/plugins/widget-logic/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/widget-logic/&#60;/a&#62; to display certain widgets on the search page. Add the widgets to the &#34;Displayed Everywhere&#34; area and add following condition:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;is_search()&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;into the widget logic field.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DatexCorp on "Exclude Pages from Search"</title>
			<link>http://www.kriesi.at/support/topic/exclude-pages-from-search#post-61195</link>
			<pubDate>Wed, 20 Jun 2012 18:05:02 +0000</pubDate>
			<dc:creator>DatexCorp</dc:creator>
			<guid isPermaLink="false">61195@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Any suggestions yet?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>futec on "images with no lightbox but with the possibility to download it"</title>
			<link>http://www.kriesi.at/support/topic/images-with-no-lightbox-but-with-the-possibility-to-download-it#post-61107</link>
			<pubDate>Wed, 20 Jun 2012 10:12:09 +0000</pubDate>
			<dc:creator>futec</dc:creator>
			<guid isPermaLink="false">61107@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hello, &#60;/p&#62;
&#60;p&#62;We want to offer the possibility to download printable images on a extra press service page.&#60;/p&#62;
&#60;p&#62;Wenn we include an image with a link or ony a textlik .. it will be open in the lightbox an it get no posibility to download the image.&#60;/p&#62;
&#60;p&#62;thx for support and best regards&#60;br /&#62;
Christian
&#60;/p&#62;</description>
		</item>
		<item>
			<title>leocantoemello on "Getting rid of the tags in blog page and read more translation"</title>
			<link>http://www.kriesi.at/support/topic/getting-rid-of-the-tags-in-blog-page-and-read-more-translation#post-61058</link>
			<pubDate>Wed, 20 Jun 2012 03:15:18 +0000</pubDate>
			<dc:creator>leocantoemello</dc:creator>
			<guid isPermaLink="false">61058@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Dear dudes,&#60;br /&#62;
1 - How may I get rid ot the tags in blog page - not the post pages&#60;br /&#62;
2 - How may I translate the 'read more' button in blog page&#60;br /&#62;
Thanks in advance for your help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DatexCorp on "Exclude Pages from Search"</title>
			<link>http://www.kriesi.at/support/topic/exclude-pages-from-search#post-60935</link>
			<pubDate>Tue, 19 Jun 2012 13:30:31 +0000</pubDate>
			<dc:creator>DatexCorp</dc:creator>
			<guid isPermaLink="false">60935@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Also can I add an addendum to the above question, how can I change the sidebar in the Search Result Page?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>DatexCorp on "Exclude Pages from Search"</title>
			<link>http://www.kriesi.at/support/topic/exclude-pages-from-search#post-60929</link>
			<pubDate>Tue, 19 Jun 2012 13:05:14 +0000</pubDate>
			<dc:creator>DatexCorp</dc:creator>
			<guid isPermaLink="false">60929@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, Is their a way to exclude pages from the site search in the Theme?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Upscale background images"</title>
			<link>http://www.kriesi.at/support/topic/upscale-background-images#post-58117</link>
			<pubDate>Wed, 30 May 2012 15:57:34 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">58117@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi adilshah,&#60;/p&#62;
&#60;p&#62;You can change the color that's used in conjunction with the header/footer image in Theme Options&#38;gt;Layout &#38;amp; Settings &#38;gt;Primary Color.&#60;/p&#62;
&#60;p&#62;To actually change the image, you can replace the file in: upscale&#38;gt;images&#38;gt;bg_shapes.png with the one you'd like.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>adilshah on "Upscale background images"</title>
			<link>http://www.kriesi.at/support/topic/upscale-background-images#post-57780</link>
			<pubDate>Mon, 28 May 2012 11:27:51 +0000</pubDate>
			<dc:creator>adilshah</dc:creator>
			<guid isPermaLink="false">57780@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do I change or get rid of the background images in the header and footer?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dmaguire on "Degredation of Mega Menu with Javascript disabled"</title>
			<link>http://www.kriesi.at/support/topic/degredation-of-mega-menu-with-javascript-disabled#post-43203</link>
			<pubDate>Thu, 23 Feb 2012 17:41:40 +0000</pubDate>
			<dc:creator>dmaguire</dc:creator>
			<guid isPermaLink="false">43203@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Kriesi,&#60;/p&#62;
&#60;p&#62;Any chance you've updated this in the AVIA framework in recent themes? If so update instructions or options would be greatly appreciated.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;dn
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Portfolio Question Upscale"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-question-upscale#post-42598</link>
			<pubDate>Mon, 20 Feb 2012 19:44:23 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">42598@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Helenajz,&#60;/p&#62;
&#60;p&#62;Do you have test site online I can take a look at. I just did a test making two portfolio pages and having each page only display a specific portfolio category and didn't have any issues.&#60;/p&#62;
&#60;p&#62;Also be sure to check that you have the latest update to upScale and that no plugins are active and interfering with the theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>helenajz on "Portfolio Question Upscale"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-question-upscale#post-42136</link>
			<pubDate>Fri, 17 Feb 2012 07:21:37 +0000</pubDate>
			<dc:creator>helenajz</dc:creator>
			<guid isPermaLink="false">42136@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have a number of portfolio items (models). The items can be split in two basic modeltypes. So i made a modelbutton, underthere i made a dropdown selection for the models. In the theme options&#38;gt;portfolio I made two categorychoises. linking them to the two different pages. But still i see all the portfolio items (models) on every page. I cant figure out how to split them. And because i really need to sepparate them again:(in colorstyles per model) i think i'm kinda lost. Can you help me out?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How do you get an image to pop up a video"</title>
			<link>http://www.kriesi.at/support/topic/how-do-you-get-an-image-to-pop-up-a-video#post-38099</link>
			<pubDate>Thu, 19 Jan 2012 07:53:29 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">38099@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
the first image is connected to a video/lighbox pop up - did you solve the problem?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>THall on "How do you get an image to pop up a video"</title>
			<link>http://www.kriesi.at/support/topic/how-do-you-get-an-image-to-pop-up-a-video#post-38045</link>
			<pubDate>Wed, 18 Jan 2012 17:43:19 +0000</pubDate>
			<dc:creator>THall</dc:creator>
			<guid isPermaLink="false">38045@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey I think I am trying to do the same thing here: &#60;a href=&#34;http://new.seemyclients.com/&#34; rel=&#34;nofollow&#34;&#62;http://new.seemyclients.com/&#60;/a&#62;&#60;br /&#62;
see the 3 post feature images on the home page - how do I make a video pop up when I click on the image? I am trying:&#60;/p&#62;
&#60;p&#62;Full Size Picture or Video for Lightbox / Image and Video Links allowed... but not working
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "upScale theme - How to make social media icons bigger"</title>
			<link>http://www.kriesi.at/support/topic/upscale-theme-how-to-make-social-media-icons-bigger#post-31506</link>
			<pubDate>Wed, 09 Nov 2011 07:16:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31506@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can change the size with following code (in css/custom.css or quick css field):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.social_bookmarks li a {
    width: 24px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>danielsami on "upScale theme - How to make social media icons bigger"</title>
			<link>http://www.kriesi.at/support/topic/upscale-theme-how-to-make-social-media-icons-bigger#post-31443</link>
			<pubDate>Tue, 08 Nov 2011 14:35:14 +0000</pubDate>
			<dc:creator>danielsami</dc:creator>
			<guid isPermaLink="false">31443@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Sorry for my insistence, but I'm in need of the information mentioned above. Any help?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Daniel
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "upScale translation into Spanish"</title>
			<link>http://www.kriesi.at/support/topic/upscale-translation-into-spanish#post-31261</link>
			<pubDate>Sun, 06 Nov 2011 02:32:03 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">31261@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks a lot for sharing danielsami!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielsami on "upScale theme - How to make social media icons bigger"</title>
			<link>http://www.kriesi.at/support/topic/upscale-theme-how-to-make-social-media-icons-bigger#post-31208</link>
			<pubDate>Fri, 04 Nov 2011 18:00:17 +0000</pubDate>
			<dc:creator>danielsami</dc:creator>
			<guid isPermaLink="false">31208@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My client is asking me to make the social media icons 32x32 instead of the 20x20 original size in the theme.&#60;/p&#62;
&#60;p&#62;My questions is: how to make the containing area bigger? It seems that the li tag there has not only a predefined height but a defined width as well. Since the same icons repeat at the footer, I will need the code for the footer also.&#60;/p&#62;
&#60;p&#62;Thanks for any help.&#60;/p&#62;
&#60;p&#62;Daniel
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielsami on "upScale translation into Spanish"</title>
			<link>http://www.kriesi.at/support/topic/upscale-translation-into-spanish#post-31186</link>
			<pubDate>Fri, 04 Nov 2011 13:18:43 +0000</pubDate>
			<dc:creator>danielsami</dc:creator>
			<guid isPermaLink="false">31186@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello Dude,&#60;/p&#62;
&#60;p&#62;thanks for your help. It was pretty easy to translate wordpress in Spanish using the language files and instructions provided by &#34;Wordpress in your language&#34;. It also translated the Dashboard though, so I'm kind of finding my way through the tabs :(&#60;/p&#62;
&#60;p&#62;The .PO and .MO files for upScale in Spanish are here: &#60;a href=&#34;http://www.mediafire.com/?jn7gl7b0b5ac4&#34; rel=&#34;nofollow&#34;&#62;http://www.mediafire.com/?jn7gl7b0b5ac4&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;Please have in mind that I just translated the words and commands that you see on the website, not the Dashboard commands and tabs.&#60;/p&#62;
&#60;p&#62;Hope it will be useful to somebody.&#60;/p&#62;
&#60;p&#62;Thanks again for your help.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;/p&#62;
&#60;p&#62;Daniel
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "upScale translation into Spanish"</title>
			<link>http://www.kriesi.at/support/topic/upscale-translation-into-spanish#post-31170</link>
			<pubDate>Fri, 04 Nov 2011 07:47:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">31170@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
as far as I know these phrases are standard wordpress text strings. If you set your WP installation to Spanish they should be translated automatically. However you can find these text strings in includes/comments.php&#60;/p&#62;
&#60;p&#62;Please upload your language files here: &#60;a href=&#34;http://www.mediafire.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.mediafire.com/&#60;/a&#62; and post a link. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielsami on "upScale translation into Spanish"</title>
			<link>http://www.kriesi.at/support/topic/upscale-translation-into-spanish#post-31132</link>
			<pubDate>Thu, 03 Nov 2011 19:32:45 +0000</pubDate>
			<dc:creator>danielsami</dc:creator>
			<guid isPermaLink="false">31132@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm doing a Spanish language website using the upScale theme (awesome, by the way) and I can't find a way to translate the following:&#60;/p&#62;
&#60;p&#62;Leave a Reply (in the comments, at the bottom of every post) &#60;/p&#62;
&#60;p&#62;Logged in as (before the comment text field)&#60;/p&#62;
&#60;p&#62;You may use these HTML tags and attributes: (below the comment text field)&#60;/p&#62;
&#60;p&#62;Post comment (below the comment text field)&#60;/p&#62;
&#60;p&#62;I downloaded the upScale language files from &#60;a href=&#34;http://www.mediafire.com/?kxdt7gsvrt5zvfc&#34; rel=&#34;nofollow&#34;&#62;http://www.mediafire.com/?kxdt7gsvrt5zvfc&#60;/a&#62; (thank you!) and translated everything but the Admin (Dashboard) terms, because I understand them better in English.&#60;/p&#62;
&#60;p&#62;I browsed through the theme files using the search feature in Dreamweaver to see if it was hard-coded, to no avail.&#60;/p&#62;
&#60;p&#62;Can you help me with this?&#60;/p&#62;
&#60;p&#62;Thanks in advance,&#60;/p&#62;
&#60;p&#62;Daniel&#60;/p&#62;
&#60;p&#62;BTW, I have the es.PO and es.MO files already translated for anyone that could benefit of it, don't know where to place them for download. Do you have a repository where I can upload them?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Degredation of Mega Menu with Javascript disabled"</title>
			<link>http://www.kriesi.at/support/topic/degredation-of-mega-menu-with-javascript-disabled#post-28516</link>
			<pubDate>Mon, 03 Oct 2011 15:52:48 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">28516@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the notice. Given the current structure of html/css it might be difficult to pull that off. I have to admit that this is an oversight of my part. I will have to take a look into it but a fast fix is probably not out soon, because the megamenu is part of the framework, and changing the html output would need to change every theme we have released during the last year. If at some point a major framework update is scheduled I will conider adding the features as well :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
