<?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: Codeless</title>
		<link><a href='http://www.kriesi.at/support/profile/codeless'>codeless</a></link>
		<description>Support Forum - User Favorites: Codeless</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 09:20:40 +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>Nick on "Need Logo to be Larger"</title>
			<link>http://www.kriesi.at/support/topic/need-logo-to-be-larger#post-82081</link>
			<pubDate>Sat, 03 Nov 2012 10:56:23 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">82081@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;1) I am not sure I understand the question. If your website is running on Wordpress (a content management system CMS) you can use plugins built for that CMS. However if your website is running on a different CMS such as Joomla for example or Drupal, then you would need to use plugins built for those systems. &#60;/p&#62;
&#60;p&#62;All websites are created via a process such as this - first laid out in Photoshop/Illustrator/Fireworks then are transferred to html/css. At that point the design is complete and a programmer creates a theme which includes the layout along with the database/interactivity/backend functionality using some programming language, which in the case of Wordpress is PHP and in addition uses syntax specific to Wordpress. A Wordpress theme without Wordpress is like a DVD without a DVD player.&#60;/p&#62;
&#60;p&#62;I think your confusion can be cleared up by investing 3-4 hours watching basic youtube videos about Wordpress and CSS.&#60;/p&#62;
&#60;p&#62;I suggest you watch these:&#60;br /&#62;
1) &#60;a href=&#34;http://www.youtube.com/watch?v=it8jbSdderk&#34; rel=&#34;nofollow&#34;&#62;http://www.youtube.com/watch?v=it8jbSdderk&#60;/a&#62; (a bit longwinded, but he litterally doesn't leave any point unturned)&#60;br /&#62;
2) &#60;a href=&#34;http://www.youtube.com/watch?v=nTkFxkjDvjM&#34; rel=&#34;nofollow&#34;&#62;http://www.youtube.com/watch?v=nTkFxkjDvjM&#60;/a&#62; (can put an insomniac to sleep, but after 10 mins gets better)&#60;/p&#62;
&#60;p&#62;The second video above, is all about the #1 tool you should get to know and love if you want to change your name from codeless to codechamp - firebug on firefox/or chrome developer tools on chrome. Begin with this 5min video &#60;a href=&#34;http://vimeo.com/20917974&#34; rel=&#34;nofollow&#34;&#62;http://vimeo.com/20917974&#60;/a&#62; &#60;/p&#62;
&#60;p&#62;---------------------&#60;/p&#62;
&#60;p&#62;Regarding creating image galleries, please add the &#60;a href=&#34;http://wordpress.org/extend/plugins/nextgen-gallery/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/nextgen-gallery/&#60;/a&#62; Nextgen Gallery plugin, which will let you easily create galleries anyway you want.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Codeless on "Need Logo to be Larger"</title>
			<link>http://www.kriesi.at/support/topic/need-logo-to-be-larger#post-81800</link>
			<pubDate>Thu, 01 Nov 2012 13:26:18 +0000</pubDate>
			<dc:creator>Codeless</dc:creator>
			<guid isPermaLink="false">81800@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for the reply. I fixed the logo issue. Here's 2 more questions, that I can't figure out.&#60;/p&#62;
&#60;p&#62;1. As far as the 2nd answer, can I still install a wordpress plugin if i didn't use wordpress to create the site?&#60;/p&#62;
&#60;p&#62;2. This is regarding prettyphoto, in the &#34;Portfolio&#34; section..When I move the cursor over the picture, the magnifying tool shows. When I click that, a transparent box appears and another larger image appears on the screen. My question is, I want to be able to scroll thru a set of pictures but how do I code that? Is that code built on another page, like a css page or some other page? &#60;/p&#62;
&#60;p&#62;Thanks again. I should have chose my user name as clueless instead of codeless. ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Need Logo to be Larger"</title>
			<link>http://www.kriesi.at/support/topic/need-logo-to-be-larger#post-81383</link>
			<pubDate>Mon, 29 Oct 2012 09:17:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">81383@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Yes. The psd files can be found in the themeforest zip archive.Open the zip file and you'll find a folder called &#34;psd&#34;. This folder contains several other folders - among them psd, psd2 and psd3. Each of these folders contains a file called &#34;logo.psd&#34;. Select the right logo.psd (depends on your skin) and edit it with Photoshop. You can change the logo dimensions in style.css. Open up the file and search for following code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .logo, .logo a{
height:90px;
width:210px;
display:block;
position:absolute;
left:20px;
top:13px;
border: none;
padding: 0;
margin:0;
overflow: hidden;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Adjust the width/height value as required.&#60;/p&#62;
&#60;p&#62;2) You can try plugins like: &#60;a href=&#34;http://wordpress.org/extend/plugins/column-shortcodes/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/column-shortcodes/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Codeless on "Need Logo to be Larger"</title>
			<link>http://www.kriesi.at/support/topic/need-logo-to-be-larger#post-81275</link>
			<pubDate>Sat, 27 Oct 2012 20:47:57 +0000</pubDate>
			<dc:creator>Codeless</dc:creator>
			<guid isPermaLink="false">81275@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Greetings. I really like your design and template a lot but I need to adjust something's for it to work for my content.&#60;/p&#62;
&#60;p&#62;1. The log at the top &#34;Display&#34;. Is there a psd file for it? I really need to make that logo bigger. Can the photo slider thingie be moved down to accodate the logo being larger? My logo is more vertical than horizontal and I cannot change the design. I need the logo to be at least 190 width by 125 height. If it makes things easier. I removed the those 3 columns under where it says &#34;This is «display», a unique&#34;. I hope that helps alleviate some room.&#60;/p&#62;
&#60;p&#62;2. I have a services tab and I made a list of services. Is there any way to make 2 columns instead of one long listing?&#60;/p&#62;
&#60;p&#62;PLEASE help me, PLEEEEEASE!&#60;br /&#62;
- jd
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
