<?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 - Topic: i think i messed cuber :(</title>
		<link>http://www.kriesi.at/support/topic/i-think-i-messed-cuber</link>
		<description>Support Forum - Topic: i think i messed cuber :(</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 03:28:29 +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/topic/i-think-i-messed-cuber" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "i think i messed cuber :("</title>
			<link>http://www.kriesi.at/support/topic/i-think-i-messed-cuber#post-25348</link>
			<pubDate>Sat, 20 Aug 2011 06:46:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">25348@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>flayzeraynx on "i think i messed cuber :("</title>
			<link>http://www.kriesi.at/support/topic/i-think-i-messed-cuber#post-25295</link>
			<pubDate>Fri, 19 Aug 2011 14:27:33 +0000</pubDate>
			<dc:creator>flayzeraynx</dc:creator>
			<guid isPermaLink="false">25295@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;you, sir, totally saved my ass..&#60;br /&#62;
thank you very much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "i think i messed cuber :("</title>
			<link>http://www.kriesi.at/support/topic/i-think-i-messed-cuber#post-25266</link>
			<pubDate>Fri, 19 Aug 2011 06:46:58 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">25266@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
did you change the thumbnail size(s) in functions.php too? Maybe you need to regenerate the thumbnails afterwards: &#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;/p&#62;
&#60;p&#62;You need to adjust following thumbnail size:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$avia_config[&#38;#39;imgSize&#38;#39;][&#38;#39;portfolio2&#38;#39;] 	= array(&#38;#39;width&#38;#39;=&#38;gt;460, &#38;#39;height&#38;#39;=&#38;gt;260);		// medium preview pic for 2 column portfolio and small 3d slider&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>flayzeraynx on "i think i messed cuber :("</title>
			<link>http://www.kriesi.at/support/topic/i-think-i-messed-cuber#post-25244</link>
			<pubDate>Fri, 19 Aug 2011 03:04:02 +0000</pubDate>
			<dc:creator>flayzeraynx</dc:creator>
			<guid isPermaLink="false">25244@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hey there..&#60;br /&#62;
today i purchased cuber license and added properly. .but when i change the size of the cuber slider i see images weird.. and couldn't solve that since last 3 hour :(&#60;/p&#62;
&#60;p&#62;here is the screenshot of the problem, i think you'll get in first sight :/&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://img40.imageshack.us/img40/4640/screenshot20110818at110.png&#34; rel=&#34;nofollow&#34;&#62;http://img40.imageshack.us/img40/4640/screenshot20110818at110.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;what do you think about fix that?&#60;/p&#62;
&#60;p&#62;btw, here is my updated help-slideshow.php file with only 3d_small_welcome portion:&#60;/p&#62;
&#60;p&#62;case '3D_small_welcome': //small 3D slider&#60;/p&#62;
&#60;p&#62;				$this-&#38;gt;imagesize3D = 'portfolio2';&#60;br /&#62;
				$camera = '&#38;lt;camera x=&#34;0&#34; y=&#34;0&#34; z=&#34;-100&#34; angleX=&#34;7&#34; angleY=&#34;25&#34; angleZ=&#34;0&#34; lens=&#34;6&#34;/&#38;gt;';&#60;br /&#62;
				$shadow = '&#38;lt;shadow show=&#34;true&#34; use_image=&#34;false&#34; color=&#34;0x333333&#34; alpha=&#34;1&#34; blur=&#34;80&#34; corner_TL=&#34;-15,340&#34; corner_TR=&#34;416,410&#34; corner_BR=&#34;351.99999999999994,450&#34; corner_BL=&#34;5,380&#34;/&#38;gt;';&#60;br /&#62;
				$slides = '&#38;lt;slides width=&#34;361&#34; height=&#34;400&#34; align_pos=&#34;MC&#34; x=&#34;0.05000000000001137&#34; y=&#34;-37.25&#34;&#38;gt;';&#60;br /&#62;
      			$branding = '&#38;lt;branding align_pos=&#34;BR&#34; x=&#34;0&#34; y=&#34;0&#34; align_to=&#34;stage&#34;&#38;gt;';&#60;br /&#62;
      			$autoplayer = '&#38;lt;auto_play_indicator type=&#34;circular&#34; align_pos=&#34;BC&#34; x=&#34;140&#34; y=&#34;0&#34; width=&#34;125&#34; height=&#34;3&#34; padding=&#34;2&#34; radius=&#34;6&#34;&#38;gt;';&#60;br /&#62;
      			$controlls = ' &#38;lt;thumbnails align_pos=&#34;BC&#34; x=&#34;0&#34; y=&#34;5&#34; width=&#34;'.($this-&#38;gt;slidecount*20+25).'&#34; height=&#34;33&#34; scroll=&#34;horizontal&#34; padding_x=&#34;20&#34; padding_y=&#34;5&#34;&#38;gt;';&#60;br /&#62;
			break;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
