<?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: inline - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/inline</link>
		<description>Support Forum - Tag: inline - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 03:57:39 +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/inline" 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>
		<item>
			<title>Devin on "Gallery Nav Button Placemt"</title>
			<link>http://www.kriesi.at/support/topic/gallery-nav-button-placemt#post-65224</link>
			<pubDate>Thu, 12 Jul 2012 16:46:43 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">65224@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Gary,&#60;/p&#62;
&#60;p&#62;Unfortunately that is where it starts to get very tricky as the slideshow code is the custom aviapoly Slider built by Kriesi and its a single minimized javascript file.&#60;/p&#62;
&#60;p&#62;If you are interested in poking around with it, its in the js folder labeled aviapoly.js and aviapoly_nomin.js for the uncompressed version that is easier to read but will need to be compressed and saved overtop of the aviapoly to take effect in the theme.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Gmartin on "Gallery Nav Button Placemt"</title>
			<link>http://www.kriesi.at/support/topic/gallery-nav-button-placemt#post-64082</link>
			<pubDate>Fri, 06 Jul 2012 11:25:54 +0000</pubDate>
			<dc:creator>Gmartin</dc:creator>
			<guid isPermaLink="false">64082@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ismael,&#60;/p&#62;
&#60;p&#62;Thanks for the speedy reply, but that code will only move it within the are of the image. I wanted to have the nav appear outside the image.&#60;br /&#62;
I tried playing with the z-index but to no avail.&#60;/p&#62;
&#60;p&#62;Also, any idea how I can edit the 'inline' styles?&#60;br /&#62;
Thanks again.&#60;/p&#62;
&#60;p&#62;Gary
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Gallery Nav Button Placemt"</title>
			<link>http://www.kriesi.at/support/topic/gallery-nav-button-placemt#post-63998</link>
			<pubDate>Fri, 06 Jul 2012 02:49:08 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">63998@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;You can control them with these.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top div .slide_controls {
top: 10px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Define the top position.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Gmartin on "Gallery Nav Button Placemt"</title>
			<link>http://www.kriesi.at/support/topic/gallery-nav-button-placemt#post-63980</link>
			<pubDate>Fri, 06 Jul 2012 00:20:21 +0000</pubDate>
			<dc:creator>Gmartin</dc:creator>
			<guid isPermaLink="false">63980@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I'm learning so much with this theme. I'm having a ball.&#60;br /&#62;
Thanks.&#60;br /&#62;
I have some comments from testers saying the gallery nav isn't prominent enough. I know they are a bit dense, but I was wondering...&#60;/p&#62;
&#60;p&#62;Is there a way to move the dots/arrow nav that appears when user rolls over a thumbnail in the large portfolio screen.&#60;br /&#62;
Maybe have them out side the image itself?&#60;br /&#62;
I've tried with CSS, but if I add code to the post it appear only under the 'skills,etc' column. I can't get it to appear under the large image.&#60;/p&#62;
&#60;p&#62;Also, when I run the developer tools in firefox some of the CSS elements say they are 'inline' is there an easy way to modify these 'inline' elements?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>miseld on "Envato marketplace items IE8"</title>
			<link>http://www.kriesi.at/support/topic/envato-marketplace-items-ie8#post-15213</link>
			<pubDate>Sat, 19 Mar 2011 21:05:18 +0000</pubDate>
			<dc:creator>miseld</dc:creator>
			<guid isPermaLink="false">15213@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Soloved! Thanks :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Envato marketplace items IE8"</title>
			<link>http://www.kriesi.at/support/topic/envato-marketplace-items-ie8#post-15174</link>
			<pubDate>Sat, 19 Mar 2011 10:40:29 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">15174@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;The links do look a bit messed up in Firefox and IE, I recommend adjusting the plugin's marketplace.css file to change:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#envato-marketplace-items li {
    list-style: none;
    display: inline;
    margin: 0
    padding: 0;
  }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#envato-marketplace-items li {
    background: none;
    list-style: none;
    display: inline-block;
    margin: 0
    padding: 3px;
  }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Please note that this is a 3rd party plugin which we don't officially support so this is as much guidance as we can provide with this issue.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>miseld on "Envato marketplace items IE8"</title>
			<link>http://www.kriesi.at/support/topic/envato-marketplace-items-ie8#post-15138</link>
			<pubDate>Fri, 18 Mar 2011 13:54:13 +0000</pubDate>
			<dc:creator>miseld</dc:creator>
			<guid isPermaLink="false">15138@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Any suggestion? Btw did you check it from Internet Explorer 8 or Firefox?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Envato marketplace items IE8"</title>
			<link>http://www.kriesi.at/support/topic/envato-marketplace-items-ie8#post-15117</link>
			<pubDate>Fri, 18 Mar 2011 08:41:29 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">15117@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
the frontpage doesn't support widgets in the main area. The footer area links display fine for me here.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>miseld on "Envato marketplace items IE8"</title>
			<link>http://www.kriesi.at/support/topic/envato-marketplace-items-ie8#post-15052</link>
			<pubDate>Thu, 17 Mar 2011 20:30:20 +0000</pubDate>
			<dc:creator>miseld</dc:creator>
			<guid isPermaLink="false">15052@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, i have serious problem with Envato marketplace WP plugin displayed on Avisio template. When i open my website: &#60;a href=&#34;http://www.aedaddy.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.aedaddy.com/&#60;/a&#62; from IE 8 or Firefox items on my frontpage are not inline. Could you take a look and help please it's urgent.&#60;/p&#62;
&#60;p&#62;Also is there any chance to remove white border around png buttons? I want to ADD BUY NOW png buttons but i always get white border on black skin
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
