<?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 - User Favorites: gnikolis</title>
		<link><a href='http://www.kriesi.at/support/profile/gnikolis'>gnikolis</a></link>
		<description>Support Forum - User Favorites: gnikolis</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 12:22:43 +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/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>Kriesi on "Tab Conteiner not readable by &#34;Reader View&#34;"</title>
			<link>http://www.kriesi.at/support/topic/tab-conteiner-not-readable-by-reader-view#post-92887</link>
			<pubDate>Tue, 22 Jan 2013 18:55:02 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">92887@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;YOu dont have to be afraid, google will see the tab content since it checks websites with javascript deactivated, therfore the content will be visible to the google bot. Cant really help with the reader problem, guess we will just have to wait until the reader becomes more sophisticated and detects advanced layout structures like toggles and tabs as well....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-87933</link>
			<pubDate>Thu, 13 Dec 2012 01:36:39 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">87933@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;When did it exist? in 3.5 you mean?&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>7men on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-87640</link>
			<pubDate>Tue, 11 Dec 2012 17:16:06 +0000</pubDate>
			<dc:creator>7men</dc:creator>
			<guid isPermaLink="false">87640@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62;Was a few weeks abroad...&#60;/p&#62;
&#60;p&#62;Anyway....a gettext.php in my wp-includes folder doesn't exist???&#60;/p&#62;
&#60;p&#62;Ronald
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-85327</link>
			<pubDate>Mon, 26 Nov 2012 07:52:28 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">85327@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Strange. This means either something very simple is missing or the entire installation has a problem. &#60;/p&#62;
