<?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: Changing search form to button</title>
		<link>http://www.kriesi.at/support/topic/changing-search-form-to-button</link>
		<description>Support Forum - Topic: Changing search form to button</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 12:38:41 +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/changing-search-form-to-button" rel="self" type="application/rss+xml" />

		<item>
			<title>jobsource1 on "Changing search form to button"</title>
			<link>http://www.kriesi.at/support/topic/changing-search-form-to-button#post-73740</link>
			<pubDate>Fri, 31 Aug 2012 04:03:47 +0000</pubDate>
			<dc:creator>jobsource1</dc:creator>
			<guid isPermaLink="false">73740@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks. As long as I know it can't be implemented without doing some major work I'm satisfied.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing search form to button"</title>
			<link>http://www.kriesi.at/support/topic/changing-search-form-to-button#post-72051</link>
			<pubDate>Tue, 21 Aug 2012 08:31:00 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">72051@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Yes, unfortunately it's not easily possible to display the page title in a certain section without affecting all other dynamic templates which use this element too. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jobsource1 on "Changing search form to button"</title>
			<link>http://www.kriesi.at/support/topic/changing-search-form-to-button#post-71884</link>
			<pubDate>Mon, 20 Aug 2012 12:38:35 +0000</pubDate>
			<dc:creator>jobsource1</dc:creator>
			<guid isPermaLink="false">71884@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I tried this and it has replaced the Welcome message on the homepage with the title of a random post. What I want is for just one template to display the page title in this section, but this change seems to effect all the dynamic templates. &#60;/p&#62;
&#60;p&#62;Thanks again for your continued help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing search form to button"</title>
			<link>http://www.kriesi.at/support/topic/changing-search-form-to-button#post-70898</link>
			<pubDate>Tue, 14 Aug 2012 05:24:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">70898@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; In this case replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$output .= $dynamic_text.$button;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$dynamic_text = get_the_title( get_the_ID() );
$output .= $dynamic_text.$button;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jobsource1 on "Changing search form to button"</title>
			<link>http://www.kriesi.at/support/topic/changing-search-form-to-button#post-70786</link>
			<pubDate>Mon, 13 Aug 2012 13:56:45 +0000</pubDate>
			<dc:creator>jobsource1</dc:creator>
			<guid isPermaLink="false">70786@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Sorry, I think I could have been clearer with my question.&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://www.jobsource.ie/wp-content/uploads/2012/08/employers_problem.png&#34; /&#62;&#60;/p&#62;
&#60;p&#62;What I'm trying to do is have the text part of the callout section - the part illustrated that reads &#34;Employers&#34; - to display the title of the current page. Is this possible?&#60;/p&#62;
&#60;p&#62;Thanks again for your help so far.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing search form to button"</title>
			<link>http://www.kriesi.at/support/topic/changing-search-form-to-button#post-70178</link>
			<pubDate>Thu, 09 Aug 2012 07:18:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">70178@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try following - open up includes/helper-template-dynamic.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(!empty($dynamic_text_button))
								{
									$button = &#38;quot;&#38;lt;a class=&#38;#39;big_button avia-button button&#38;#39; href=&#38;#39;&#38;quot;.avia_get_link($element[&#38;#39;saved_value&#38;#39;][0], &#38;#39;dynamic_text_button_&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$dynamic_text_button.&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
									$content_class= &#38;#39;padding-active&#38;#39;;
								}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(!empty($dynamic_text_button))
								{
									$button = &#38;quot;&#38;lt;a class=&#38;#39;big_button avia-button button&#38;#39; href=&#38;#39;&#38;quot;.avia_get_link($element[&#38;#39;saved_value&#38;#39;][0], &#38;#39;dynamic_text_button_&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$dynamic_text_button.&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
									$content_class= &#38;#39;padding-active&#38;#39;;
								}
								else
								{
									$button = &#38;quot;&#38;lt;a class=&#38;#39;big_button avia-button button&#38;#39; href=&#38;#39;&#38;quot;.avia_get_link($element[&#38;#39;saved_value&#38;#39;][0], &#38;#39;dynamic_text_button_&#38;#39;).&#38;quot;&#38;#39;&#38;gt;&#38;quot;.get_the_title( get_the_ID() ).&#38;quot;&#38;lt;/a&#38;gt;&#38;quot;;
									$content_class= &#38;#39;padding-active&#38;#39;;
								}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;However I'm not sure about the button/link target though because it doesn't make much sense to link to the current entry....
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jobsource1 on "Changing search form to button"</title>
			<link>http://www.kriesi.at/support/topic/changing-search-form-to-button#post-69806</link>
			<pubDate>Tue, 07 Aug 2012 15:36:50 +0000</pubDate>
			<dc:creator>jobsource1</dc:creator>
			<guid isPermaLink="false">69806@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Thanks for your help with this. I followed the instructions and it worked perfectly for the homepage.&#60;/p&#62;
