<?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: Image Posting Help</title>
		<link>http://www.kriesi.at/support/topic/image-posting-help</link>
		<description>Support Forum - Topic: Image Posting Help</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 14:32:28 +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/image-posting-help" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Image Posting Help"</title>
			<link>http://www.kriesi.at/support/topic/image-posting-help#post-77945</link>
			<pubDate>Sun, 30 Sep 2012 01:15:17 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">77945@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;What you suggest sounds like an idea. Dont be shy and play around with the theme. Install a maintenance plugin (so noone else can see site), and a reset plugin, so if you make a mistake you can wipe database and start from scratch. Sentence is a solid theme so you can do a lot with it in many different ways, but until you get comfortable with wordpress, you will be stuck.&#60;/p&#62;
&#60;p&#62; Learn to use Firebug, the free Firefox or Chrome add-on, because Firebug to a WordPress developer is the same as a camera or film is to a photographer, here is a short video to give you an idea &#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;I am thinking of making a video tutorial for Sentence tomorrow, perhaps I can do one first on your subject.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>evanhp on "Image Posting Help"</title>
			<link>http://www.kriesi.at/support/topic/image-posting-help#post-77906</link>
			<pubDate>Sat, 29 Sep 2012 16:59:53 +0000</pubDate>
			<dc:creator>evanhp</dc:creator>
			<guid isPermaLink="false">77906@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok so my client wants to display images horizontally in a format where people could download the images or right click and save them if needed. Any thoughts on that?&#60;/p&#62;
&#60;p&#62;I picture a grid of images 3 columns wide with thumbnails and then when you click they would actually open full size in a different tab or window. Could you help with that?&#60;/p&#62;
&#60;p&#62;Sorry, I am new to wordpress and this is my test run on site building. (Im a graphic designer with little web experience :(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Image Posting Help"</title>
			<link>http://www.kriesi.at/support/topic/image-posting-help#post-77826</link>
			<pubDate>Sat, 29 Sep 2012 01:05:21 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">77826@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;If all your images are either 600x400 or 400x600 then In Settings &#38;gt; Media , please make both the medium sized image and the large size image max constraints = 600 width and 600 height. &#60;/p&#62;
&#60;p&#62;You currently are setting the width of images to be 400px  in your custom.css file&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .slideshow li img {
width: 400px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;please change it to :&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .slideshow li img {
max-width: 600px;
max-height: 600px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You could also web optimize the images down to 80-100k with no loss in quality to speed up the page if you so chose.&#60;/p&#62;
&#60;p&#62;Please let us know how it worked out,&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>evanhp on "Image Posting Help"</title>
			<link>http://www.kriesi.at/support/topic/image-posting-help#post-77567</link>
			<pubDate>Thu, 27 Sep 2012 12:52:32 +0000</pubDate>
			<dc:creator>evanhp</dc:creator>
			<guid isPermaLink="false">77567@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would like to post images on my &#34;Photos&#34; page and I am fine with using the slider but I would like the photos to display at no larger than 800x600 as I have optimized them as such. I changed the two pieces of code that Ismael mentioned here &#60;a href=&#34;http://www.kriesi.at/support/topic/image-sizes-in-blog&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/image-sizes-in-blog&#60;/a&#62; and it looks as if there is something stopping the images from displaying in full and the slider is off to the bottom. (Something codewise is off)&#60;/p&#62;
&#60;p&#62;I would just like a simple way to display 10 images but I do not want them to stretch the full length of the page width. As I have some that are portrait and some landscape. Please help.&#60;/p&#62;
&#60;p&#62;I also would like these to be centered within the page.&#60;/p&#62;
&#60;p&#62;Here is a link to the current page. (Someone had troubles opening the page though earlier.)&#60;br /&#62;
&#60;a href=&#34;http://test.alightfilledlife.com/?page_id=583#&#34; rel=&#34;nofollow&#34;&#62;http://test.alightfilledlife.com/?page_id=583#&#60;/a&#62;!prettyPhoto
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