&#60;p&#62;Please install this plugin &#60;a href=&#34;http://wordpress.org/extend/plugins/wordpress-language/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/wordpress-language/&#60;/a&#62;  which should take care of Wordpress itself and this plugin &#60;a href=&#34;http://wordpress.org/extend/plugins/codestyling-localization/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/codestyling-localization/&#60;/a&#62; should allow you to directly add the mo/po files within Wordpress so if something is wrong with the mo/po files, this should solve the issue by letting you associate the file with the theme if for some reason its being ignored. &#60;/p&#62;
&#60;p&#62;Please let us know how they work out.&#60;/p&#62;
&#60;p&#62;[Edit]&#60;/p&#62;
&#60;p&#62;This is something old I ran across for people experiencing same problem. Please open gettext.php in wp-includes. Make a backup of the file incase there is a problem and replace&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ($magic == ($MAGIC1 &#38;amp; 0xFFFFFFFF)) { // to make sure it works for 64-bit platforms
$this-&#38;gt;BYTEORDER = 0;
} elseif ($magic == ($MAGIC2 &#38;amp; 0xFFFFFFFF)) {&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if ($magic == $MAGIC1) {
$this-&#38;gt;BYTEORDER = 0;
} elseif ($magic == $MAGIC2) {&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Reference: &#60;a href=&#34;http://wordpress.org/support/topic/define-wplang-nl_nl-doesnt-work&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/define-wplang-nl_nl-doesnt-work&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>7men on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-85232</link>
			<pubDate>Sat, 24 Nov 2012 19:04:56 +0000</pubDate>
			<dc:creator>7men</dc:creator>
			<guid isPermaLink="false">85232@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;Thanks for your efforts!&#60;/p&#62;
&#60;p&#62;Unfortunately... negative. &#60;/p&#62;
&#60;p&#62;- I used your new files and placed them in the 'lang' folder&#60;br /&#62;
- WP-config.php says ; define('WPLANG', 'nl_NL')&#60;br /&#62;
- Yes, everything in UTF-8&#60;br /&#62;
- I changed in WP-config to es_ES, but not even Spanish texts.&#60;br /&#62;
Am I the only one, who's doing something incorrectly?&#60;/p&#62;
&#60;p&#62;Thanks again,&#60;br /&#62;
Ronald
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-85148</link>
			<pubDate>Fri, 23 Nov 2012 16:26:39 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">85148@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please try these files, &#60;a href=&#34;http://www.mediafire.com/file/b0kk9otcapebeul/choices-theme-NL-mo-and-po.zip&#34; rel=&#34;nofollow&#34;&#62;http://www.mediafire.com/file/b0kk9otcapebeul/choices-theme-NL-mo-and-po.zip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;a) in wp_config.php do you have the same name as your file without the extension, nl_NL and not nl_NL.po (or mo)?&#60;/p&#62;
&#60;p&#62;b) are you placing your mo/po files in the lang folder next to the other language files?&#60;/p&#62;
&#60;p&#62;c) Are you using UTF-8 as your character set ? (in wp-config) as well as in Settings &#38;gt; Reading ?&#60;/p&#62;
&#60;p&#62;If the files I sent you are not working for you, please try to activate the Spanish (or some other language) that was present with the theme and see if you can get Spanish working. Because problem is either that *something that you are doing is incorrect or * file is in a bad format/bad installation/software issue, and we need to figure out which of the two is the culprit.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Tab Conteiner not readable by &#34;Reader View&#34;"</title>
			<link>http://www.kriesi.at/support/topic/tab-conteiner-not-readable-by-reader-view#post-85086</link>
			<pubDate>Fri, 23 Nov 2012 07:45:53 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">85086@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;If you would like to see how google 'sees' your website, please sign into Google Webmaster Tools &#60;a href=&#34;https://www.google.com/webmasters/tools/home?hl=en&#34; rel=&#34;nofollow&#34;&#62;https://www.google.com/webmasters/tools/home?hl=en&#60;/a&#62; , verify your website, and one of the options lets you see your site  through the all seeing eyes of the Google spider.&#60;/p&#62;
&#60;p&#62;Normally anything that is javascript is not read, though maybe because the tabs are reloaded and don't require a push of the tab to load anything, maybe they are available. and not being triggered by anything, perhaps Google spider is smart enough to see it after all. Your best bet is to spend 5 min setting up GW Tools and test it, also that place provides lots of useful optimization info and extends Analytics, so definitely worth the trouble of signing up.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>7men on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-84892</link>
			<pubDate>Wed, 21 Nov 2012 15:19:33 +0000</pubDate>
			<dc:creator>7men</dc:creator>
			<guid isPermaLink="false">84892@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I put the files again on &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://7men.nl/preview/nl_NL.po&#34; rel=&#34;nofollow&#34;&#62;http://7men.nl/preview/nl_NL.po&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://7men.nl/preview/nl_NL.mo&#34; rel=&#34;nofollow&#34;&#62;http://7men.nl/preview/nl_NL.mo&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Could you please check where it goes wrong?&#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>7men on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-84879</link>
			<pubDate>Wed, 21 Nov 2012 13:38:29 +0000</pubDate>
			<dc:creator>7men</dc:creator>
			<guid isPermaLink="false">84879@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;PS. The file  wp-config.php is already set to nl_NL....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>7men on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-84874</link>
			<pubDate>Wed, 21 Nov 2012 12:47:22 +0000</pubDate>
			<dc:creator>7men</dc:creator>
			<guid isPermaLink="false">84874@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, I translated the whole thing. Without any result. Do I have to remove the default.mo/po files, or where does the theme recognizes the Dutch files?&#60;/p&#62;
&#60;p&#62;Thanks again!&#60;br /&#62;
Ronald
&#60;/p&#62;</description>
		</item>
		<item>
			<title>7men on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-84873</link>
			<pubDate>Wed, 21 Nov 2012 12:26:33 +0000</pubDate>
			<dc:creator>7men</dc:creator>
			<guid isPermaLink="false">84873@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, Dude, I'll try this one!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gnikolis on "Tab Conteiner not readable by &#34;Reader View&#34;"</title>
			<link>http://www.kriesi.at/support/topic/tab-conteiner-not-readable-by-reader-view#post-84841</link>
			<pubDate>Wed, 21 Nov 2012 08:39:32 +0000</pubDate>
			<dc:creator>gnikolis</dc:creator>
			<guid isPermaLink="false">84841@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you, i m waiting for a reply.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Tab Conteiner not readable by &#34;Reader View&#34;"</title>
			<link>http://www.kriesi.at/support/topic/tab-conteiner-not-readable-by-reader-view#post-84833</link>
			<pubDate>Wed, 21 Nov 2012 06:48:40 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">84833@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The tab content is part of the html source code and it's visible to search engines, crawlers, spiders, etc. - the content is not visible to the user because some css code hides it. I'm not sure regarding the reader option though - I'll tag this thread for Kriesi.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Change the text size through css"</title>
			<link>http://www.kriesi.at/support/topic/change-the-text-size-through-css#post-84814</link>
			<pubDate>Wed, 21 Nov 2012 02:20:52 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84814@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can override all of the styling by adding modifications on custom.css.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-84723</link>
			<pubDate>Tue, 20 Nov 2012 14:04:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">84723@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ah - ok I now noticed that you're using the wrong language file for the translation. Please use default.po for the theme translation - it can be found in the wp-content/themes/choices\lang\ folder. Then save the result as nl_NL.po and nl_NL.mo into the lang folder again. The default wordpress lang files won't work (because the textdomain of the theme is different),
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gnikolis on "Change the text size through css"</title>
			<link>http://www.kriesi.at/support/topic/change-the-text-size-through-css#post-84690</link>
			<pubDate>Tue, 20 Nov 2012 11:24:13 +0000</pubDate>
			<dc:creator>gnikolis</dc:creator>
			<guid isPermaLink="false">84690@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.rhodes-apartments.biz/olive-garden-houses/apartments/&#34; rel=&#34;nofollow&#34;&#62;http://www.rhodes-apartments.biz/olive-garden-houses/apartments/&#60;/a&#62;&#60;br /&#62;
I would like to change the css text size. Where shoud i go to change the code?&#60;br /&#62;
Is it better to change it on the theme editor? If yes where in which file there are the css?&#60;br /&#62;
If i do it in a each seperate page does this effect the time that page loads?Does it make the site slower?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gnikolis on "Tab Conteiner not readable by &#34;Reader View&#34;"</title>
			<link>http://www.kriesi.at/support/topic/tab-conteiner-not-readable-by-reader-view#post-84689</link>
			<pubDate>Tue, 20 Nov 2012 11:19:53 +0000</pubDate>
			<dc:creator>gnikolis</dc:creator>
			<guid isPermaLink="false">84689@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.rhodes-apartments.biz/olive-garden-houses/apartments/&#34; rel=&#34;nofollow&#34;&#62;http://www.rhodes-apartments.biz/olive-garden-houses/apartments/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I used the tab container shortcode on the above link. If somebody tries to &#34;reader&#34; option on a browser (Navigate trough the text only)&#60;br /&#62;
the text inside the tab container is not shown.&#60;/p&#62;
&#60;p&#62;Is there any way to fix this?&#60;br /&#62;
Does that mean that search machines do not crowl through this text?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-84602</link>
			<pubDate>Mon, 19 Nov 2012 20:05:50 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">84602@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey Ronald,&#60;/p&#62;
&#60;p&#62;I've tagged this for Peter so that it will appear in his Queue and can easily be responded to.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>7men on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-84447</link>
			<pubDate>Sun, 18 Nov 2012 11:51:17 +0000</pubDate>
			<dc:creator>7men</dc:creator>
			<guid isPermaLink="false">84447@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Peter,&#60;/p&#62;
&#60;p&#62;Thanks voor helping. I put the files on&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://7men.nl/preview/nl_NL.po&#34; rel=&#34;nofollow&#34;&#62;http://7men.nl/preview/nl_NL.po&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://7men.nl/preview/nl_NL.mo&#34; rel=&#34;nofollow&#34;&#62;http://7men.nl/preview/nl_NL.mo&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is not the site where it is about. You can see the site and page in question on &#60;a href=&#34;http://sbp.d-media.biz/portfolio-item/a-nice-portfolio-entry/&#34; rel=&#34;nofollow&#34;&#62;http://sbp.d-media.biz/portfolio-item/a-nice-portfolio-entry/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Best regards,&#60;br /&#62;
Ronald
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-84384</link>
			<pubDate>Sat, 17 Nov 2012 16:16:39 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">84384@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Your language file should work. Can you give me a link to your nl_NL.po file and I'll check it with Poedit. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>7men on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-84273</link>
			<pubDate>Fri, 16 Nov 2012 18:11:03 +0000</pubDate>
			<dc:creator>7men</dc:creator>
			<guid isPermaLink="false">84273@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, I tried. I copied the items&#60;/p&#62;
&#60;p&#62;#: ../functions-choices.php:385&#60;br /&#62;
msgid &#34;(previous entry)&#34;&#60;br /&#62;
msgstr &#34;(vorig bericht)&#34;&#60;/p&#62;
&#60;p&#62;#: ../functions-choices.php:388&#60;br /&#62;
msgid &#34;(next entry)&#34;&#60;br /&#62;
msgstr &#34;(volgend bericht)&#34;&#60;/p&#62;
&#60;p&#62;into the existing nl_NL.po file (which was already in de WP install files, and had an enormous list of translated text in it.) So I moved the .mo and .po file into the choices\lang\ folder. Reload the site, but I don't see a difference. What did I do wrong? Does Choices automatically search for the Dutch nl_NL.po file or do I have to change something? In de wp-config.php I already set the language to nl_NL.....&#60;/p&#62;
&#60;p&#62;thanks again,&#60;br /&#62;
Ronald
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-84181</link>
			<pubDate>Fri, 16 Nov 2012 06:31:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">84181@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Probably you can also translate these links by using the po file in choices\lang\. You can use tools like Poedit to translate default.po - then save your translation as nl_NL.po and nl_NL.mo into the choices\lang\ folder.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>7men on "TRANSLATNG THE SITE"</title>
			<link>http://www.kriesi.at/support/topic/translatng-the-site#post-84057</link>
			<pubDate>Thu, 15 Nov 2012 10:55:01 +0000</pubDate>
			<dc:creator>7men</dc:creator>
			<guid isPermaLink="false">84057@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;Your tips help a lot, not only for the Greek, also for the Dutch ;)&#60;/p&#62;
&#60;p&#62;In line with the questions above, where to change the words 'Previous entry' and 'Next entry' on the bottom of a portfolio page.&#60;/p&#62;
&#60;p&#62;I checked all loop....php files, and I suspect I have to change some code in several files, don't I ? The words 'Previous' and 'Next' in another than ''entry', or am I wrong?&#60;/p&#62;
&#60;p&#62;Thanks a lot again!&#60;/p&#62;
&#60;p&#62;Best regards,&#60;br /&#62;
Ronald
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Portfolio 4 culumns item view"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-4-culumns-item-view/page/2#post-76804</link>
			<pubDate>Fri, 21 Sep 2012 16:40:46 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">76804@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi gnikolis,&#60;/p&#62;
&#60;p&#62;I'd like for you to get back to the base theme so that I know exactly where we are. There have been a number of different avenues tried in this topic to help you, this is another one. Normally users do not have this much trouble with the basic portfolio display so I'm trying to figure out what is causing so much difficulty for you.&#60;/p&#62;
&#60;p&#62;There could have been a file corrupted when you first uploaded the theme causing some individual function not to work correctly or something not even realized.&#60;/p&#62;
&#60;p&#62;Ideally, you start with the clean, unchanged files followed by regenerating your images and then we can try and figure out what is causing you so much trouble.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gnikolis on "Portfolio 4 culumns item view"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-4-culumns-item-view/page/2#post-76733</link>
			<pubDate>Thu, 20 Sep 2012 22:10:27 +0000</pubDate>
			<dc:creator>gnikolis</dc:creator>
			<guid isPermaLink="false">76733@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;when i first started ...it didn t work
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gnikolis on "Portfolio 4 culumns item view"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-4-culumns-item-view/page/2#post-76732</link>
			<pubDate>Thu, 20 Sep 2012 22:09:39 +0000</pubDate>
			<dc:creator>gnikolis</dc:creator>
			<guid isPermaLink="false">76732@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;it didn t work back then,,,i do not understand why it will work if i reloaded again...&#60;br /&#62;
In your code is clear...which sizes sould be for each one portfolio...&#60;br /&#62;
but that didn t work from the begining..&#60;br /&#62;
i have made all.....what you have  proposed...&#60;br /&#62;
and now you tell me to go back at the begging again...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Portfolio 4 culumns item view"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-4-culumns-item-view/page/2#post-76730</link>
			<pubDate>Thu, 20 Sep 2012 22:03:54 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">76730@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, that file. Please re-load it from the original theme files you downloaded from Themeforest.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gnikolis on "Portfolio 4 culumns item view"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-4-culumns-item-view/page/2#post-76729</link>
			<pubDate>Thu, 20 Sep 2012 22:03:36 +0000</pubDate>
			<dc:creator>gnikolis</dc:creator>
			<guid isPermaLink="false">76729@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;the obove code is what there is at the moment...&#60;br /&#62;
$avia_config['imgSize']['portfolio'] = array('width'=&#38;gt;495, 'height'=&#38;gt;400 ,'copy'=&#38;gt;'greyscale');	// images for portfolio entries (2,3 column)&#60;/p&#62;
&#60;p&#62;for the 3 columns portfolio :http://www.tzotzolis.gr/sinthetes/&#60;br /&#62;
i have tried all the sizes..included 495x400&#60;br /&#62;
it still resize.....&#60;br /&#62;
Is somebody there that can help?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gnikolis on "Portfolio 4 culumns item view"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-4-culumns-item-view/page/2#post-76726</link>
			<pubDate>Thu, 20 Sep 2012 22:00:20 +0000</pubDate>
			<dc:creator>gnikolis</dc:creator>
			<guid isPermaLink="false">76726@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;* If the size of an array was changed after an image was uploaded you either need to re-upload the image&#60;br /&#62;
 * or use the thumbnail regeneration plugin: &#60;a href=&#34;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/regenerate-thumbnails/&#60;/a&#62;&#60;br /&#62;
 */&#60;/p&#62;
&#60;p&#62;$avia_config['imgSize']['widget'] 			 	= array('width'=&#38;gt;36,  'height'=&#38;gt;36);						// small preview pics eg sidebar news&#60;br /&#62;
$avia_config['imgSize']['slider_thumb'] 		= array('width'=&#38;gt;70,  'height'=&#38;gt;50);						// slideshow preview pics&#60;br /&#62;
$avia_config['imgSize']['fullsize'] 		 	= array('width'=&#38;gt;940, 'height'=&#38;gt;392, 'crop'=&#38;gt;false);		// big images for lightbox and portfolio single entries&#60;br /&#62;
$avia_config['imgSize']['featured'] 		 	= array('width'=&#38;gt;940, 'height'=&#38;gt;392 );						// images for fullsize pages and fullsize slider&#60;br /&#62;
$avia_config['imgSize']['portfolio'] 		 	= array('width'=&#38;gt;495, 'height'=&#38;gt;400 ,'copy'=&#38;gt;'greyscale');	// images for portfolio entries (2,3 column)&#60;br /&#62;
$avia_config['imgSize']['portfolio_small'] 		= array('width'=&#38;gt;250, 'height'=&#38;gt;250 ,'copy'=&#38;gt;'greyscale');	// images for portfolio 4 columns&#60;br /&#62;
$avia_config['imgSize']['logo'] 		 		= array('width'=&#38;gt;446, 'height'=&#38;gt;218 ,'copy'=&#38;gt;'greyscale');	// images for dynamic logo/partner element&#60;br /&#62;
$avia_config['imgSize']['portfolio-ajax']                     = array('width'=&#38;gt;320, 'height'=&#38;gt;320 ,'copy'=&#38;gt;'greyscale');	// new portfolio ajax image
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Portfolio 4 culumns item view"</title>
			<link>http://www.kriesi.at/support/topic/portfolio-4-culumns-item-view#post-76721</link>
			<pubDate>Thu, 20 Sep 2012 21:48:31 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">76721@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I don't know where you re-sized the images at but the ones being loaded in are 320x320. Perhaps you are still using that size in your functions.php, but I can't be sure.&#60;/p&#62;
&#60;p&#62;At this point, you need to make sure you are using the stock theme files since this has been strung out for so long with so many different changes additions.&#60;/p&#62;
&#60;p&#62;Try re-loading the theme just like you first installed it to make sure everything is back to square one. Then, you will once again need to re-generate your thumbnails with the plugin you have installed so that the correct sizes of images are used from the functions.php.&#60;/p&#62;
&#60;p&#62;Typically, the process is a lot more straight forward than this but when using images that are so much smaller than the theme and layout are designed for it causes issues like this since the images then get stretched.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