&#60;p&#62;I still have one problem though. I would like to have this button on every page, across the entire site, with the page title to the left-hand side. I have noticed that the Text Area/Callout/Quote section does not have a option for displaying the individual page's title, and I've tried &#60;code&#62;&#38;lt;?php echo get_the_title($ID); ?&#38;gt;&#60;/code&#62; with no success. Is there a way to implement this without having to create a template for each individual page?&#60;/p&#62;
&#60;p&#62;Thanks again for your help so far.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Changing search form to button"</title>
			<link>http://www.kriesi.at/support/topic/changing-search-form-to-button#post-67960</link>
			<pubDate>Fri, 27 Jul 2012 16:12:39 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">67960@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi jobsource1,&#60;/p&#62;
&#60;p&#62;Let me make sure I follow you. All you want to do is replace the Plans and Pricing button shown in the demo with a Browse Vacancies button, correct? So instead of the copying the CSS and editing the template files themselves, all you need to is go to Flagship &#38;gt; Template Builder. &#60;/p&#62;
&#60;p&#62;If you haven't already create a Frontpage template. The demo page you're referring to is setup like this:&#60;/p&#62;
&#60;p&#62;&#60;a href='http://qikr.co/qgns7'&#62;&#60;img src='http://qikr.co/files/pics/t/templatebu26029.jpg' /&#62;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Notice the area I've expanded that's where the Plans and Pricing button is edited. You can edit the text under the &#34;Callout Button Label&#34;, you can also set the link as well as the &#34;Welcome&#34; message to the left.&#60;/p&#62;
&#60;p&#62;If you are using a Frontpage template, make sure the Text Area / Callout / Quotes element is listed then add your information.&#60;/p&#62;
&#60;p&#62;Once you've done this go to your Homepage and make sure the template is selected under Page Layout as well that your Homepage is set under Flagship &#38;gt; Theme Options. Also make sure, you remove the CSS you added to your custom.css and uncomment the search form since that should auto disappear when you create this template.&#60;/p&#62;
&#60;p&#62;Hope this helps!&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jobsource1 on "Changing search form to button"</title>
			<link>http://www.kriesi.at/support/topic/changing-search-form-to-button#post-67661</link>
			<pubDate>Wed, 25 Jul 2012 23:23:42 +0000</pubDate>
			<dc:creator>jobsource1</dc:creator>
			<guid isPermaLink="false">67661@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm referring to the button here:&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://www.jobsource.ie/wp-content/uploads/2012/07/button2.png&#34; /&#62;&#60;/p&#62;
&#60;p&#62;I copied all the styling to create a duplicate css class, with this as the result:&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://www.jobsource.ie/wp-content/uploads/2012/07/button1.png&#34; /&#62;&#60;/p&#62;
&#60;p&#62;However, when the browser window is reduced in size, the button overlaps the text, like so:&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://www.jobsource.ie/wp-content/uploads/2012/07/button4.png&#34; /&#62;&#60;/p&#62;
&#60;p&#62;I'd like to know how to set up a button that allows for the changes in window size, like that in the demo. I can't find any options in the theme settings for this:&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://www.jobsource.ie/wp-content/uploads/2012/07/button3.png&#34; /&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Changing search form to button"</title>
			<link>http://www.kriesi.at/support/topic/changing-search-form-to-button#post-67217</link>
			<pubDate>Mon, 23 Jul 2012 18:35:13 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">67217@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi jobsource1,&#60;/p&#62;
&#60;p&#62;I'm not quite sure what you mean. As far as I know there isn't anything on the demo page that can't be done through the theme settings so you shouldn't need to edit anything in the php files to get the exact same layout.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jobsource1 on "Changing search form to button"</title>
			<link>http://www.kriesi.at/support/topic/changing-search-form-to-button#post-66444</link>
			<pubDate>Wed, 18 Jul 2012 20:59:54 +0000</pubDate>
			<dc:creator>jobsource1</dc:creator>
			<guid isPermaLink="false">66444@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Thanks for the great theme. It's the perfect solution for this business.&#60;/p&#62;
&#60;p&#62;I'm having trouble replacing the standard search from in the title container on &#60;a href=&#34;http://www.jobsource.ie/&#34;&#62;http://www.jobsource.ie&#60;/a&#62; with a call to action button, just like the one on the theme demo site - &#60;a href=&#34;http://www.kriesi.at/themedemo/?theme=flagship&#34;&#62;http://www.kriesi.at/themedemo/?theme=flagship&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I tried commenting out the search form in &#60;strong&#62;searchfom.php&#60;/strong&#62; and adding the following:&#60;br /&#62;
&#60;code&#62;&#38;lt;a class=&#38;quot;big_button avia-button button&#38;quot; href=&#38;quot;http://www.jobsource.ie/index.php/category/alljobs/&#38;quot;&#38;gt;All Jobs&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;br /&#62;
The result was the correct button style, but sticky to the right-hand side of the title container. No float, margin, or padding styling seems to move it.&#60;/p&#62;
&#60;p&#62;I appreciate any help you can offer. Thanks again.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
