<?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: field - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/field</link>
		<description>Support Forum - Tag: field - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 07:24:09 +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/field" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Problems with Tables"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-tables#post-110606</link>
			<pubDate>Sun, 12 May 2013 01:38:47 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">110606@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I see what you mean I think it may be a bug indeed. I played around with it, and I think making this change does the trick&#60;/p&#62;
&#60;p&#62;Please ***make a backup*** and open up /config-templatebuilder/avia-template-builder/assets/js/avia-table.js and find line 147-150 that looks like&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;{
     var template = $scope.find(&#38;#39;.avia-template-row .avia-table-cell:eq(1)&#38;#39;);
     row.find(&#38;#39;.avia-table-cell:not(.avia-table-cell-style.avia-table-cell, .avia-table-cell-delete.avia-table-cell)&#38;#39;).html(template.html());
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change it to look like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;{
     $table.find(&#38;#39;.avia-table-row .avia-table-cell:not(.avia-delete-row .avia-table-cell):nth-child(&#38;#39;+(index + 1)+&#38;#39;)&#38;#39;).removeClass(classNames).addClass(newClass);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;then find line 135 which looks like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;var select		= $(this),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;delete it, and paste the block below on line 135&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;var select		= $(this),
current		= select.parents(&#38;#39;.avia-table-cell:eq(0)&#38;#39;),
elements 	= select.parents(&#38;#39;.avia-table-row:eq(0)&#38;#39;).find(&#38;#39;.avia-table-cell&#38;#39;),
index 		= elements.index(current),&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Please let us know how it worked out. It seems to work, but Kriesi will need to do his magic here since this is out of my depth.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dee-uk on "Problems with Tables"</title>
			<link>http://www.kriesi.at/support/topic/problems-with-tables#post-110302</link>
			<pubDate>Fri, 10 May 2013 09:30:19 +0000</pubDate>
			<dc:creator>dee-uk</dc:creator>
			<guid isPermaLink="false">110302@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, the way your tables works is a bit glitch, if I enter text into a filed, then change the field type for default row to heading row, for example, the text is deleted and has to be re-entered. &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "BBPress 2.3 Upgrade Alignment Issue"</title>
			<link>http://www.kriesi.at/support/topic/bbpress-23-upgrade-alignment-issue#post-106013</link>
			<pubDate>Thu, 18 Apr 2013 07:00:19 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">106013@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Your website looks alright websitesbeyond, but the logo doesn't fit the vibe of the skin. You might as well take Kriesi's logo color scheme too since that pink and purple somehow feel rough on the eyes. Nice job with making it responsive.&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>WebsitesBeyond on "BBPress 2.3 Upgrade Alignment Issue"</title>
			<link>http://www.kriesi.at/support/topic/bbpress-23-upgrade-alignment-issue#post-105813</link>
			<pubDate>Tue, 16 Apr 2013 23:27:49 +0000</pubDate>
			<dc:creator>WebsitesBeyond</dc:creator>
			<guid isPermaLink="false">105813@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello, &#60;/p&#62;
&#60;p&#62;I have reviewed your page and ran into the same issue. If you are looking to align the search box with the search button, insert the following code into the quick css field:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;input-text, input[type=&#38;quot;text&#38;quot;], input[type=&#38;quot;input&#38;quot;], input[type=&#38;quot;password&#38;quot;], input[type=&#38;quot;email&#38;quot;], textarea, select {
    display: inline-block;
 }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I have successfully completed this here: &#60;a href=&#34;http://websitesbeyond.com/support&#34; rel=&#34;nofollow&#34;&#62;http://websitesbeyond.com/support&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "BBPress 2.3 Upgrade Alignment Issue"</title>
			<link>http://www.kriesi.at/support/topic/bbpress-23-upgrade-alignment-issue#post-105585</link>
			<pubDate>Mon, 15 Apr 2013 06:21:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">105585@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Please insert following code into the quick css field:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;form.bbp-login-form, form#bbp-search-form{
float: right;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ehong33234 on "BBPress 2.3 Upgrade Alignment Issue"</title>
			<link>http://www.kriesi.at/support/topic/bbpress-23-upgrade-alignment-issue#post-105575</link>
			<pubDate>Mon, 15 Apr 2013 05:02:31 +0000</pubDate>
			<dc:creator>ehong33234</dc:creator>
			<guid isPermaLink="false">105575@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just upgraded to the BBPress 2.3 version. The built in search bar/button and login fields are aligned improperly. How could I get everything aligned to the right? Code help please...&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://goo.gl/zO9qy&#34; rel=&#34;nofollow&#34;&#62;http://goo.gl/zO9qy&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Moving Contact Form Labels Above Fields"</title>
			<link>http://www.kriesi.at/support/topic/moving-contact-form-labels-above-fields#post-85245</link>
			<pubDate>Sun, 25 Nov 2012 01:19:37 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">85245@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;@emoshun: Thanks.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>emoshun on "Moving Contact Form Labels Above Fields"</title>
			<link>http://www.kriesi.at/support/topic/moving-contact-form-labels-above-fields#post-85236</link>
			<pubDate>Sat, 24 Nov 2012 21:46:55 +0000</pubDate>
			<dc:creator>emoshun</dc:creator>
			<guid isPermaLink="false">85236@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;*moved this question to the correct theme sub forum.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "How to display a list of portfolio entries by a single Portfolio Meta Field"</title>
			<link>http://www.kriesi.at/support/topic/how-to-display-a-list-of-portfolio-entries-by-a-single-portfolio-meta-field#post-71746</link>
			<pubDate>Sun, 19 Aug 2012 08:01:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">71746@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes, this can be done but requires some work on your end (depending on your php/wp coding skills you maybe need to hire a developer). You can eg create a new page template: &#60;a href=&#34;http://codex.wordpress.org/Pages#Page_Templates&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Pages#Page_Templates&#60;/a&#62; and use the get_post_meta function:  &#60;a href=&#34;http://codex.wordpress.org/Function_Reference/get_post_meta&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Function_Reference/get_post_meta&#60;/a&#62; in combination with the WP_Query: &#60;a href=&#34;http://codex.wordpress.org/Class_Reference/WP_Query&#34; rel=&#34;nofollow&#34;&#62;http://codex.wordpress.org/Class_Reference/WP_Query&#60;/a&#62; to create a custom loop which displays certain posts and the post meta values of these posts.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris on "How to display a list of portfolio entries by a single Portfolio Meta Field"</title>
			<link>http://www.kriesi.at/support/topic/how-to-display-a-list-of-portfolio-entries-by-a-single-portfolio-meta-field#post-71544</link>
			<pubDate>Fri, 17 Aug 2012 12:06:08 +0000</pubDate>
			<dc:creator>Chris</dc:creator>
			<guid isPermaLink="false">71544@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, &#60;/p&#62;
&#60;p&#62;I have five portfolio meta fields set up in my theme. I wanted to know if there is any way of displaying a list of all portfolio items in a specific category and display a specific portfolio meta tag only for each entry.&#60;/p&#62;
&#60;p&#62;For Example, the page i want to display would look something like this (where 'Weight' is the meta tag i want to display each time and 'Apples' is the category im using):&#60;/p&#62;
&#60;p&#62;Category: Apples&#60;/p&#62;
&#60;p&#62;1. Cox Apple                        &#124; Weight: 80g&#60;br /&#62;
2. Granny Smith Apple          &#124; Weight: 82g&#60;br /&#62;
3. Pink Lady Apple                &#124; Weight: 90g&#60;/p&#62;
&#60;p&#62;Is there any way to do this? Can anyone point me in the right direction?&#60;/p&#62;
&#60;p&#62;Many thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Moving Contact Form Labels Above Fields"</title>
			<link>http://www.kriesi.at/support/topic/moving-contact-form-labels-above-fields#post-71306</link>
			<pubDate>Thu, 16 Aug 2012 05:03:16 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">71306@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi NivedRed,&#60;/p&#62;
&#60;p&#62;If you open framework/php/class-form-generator.php and scroll to lines 155 - 157 you'll see the following:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;elements_html .= &#38;quot;&#38;lt;p class=&#38;#39;&#38;quot;.$p_class.&#38;quot;&#38;#39; id=&#38;#39;element_$id&#38;#39;&#38;gt;&#38;quot;;
$this-&#38;gt;elements_html .= &#38;#39;    &#38;lt;input name=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot; class=&#38;quot;text_input &#38;#39;.$element_class.&#38;#39;&#38;quot; type=&#38;quot;text&#38;quot; id=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot; value=&#38;quot;&#38;#39;.$value.&#38;#39;&#38;quot;/&#38;gt;&#38;lt;label for=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot;&#38;gt;&#38;#39;.$element[&#38;#39;label&#38;#39;].$required.&#38;#39;&#38;lt;/label&#38;gt;&#38;#39;;
$this-&#38;gt;elements_html .= &#38;quot;&#38;lt;/p&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The second $this has the code for the label which is this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;label for=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot;&#38;gt;&#38;#39;.$element[&#38;#39;label&#38;#39;].$required.&#38;#39;&#38;lt;/label&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I believe all you need to do is move that ahead of the input like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;elements_html .= &#38;quot;&#38;lt;p class=&#38;#39;&#38;quot;.$p_class.&#38;quot;&#38;#39; id=&#38;#39;element_$id&#38;#39;&#38;gt;&#38;quot;;
$this-&#38;gt;elements_html .= &#38;#39;    &#38;lt;label for=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot;&#38;gt;&#38;#39;.$element[&#38;#39;label&#38;#39;].$required.&#38;#39;&#38;lt;/label&#38;gt;&#38;lt;br /&#38;gt;&#38;lt;input name=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot; class=&#38;quot;text_input &#38;#39;.$element_class.&#38;#39;&#38;quot; type=&#38;quot;text&#38;quot; id=&#38;quot;&#38;#39;.$id.&#38;#39;&#38;quot; value=&#38;quot;&#38;#39;.$value.&#38;#39;&#38;quot;/&#38;gt;&#38;#39;;
$this-&#38;gt;elements_html .= &#38;quot;&#38;lt;/p&#38;gt;&#38;quot;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;I added a BR in between so the label and input would be on separate lines.&#60;/p&#62;
&#60;p&#62;Try that and see what it does. You may have to modify the CSS to position it correctly.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>NivedRed on "Moving Contact Form Labels Above Fields"</title>
			<link>http://www.kriesi.at/support/topic/moving-contact-form-labels-above-fields#post-70977</link>
			<pubDate>Tue, 14 Aug 2012 14:41:25 +0000</pubDate>
			<dc:creator>NivedRed</dc:creator>
			<guid isPermaLink="false">70977@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I've looked through contact-form.php and class-form-generator.php but I can't seem to find a way to move the contact page field labels above the fields. I can do an inspect element in Chromium and slide the &#60;code&#62;&#38;lt;label for=&#34;avia_first_and_last_name&#34;&#38;gt;First and Last Name*&#38;lt;/label&#38;gt;&#60;/code&#62; above &#60;code&#62;&#38;lt;p class=&#34;&#34; id=&#34;element_avia_first_and_last_name&#34;&#38;gt;    &#38;lt;input name=&#34;avia_first_and_last_name&#34; class=&#34;text_input is_empty&#34; type=&#34;text&#34; id=&#34;avia_first_and_last_name&#34; value=&#34;&#34; style=&#34;background-image: none; background-position: 0% 0%; background-repeat: repeat repeat; &#34;&#38;gt;&#38;lt;/p&#38;gt;&#60;/code&#62;, but I'm not sure how to translate that into the theme itself. I don't want to mess with the CSS files unless I know exactly what I should edit. Anybody have a solution?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "state/country required"</title>
			<link>http://www.kriesi.at/support/topic/statecountry-required#post-55594</link>
			<pubDate>Thu, 10 May 2012 18:21:49 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">55594@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Martijn,&#60;/p&#62;
&#60;p&#62;I'm not sure where you could change that. As far as I know the admin option isn't available so it would need to be done in the plugin files.&#60;/p&#62;
&#60;p&#62;You might want to check the WooCommerce forums as I imagine this kind of thing has been asked before if not already answered in some form.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jorisvh on "state/country required"</title>
			<link>http://www.kriesi.at/support/topic/statecountry-required#post-55289</link>
			<pubDate>Wed, 09 May 2012 08:49:56 +0000</pubDate>
			<dc:creator>jorisvh</dc:creator>
			<guid isPermaLink="false">55289@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello all,&#60;/p&#62;
&#60;p&#62;Is there a way to remove the require function in the forms? Right know state/country is required but I want to disable it. So the user can leave this blank if the want.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
Martijn
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "MANUFACTURER"</title>
			<link>http://www.kriesi.at/support/topic/manufacturer#post-54950</link>
			<pubDate>Mon, 07 May 2012 06:20:08 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">54950@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; As far as I know they'll release an extension for &#34;brands&#34; soon. For now WooCommerce does not support this feature. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>carloshf on "MANUFACTURER"</title>
			<link>http://www.kriesi.at/support/topic/manufacturer#post-54575</link>
			<pubDate>Thu, 03 May 2012 22:49:40 +0000</pubDate>
			<dc:creator>carloshf</dc:creator>
			<guid isPermaLink="false">54575@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, does anybody knows why in wooommerce product fields doesn't exists &#34;manufacturer&#34; one?, somebody knows how to insert this field?, i would like to build a list of manufacturers (brands) of the products like a category, with image logo, descriptions, etc.&#60;/p&#62;
&#60;p&#62;thank you all
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Add field to contact form"</title>
			<link>http://www.kriesi.at/support/topic/add-field-to-contact-form#post-21537</link>
			<pubDate>Sat, 25 Jun 2011 13:44:56 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21537@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>slimjim on "Add field to contact form"</title>
			<link>http://www.kriesi.at/support/topic/add-field-to-contact-form#post-21531</link>
			<pubDate>Sat, 25 Jun 2011 04:34:32 +0000</pubDate>
			<dc:creator>slimjim</dc:creator>
			<guid isPermaLink="false">21531@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks dude, got it and done it.  Ur da best! i love full all of your template!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Add field to contact form"</title>
			<link>http://www.kriesi.at/support/topic/add-field-to-contact-form#post-21477</link>
			<pubDate>Fri, 24 Jun 2011 05:27:44 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21477@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can use php form builder like: &#60;a href=&#34;http://www.phpform.org/&#34; rel=&#34;nofollow&#34;&#62;http://www.phpform.org/&#60;/a&#62; to build advanced contact forms.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>slimjim on "Add field to contact form"</title>
			<link>http://www.kriesi.at/support/topic/add-field-to-contact-form#post-21417</link>
			<pubDate>Thu, 23 Jun 2011 10:17:19 +0000</pubDate>
			<dc:creator>slimjim</dc:creator>
			<guid isPermaLink="false">21417@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i meant for html purpose.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Add field to contact form"</title>
			<link>http://www.kriesi.at/support/topic/add-field-to-contact-form#post-21216</link>
			<pubDate>Sat, 18 Jun 2011 17:17:42 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21216@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can use contact form plugins like contact form 7 or cformsII - the standard contact form doesn't support this field types.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>slimjim on "Add field to contact form"</title>
			<link>http://www.kriesi.at/support/topic/add-field-to-contact-form#post-21195</link>
			<pubDate>Fri, 17 Jun 2011 09:37:17 +0000</pubDate>
			<dc:creator>slimjim</dc:creator>
			<guid isPermaLink="false">21195@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi, just wanna ask ...  ( i use display-3-in-1-business-portfolio-html)&#60;/p&#62;
&#60;p&#62;1.how can i add upload file field in my form ?&#60;br /&#62;
2.how can i use recaptcha (from google) in my form?&#60;/p&#62;
&#60;p&#62;please help&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Remove Search &#38; Latest News"</title>
			<link>http://www.kriesi.at/support/topic/remove-search-latest-news#post-21128</link>
			<pubDate>Thu, 16 Jun 2011 08:44:01 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">21128@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;You'll only see Custom Fields on a post or page edit screen under Screen Options, where the option is relevant.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bduffy on "Remove Search &#38; Latest News"</title>
			<link>http://www.kriesi.at/support/topic/remove-search-latest-news#post-21096</link>
			<pubDate>Wed, 15 Jun 2011 18:10:12 +0000</pubDate>
			<dc:creator>bduffy</dc:creator>
			<guid isPermaLink="false">21096@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;Where would one normally find &#34;Custom Fields&#34;? I also do not see it on my &#34;screen options&#34;. Here's what I see:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://img706.imageshack.us/img706/4843/screenshot20110615at110.png&#34; rel=&#34;nofollow&#34;&#62;http://img706.imageshack.us/img706/4843/screenshot20110615at110.png&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Remove Search &#38; Latest News"</title>
			<link>http://www.kriesi.at/support/topic/remove-search-latest-news#post-21006</link>
			<pubDate>Tue, 14 Jun 2011 12:34:02 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">21006@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;You have to create a custom field called &#60;strong&#62;frontpage-link&#60;/strong&#62; and add the URL of your choice as its value. If you don't see Custom Fields as an option, under screen options (top right of the WP admin screen) check the &#34;custom fields&#34; option and you should see a box similar to this: &#60;a href=&#34;http://www.cl.ly/1Q3A0k1L0s0j2W0C3D3p&#34; rel=&#34;nofollow&#34;&#62;http://www.cl.ly/1Q3A0k1L0s0j2W0C3D3p&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bduffy on "Remove Search &#38; Latest News"</title>
			<link>http://www.kriesi.at/support/topic/remove-search-latest-news#post-20977</link>
			<pubDate>Mon, 13 Jun 2011 21:42:29 +0000</pubDate>
			<dc:creator>bduffy</dc:creator>
			<guid isPermaLink="false">20977@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Dude,&#60;/p&#62;
&#60;p&#62;Regarding my question #3, I don't see options for &#34;frontpage-link&#34; anywhere; can you explain to me a bit more how to use this feature? Linking to any page/post/category or external url would be ideal, as I want to start making the blog posts separate from home images.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Search &#38; Latest News"</title>
			<link>http://www.kriesi.at/support/topic/remove-search-latest-news#post-20769</link>
			<pubDate>Thu, 09 Jun 2011 15:43:28 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20769@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that I could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bduffy on "Remove Search &#38; Latest News"</title>
			<link>http://www.kriesi.at/support/topic/remove-search-latest-news#post-20711</link>
			<pubDate>Wed, 08 Jun 2011 16:54:26 +0000</pubDate>
			<dc:creator>bduffy</dc:creator>
			<guid isPermaLink="false">20711@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks so much!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Remove Search &#38; Latest News"</title>
			<link>http://www.kriesi.at/support/topic/remove-search-latest-news#post-20681</link>
			<pubDate>Wed, 08 Jun 2011 05:33:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">20681@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) You replace the dummy widgets with custom widgets under Appearance &#38;gt; Widgets. Just drag'n'drop any widget into the empty widget fields/areas (i.e. text widget, page widget, etc.).&#60;/p&#62;
&#60;p&#62;2) Yes - create a slider category and assign some posts to it. The slider will only show this category.&#60;/p&#62;
&#60;p&#62;3) The slider images link to the posts by default however you can set a custom field called &#34;frontpage-link&#34;. Type in the url in the value field - you can link to any page/post/category or external url you like.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bduffy on "Remove Search &#38; Latest News"</title>
			<link>http://www.kriesi.at/support/topic/remove-search-latest-news#post-20650</link>
			<pubDate>Tue, 07 Jun 2011 19:10:56 +0000</pubDate>
			<dc:creator>bduffy</dc:creator>
			<guid isPermaLink="false">20650@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks! OK, here's something that's bothering me:&#60;/p&#62;
&#60;p&#62;1. Currently I'm using a specific post category for a static image on the homepage; when I click this image, it takes me to the post. On the post page, I still see the default placeholder widgets from Themeforest; why is that? How do I get rid of them?&#60;/p&#62;
&#60;p&#62;2. What is the best way to use a static image for the homepage? By just setting the &#34;Big Image Slider&#34; to one category?&#60;/p&#62;
&#60;p&#62;3. Can I link that image to anything I want, or does it have to be that category/post the image from?&#60;/p&#62;
&#60;p&#62;Here's the website I'm working on, if it helps:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://melissamorganfineart.com/&#34; rel=&#34;nofollow&#34;&#62;http://melissamorganfineart.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
