<?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: Alt, Title, Width, Height - home page and portfolio page</title>
		<link>http://www.kriesi.at/support/topic/alt-title-width-height-home-page-and-portfolio-page</link>
		<description>Support Forum - Topic: Alt, Title, Width, Height - home page and portfolio page</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 02:55:07 +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/alt-title-width-height-home-page-and-portfolio-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Alt, Title, Width, Height - home page and portfolio page"</title>
			<link>http://www.kriesi.at/support/topic/alt-title-width-height-home-page-and-portfolio-page#post-6570</link>
			<pubDate>Wed, 13 Oct 2010 09:33:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">6570@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yep - a syntax error. I updated the code above.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>seomarketing on "Alt, Title, Width, Height - home page and portfolio page"</title>
			<link>http://www.kriesi.at/support/topic/alt-title-width-height-home-page-and-portfolio-page#post-6532</link>
			<pubDate>Tue, 12 Oct 2010 14:06:43 +0000</pubDate>
			<dc:creator>seomarketing</dc:creator>
			<guid isPermaLink="false">6532@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you, but this resulted in an error.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Alt, Title, Width, Height - home page and portfolio page"</title>
			<link>http://www.kriesi.at/support/topic/alt-title-width-height-home-page-and-portfolio-page#post-6042</link>
			<pubDate>Tue, 05 Oct 2010 16:15:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">6042@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can modify following line in kriesi_build_image.php located in the folder framework.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$image[1] = &#38;#39;&#38;quot; alt=&#38;quot;&#38;quot;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to something like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$image[1] = &#38;#39;&#38;quot; alt=&#38;quot;&#38;#39;.get_title().&#38;#39;&#38;quot; title=&#38;quot;&#38;#39;.get_title().&#38;#39;&#38;quot;&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;`&#60;br /&#62;
It's not easily possible to add width, height and dynamic alt content.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>seomarketing on "Alt, Title, Width, Height - home page and portfolio page"</title>
			<link>http://www.kriesi.at/support/topic/alt-title-width-height-home-page-and-portfolio-page#post-5989</link>
			<pubDate>Mon, 04 Oct 2010 21:23:14 +0000</pubDate>
			<dc:creator>seomarketing</dc:creator>
			<guid isPermaLink="false">5989@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Additionally, the small images on the portfolio page is not showing alt, title, dimensions as well&#60;/p&#62;
&#60;p&#62;so the image url is just &#38;lt; img src=whatever.jpg&#34; alt=&#34; &#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;For both of these and my original question, I want to know where and how to fix these.&#60;/p&#62;
&#60;p&#62;I read on another template where you explained how to go into the code and handle this, but it does not apply to this particular template as that file was not in the folder to download and adjust by ftp.&#60;/p&#62;
&#60;p&#62;I think that template had a kriesi_build_image.php
&#60;/p&#62;</description>
		</item>
		<item>
			<title>seomarketing on "Alt, Title, Width, Height - home page and portfolio page"</title>
			<link>http://www.kriesi.at/support/topic/alt-title-width-height-home-page-and-portfolio-page#post-5988</link>
			<pubDate>Mon, 04 Oct 2010 21:23:14 +0000</pubDate>
			<dc:creator>seomarketing</dc:creator>
			<guid isPermaLink="false">5988@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;for the place holder the code is as follows: &#60;/p&#62;
&#60;p&#62;$placeholder_image1 = get_bloginfo('template_url').'/files/image1.jpg';&#60;br /&#62;
$placeholder_image1 = kriesi_build_image(array('url'=&#38;gt;$placeholder_image1,'height'=&#38;gt;'124','width'=&#38;gt;'260'));&#60;/p&#62;
&#60;p&#62;The next section that holds the description text is $placeholder[1] = $placeholder_image1.'&#38;lt;h3&#38;gt;, so I am not sure what to do when written in this format.&#60;/p&#62;
&#60;p&#62;Where in this code do I add the title and alt info. I am aware of how to make standard links with proper alt and titles, but the above is what holds the image code for the Main Index Page. Also, the width and height attributes do not show in the physical code, so for image one the search engine sees no alt, no title and no dimensions:&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;box box_small box1&#34;&#38;gt;&#60;br /&#62;
&#38;lt;   img src=&#34;http://www.websiteaddres.com/image1.jpg&#34; alt=&#34;&#34; /   &#38;gt;&#38;lt;h3&#38;gt;First Title&#38;lt;/h3&#38;gt;&#60;br /&#62;
text description goes here&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;It should read&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;box box_small box1&#34;&#38;gt;&#60;br /&#62;
&#38;lt;   img src=&#34;http://www.websiteaddres.com/image1.jpg&#34; alt=&#34;what I want for alt&#34; title=&#34;what I want for title&#34; /   &#38;gt;&#38;lt;h3&#38;gt;First Title&#38;lt;/h3&#38;gt;&#60;br /&#62;
text description goes here&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;* I had to space the img brackets so that you could see the code here in the forum
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Alt, Title, Width, Height - home page and portfolio page"</title>
			<link>http://www.kriesi.at/support/topic/alt-title-width-height-home-page-and-portfolio-page#post-5805</link>
			<pubDate>Fri, 01 Oct 2010 15:12:49 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">5805@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;The placeholder images use the &#60;em&#62;kriesi_build_image&#60;/em&#62; function to put the code together for the images.&#60;/p&#62;
&#60;p&#62;This currently doesn't provide the option to include alt or title tags however the width and height are specified in the placeholder image code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$placeholder_image1 = kriesi_build_image(array(&#38;#39;url&#38;#39;=&#38;gt;$placeholder_image1,&#38;#39;height&#38;#39;=&#38;gt;&#38;#39;124&#38;#39;,&#38;#39;width&#38;#39;=&#38;gt;&#38;#39;280&#38;#39;));&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;If alt and title attributes are required, I'd suggest changing the code to include the full image code, for example:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;a href=&#38;quot;#&#38;quot; title=&#38;quot;MY TITLE TEXT&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;PATH/TO/IMAGE.JPG&#38;quot; alt=&#38;quot;MY ALT TEXT&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>seomarketing on "Alt, Title, Width, Height - home page and portfolio page"</title>
			<link>http://www.kriesi.at/support/topic/alt-title-width-height-home-page-and-portfolio-page#post-5682</link>
			<pubDate>Wed, 29 Sep 2010 23:47:29 +0000</pubDate>
			<dc:creator>seomarketing</dc:creator>
			<guid isPermaLink="false">5682@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The Alt, Title, Width, Height are missing from the $placeholder images on the home page and portfolio page images.&#60;/p&#62;
&#60;p&#62;Can you please tell me how to correct this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
