<?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: php - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/php</link>
		<description>Support Forum - Tag: php - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 22:58:29 +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/php" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Changing logo_container size in Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/changing-logo_container-size-in-replete-theme#post-105430</link>
			<pubDate>Sat, 13 Apr 2013 20:26:31 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">105430@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Peter could help :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any other questions or issues.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>narisa on "Changing logo_container size in Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/changing-logo_container-size-in-replete-theme#post-105328</link>
			<pubDate>Fri, 12 Apr 2013 17:18:51 +0000</pubDate>
			<dc:creator>narisa</dc:creator>
			<guid isPermaLink="false">105328@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;awesome! thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing logo_container size in Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/changing-logo_container-size-in-replete-theme#post-105259</link>
			<pubDate>Fri, 12 Apr 2013 05:25:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">105259@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; 1) Ok, in this case I'd also ask the developer to change the entire header section. &#60;/p&#62;
&#60;p&#62;2) Search for&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;get_search_form();&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and replace it with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if( !is_home() &#38;amp;&#38;amp; !is_front_page() )
{
get_search_form();
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>narisa on "Changing logo_container size in Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/changing-logo_container-size-in-replete-theme#post-105231</link>
			<pubDate>Thu, 11 Apr 2013 23:39:11 +0000</pubDate>
			<dc:creator>narisa</dc:creator>
			<guid isPermaLink="false">105231@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1.  I wanted to replace the entire heading including the logo- I'm going to have a programmer change the nav menu (too complicated for me) so that won't be included.- but I know I may have to have him do the entire thing if it's beyond my skill set : ) depending on if you can help.&#60;br /&#62;
2. I don't see this code.  I'm using broadscope theme.&#60;/p&#62;
&#60;p&#62;thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing logo_container size in Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/changing-logo_container-size-in-replete-theme#post-105165</link>
			<pubDate>Thu, 11 Apr 2013 10:14:00 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">105165@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1) Please elaborate - do you want to add a div / html element or just an image to the existing theme header (which contains the menu, logo, etc.)&#60;/p&#62;
&#60;p&#62;2) Open up header.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if(!avia_woocommerce_enabled() &#124;&#124; avia_get_option(&#38;#39;header_search&#38;#39;) != &#38;#39;product&#38;#39;)
							{
								get_search_form();
							}
							else
							{
								get_product_search_form();
							}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if( (!avia_woocommerce_enabled() &#124;&#124; avia_get_option(&#38;#39;header_search&#38;#39;) != &#38;#39;product&#38;#39;) &#38;amp;&#38;amp; !is_home() &#38;amp;&#38;amp; !is_front_page() )
							{
								get_search_form();
							}
							else if( !is_home() &#38;amp;&#38;amp; !is_front_page() )
							{
								get_product_search_form();
							}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>narisa on "Changing logo_container size in Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/changing-logo_container-size-in-replete-theme#post-105112</link>
			<pubDate>Wed, 10 Apr 2013 18:52:03 +0000</pubDate>
			<dc:creator>narisa</dc:creator>
			<guid isPermaLink="false">105112@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;HI- so A few things. . .&#60;br /&#62;
1.I wanted to add a header -basically a design I have all the way across the top&#60;br /&#62;
2. remove the search bar just on the home page.  want it on all interior pages.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing logo_container size in Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/changing-logo_container-size-in-replete-theme#post-105048</link>
			<pubDate>Wed, 10 Apr 2013 10:37:17 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">105048@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Basically you don't need to change the css code at all because the size of the surrounding div will change if you change the logo size. If your logo/image has a width of 622px the surrounding div will also have a size of 622px. However if you want to change the image size manually you can use following css code (insert it into the quick css field):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#header .logo, #header .logo a {
height: 200px;
width: 622px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>jeremygray2 on "Changing logo_container size in Replete Theme"</title>
			<link>http://www.kriesi.at/support/topic/changing-logo_container-size-in-replete-theme#post-105000</link>
			<pubDate>Tue, 09 Apr 2013 23:31:11 +0000</pubDate>
			<dc:creator>jeremygray2</dc:creator>
			<guid isPermaLink="false">105000@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;We wanted to increase the width of the logo_container from 200px x 100px, to 622px x 100px. &#60;/p&#62;
&#60;p&#62;The documentation says to &#34;...if your logo is larger you might need to modify style.css to align it...&#34;&#60;/p&#62;
&#60;p&#62;However the commenting in &#34;style.css&#34; (which is blank) says not to modify or add to this file but add to &#34;custom.css&#34;&#60;/p&#62;
&#60;p&#62;Yet, in another location the documentation says to modify within the &#34;function-set-avia-frontend.php&#34; file. But we do not see a reference to the logo_container within that PHP file.&#60;/p&#62;
&#60;p&#62;The generated source code looks like this. Which of these objects would need to be edited to widen the area for the logo?&#60;/p&#62;
&#60;p&#62;&#38;lt;!-- ####### HEAD CONTAINER ####### --&#38;gt;&#60;br /&#62;
&#38;lt;div id=&#34;header&#34;&#38;gt;&#60;br /&#62;
  &#38;lt;div class=&#34;container_wrap container_wrap_logo header_color light_bg_color&#34;&#38;gt;&#60;br /&#62;
    &#38;lt;div id=&#34;logo_container&#34; class=&#34;container&#34;&#38;gt;&#60;br /&#62;
      &#38;lt;h1 class=&#34;logo&#34;&#38;gt;&#60;br /&#62;
        &#60;a href=&#34;http://www.nationalsafetysupply.com.php53-8.dfw1-1.websitetestlink.com&#34;&#62;&#60;br /&#62;
           &#60;img alt=&#34;&#34; src=&#34;/wp-content/uploads/2011/12/NSSI-Logo-1.jpg&#34; /&#62;&#38;lt;/img&#38;gt;&#60;br /&#62;
        &#60;/a&#62;&#60;br /&#62;
      &#38;lt;/h1&#38;gt;&#60;br /&#62;
  &#38;lt;div class=&#34;header_meta&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;sub_menu&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;!-- end container_wrap--&#38;gt;&#60;br /&#62;
&#38;lt;div class=&#34;container_wrap container_wrap_menu header_color light_bg_color&#34;&#38;gt;&#38;lt;/div&#38;gt;&#60;br /&#62;
&#38;lt;!-- end container_wrap--&#38;gt;&#60;/p&#62;
&#60;p&#62;      &#38;lt;!-- ####### END HEAD CONTAINER ####### --&#38;gt;&#60;/p&#62;
&#60;p&#62;Where, and in what file would we introduce that width change? &#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Changing default *width units in the theme"</title>
			<link>http://www.kriesi.at/support/topic/changing-default-width-units-in-the-theme#post-96767</link>
			<pubDate>Thu, 14 Feb 2013 14:56:20 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">96767@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi jeffry_j_wainwright,&#60;/p&#62;
&#60;p&#62;That is a bit difficult generally. If the page uses a template builder template, it isn't doable as it would cause issues with the whole template builder.&#60;/p&#62;
&#60;p&#62;For other pages, its a bit easier as you can go to those pages or loops and change it directly. For instance in the template-blog.php file, you can remove the avia_config for the layout and set it manually for that file. For the portfolio, you could do the same in includes&#38;gt;loop-portfolio.php.&#60;/p&#62;
&#60;p&#62;For a standard page, you could change it in page.php and the sidebar in sidebar.php&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jeffry_j_wainwright on "Changing default *width units in the theme"</title>
			<link>http://www.kriesi.at/support/topic/changing-default-width-units-in-the-theme#post-96689</link>
			<pubDate>Thu, 14 Feb 2013 07:40:52 +0000</pubDate>
			<dc:creator>jeffry_j_wainwright</dc:creator>
			<guid isPermaLink="false">96689@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
Angular Theme: width class change for content areas and sidebars&#60;br /&#62;
--&#60;br /&#62;
I'd like to have control over which class *width units [i.e. &#38;lt;div class=&#34;content eight alpha ... etc&#34;&#38;gt;] show up where. Which file(s) control this? In particular, for the standard home page: I'd like to the change the content area to have the class of 'eight' rather than 'nine' width the sidebar then  adopting a class of 'four' rather than 'three'.&#60;/p&#62;
&#60;p&#62;Thanks in advance!&#60;/p&#62;
&#60;p&#62;Jeff&#60;/p&#62;
&#60;p&#62;*width: in the Angular theme the content and sidebar widths are controlled by class such as 'nine' or 'three'.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Sentence Theme Adding &#039;target=&#34;_blank&#34;&#039; to slideshow link"</title>
			<link>http://www.kriesi.at/support/topic/sentence-theme-adding-target_blank-to-slideshow-link#post-95806</link>
			<pubDate>Fri, 08 Feb 2013 08:44:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">95806@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Hi,&#60;br /&#62;
You can use the js code I posted here: &#60;a href=&#34;http://www.kriesi.at/support/topic/how-to-apply-a-targetblank-to-kenburn-slider-images-linked-to-an-external-url&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/how-to-apply-a-targetblank-to-kenburn-slider-images-linked-to-an-external-url&#60;/a&#62; - it will add a target=blank attribute to all external links. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jewing on "Sentence Theme Adding &#039;target=&#34;_blank&#34;&#039; to slideshow link"</title>
			<link>http://www.kriesi.at/support/topic/sentence-theme-adding-target_blank-to-slideshow-link#post-95743</link>
			<pubDate>Thu, 07 Feb 2013 19:27:44 +0000</pubDate>
			<dc:creator>jewing</dc:creator>
			<guid isPermaLink="false">95743@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Currently, when linking to an outside page form a slide show image, there is not&#60;br /&#62;
an option for &#34;Open in new page&#34;. Haven't been able to locate anything in the&#60;br /&#62;
theme files. Any suggestions?  thx.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jberickson on "Where to place Pinterest Verification code (Corona)"</title>
			<link>http://www.kriesi.at/support/topic/where-to-place-pinterest-verification-code-corona#post-94821</link>
			<pubDate>Sun, 03 Feb 2013 13:16:01 +0000</pubDate>
			<dc:creator>jberickson</dc:creator>
			<guid isPermaLink="false">94821@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Ismael, I appreciate it!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Where to place Pinterest Verification code (Corona)"</title>
			<link>http://www.kriesi.at/support/topic/where-to-place-pinterest-verification-code-corona#post-94633</link>
			<pubDate>Sat, 02 Feb 2013 03:22:36 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">94633@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Place on that on header.php, find this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;meta charset=&#38;quot;&#38;lt;?php bloginfo( &#38;#39;charset&#38;#39; ); ?&#38;gt;&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Replace it with&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;meta charset=&#38;quot;&#38;lt;?php bloginfo( &#38;#39;charset&#38;#39; );&#38;quot;  ?&#38;gt; name=&#38;quot;p:domain_verify&#38;quot; content=&#38;quot;xxxxxxxxxxxxxxxxxxxxx&#38;quot; /&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jberickson on "Where to place Pinterest Verification code (Corona)"</title>
			<link>http://www.kriesi.at/support/topic/where-to-place-pinterest-verification-code-corona#post-94423</link>
			<pubDate>Thu, 31 Jan 2013 22:14:57 +0000</pubDate>
			<dc:creator>jberickson</dc:creator>
			<guid isPermaLink="false">94423@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;We've signed ourselves up for &#34;Pinterest for Business&#34;. For the purposes of site ownership verification Pinterest has emailed me a note and line of code as follows:&#60;br /&#62;
Add this meta tag to the &#38;lt;head&#38;gt; of your index.html file (or equivalent):&#60;/p&#62;
&#60;p&#62;&#38;lt;meta name=&#34;p:domain_verify&#34; content=&#34;xxxxxxxxxxxxxxxxxxxxx&#34; /&#38;gt;&#60;/p&#62;
&#60;p&#62;Where/how do I place the code in the template?&#60;/p&#62;
&#60;p&#62;Thanks a million!&#60;br /&#62;
Bradley&#60;br /&#62;
GrandCentralStainedGlass.com
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Removing Copyright info in Footer"</title>
			<link>http://www.kriesi.at/support/topic/removing-copyright-info-in-footer#post-94376</link>
			<pubDate>Thu, 31 Jan 2013 17:22:24 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">94376@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad we could help :)&#60;/p&#62;
&#60;p&#62;Let us know if you have any other questions or issues.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tacularmatt on "Removing Copyright info in Footer"</title>
			<link>http://www.kriesi.at/support/topic/removing-copyright-info-in-footer#post-94295</link>
			<pubDate>Thu, 31 Jan 2013 11:32:04 +0000</pubDate>
			<dc:creator>tacularmatt</dc:creator>
			<guid isPermaLink="false">94295@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Brilliant, thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Removing Copyright info in Footer"</title>
			<link>http://www.kriesi.at/support/topic/removing-copyright-info-in-footer#post-93751</link>
			<pubDate>Mon, 28 Jan 2013 17:05:00 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">93751@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Open up footer.php and replace:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;&#38;amp;copy; &#38;lt;?php _e(&#38;#39;Copyright&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt; - &#38;lt;a href=&#38;#39;&#38;lt;?php echo home_url(&#38;#39;/&#38;#39;); ?&#38;gt;&#38;#39;&#38;gt;&#38;lt;?php echo get_bloginfo(&#38;#39;name&#38;#39;);?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;?php echo $kriesi_at_backlink; ?&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;span class=&#38;#39;copyright&#38;#39;&#38;gt;&#38;amp;copy; &#38;lt;?php _e(&#38;#39;Copyright&#38;#39;,&#38;#39;avia_framework&#38;#39;); ?&#38;gt; - &#38;lt;a href=&#38;#39;&#38;lt;?php echo home_url(&#38;#39;/&#38;#39;); ?&#38;gt;&#38;#39;&#38;gt;&#38;lt;?php echo get_bloginfo(&#38;#39;name&#38;#39;);?&#38;gt;&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>tacularmatt on "Removing Copyright info in Footer"</title>
			<link>http://www.kriesi.at/support/topic/removing-copyright-info-in-footer#post-93731</link>
			<pubDate>Mon, 28 Jan 2013 16:06:55 +0000</pubDate>
			<dc:creator>tacularmatt</dc:creator>
			<guid isPermaLink="false">93731@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I tried the solution offered here and it just returned a white page &#38;amp; syntax error - could you provide and updated/alternative solution please?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Woo Commerce"</title>
			<link>http://www.kriesi.at/support/topic/woo-commerce#post-93349</link>
			<pubDate>Fri, 25 Jan 2013 07:51:49 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">93349@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Yes, but the editor does not list all files and personally I'd edit all files offline. &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Julianfalgons on "Woo Commerce"</title>
			<link>http://www.kriesi.at/support/topic/woo-commerce#post-93343</link>
			<pubDate>Fri, 25 Jan 2013 05:25:42 +0000</pubDate>
			<dc:creator>Julianfalgons</dc:creator>
			<guid isPermaLink="false">93343@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I found the editor for the plugin in the admin cp.  Can I make those type of changes there?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Woo Commerce"</title>
			<link>http://www.kriesi.at/support/topic/woo-commerce#post-93163</link>
			<pubDate>Thu, 24 Jan 2013 08:22:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">93163@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can use an ftp program like FileZilla to connect to your site and you will be able to see individual files in a directory structure. Navigate to wp-content/plugins/woocommerce to download/upload the php files.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Julianfalgons on "Woo Commerce"</title>
			<link>http://www.kriesi.at/support/topic/woo-commerce#post-93136</link>
			<pubDate>Thu, 24 Jan 2013 05:45:05 +0000</pubDate>
			<dc:creator>Julianfalgons</dc:creator>
			<guid isPermaLink="false">93136@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I am attempting to make changes to the files associated with the the WooCommerce plugin; specifically to the product pages.&#60;/p&#62;
&#60;p&#62;When I go to the editor in the Wordpress Admin Panel, I only see one php files for WooCommerce.&#60;/p&#62;
&#60;p&#62;Can you please advise how I can go about making changes to the WooCommerce template files?&#60;/p&#62;
&#60;p&#62;Thanks, Have a Great Day!&#60;/p&#62;
&#60;p&#62;Julián
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mAqq on "custom PHP / custom CSS"</title>
			<link>http://www.kriesi.at/support/topic/custom-php-custom-css#post-93001</link>
			<pubDate>Wed, 23 Jan 2013 12:25:56 +0000</pubDate>
			<dc:creator>mAqq</dc:creator>
			<guid isPermaLink="false">93001@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;ok. thanks for answer, i will keep it in mind.&#60;br /&#62;
mAqq
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Contact form does not send email"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-does-not-send-email#post-92222</link>
			<pubDate>Fri, 18 Jan 2013 10:27:04 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">92222@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Please check the contact form settings (Avisio Options &#38;gt; Contact Form). Select a contact form page and enter a valid email address. You can also try to use another email address (spam filter, etc.) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sloga on "Contact form does not send email"</title>
			<link>http://www.kriesi.at/support/topic/contact-form-does-not-send-email#post-92199</link>
			<pubDate>Fri, 18 Jan 2013 06:58:16 +0000</pubDate>
			<dc:creator>sloga</dc:creator>
			<guid isPermaLink="false">92199@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have Avisio theme and the avisio contact form is not sending me emails when the form is submitted. I've looked at send.php in the theme files but cannot figure out what if anything to edit here. Do I need a plugin? Shouldn't this work out of the box? I appreciate feedback. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "custom PHP / custom CSS"</title>
			<link>http://www.kriesi.at/support/topic/custom-php-custom-css#post-92133</link>
			<pubDate>Thu, 17 Jan 2013 21:09:35 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">92133@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mAqq,&#60;/p&#62;
&#60;p&#62;It depends on how that plugin needs to output into a pages content. Replacing the built in slider with that one would be a job for a freelance developer and isn't something we can do.&#60;/p&#62;
&#60;p&#62;On the other hand, if you want to just include that slider into pages and you can do so via a shortcode it would be very easy to use within the theme (proving there are not conflicts with the themes own code).&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mAqq on "custom PHP / custom CSS"</title>
			<link>http://www.kriesi.at/support/topic/custom-php-custom-css#post-92046</link>
			<pubDate>Thu, 17 Jan 2013 11:15:44 +0000</pubDate>
			<dc:creator>mAqq</dc:creator>
			<guid isPermaLink="false">92046@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello support,&#60;br /&#62;
is it also possible to implement some custom php / css fields so that the layout can be changed based on pageID?&#60;br /&#62;
I know there is some features doing this, anyway i would like to assign the Layer slider (&#60;a href=&#34;http://codecanyon.net/item/layerslider-wp-the-wordpress-parallax-slider/1362246)&#34; rel=&#34;nofollow&#34;&#62;http://codecanyon.net/item/layerslider-wp-the-wordpress-parallax-slider/1362246)&#60;/a&#62;, instead of the Fade slider.&#60;br /&#62;
Thanks for reply.&#60;br /&#62;
mAqq
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Getting Text (HTML) on Next Line &#38; Imparting Links (Footer)"</title>
			<link>http://www.kriesi.at/support/topic/getting-text-html-on-next-line-imparting-links-footer#post-89595</link>
			<pubDate>Wed, 02 Jan 2013 17:54:11 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">89595@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi hutzelm.&#60;br /&#62;
This is what you currently have:&#60;br /&#62;
&#60;code&#62;&#38;lt;p style=&#38;quot;text-align: left;margin-top:20px;&#38;quot;&#38;gt;Use of this site constitutes acceptance of our Privacy Policy - &#38;lt;a href=&#38;quot;http://privacy-policy.truste.com/verified-policy/hutzelmedia.com&#38;quot;&#38;gt;(effective 8/31/2012). Materials on this site may not be reproduced, transmitted, distributed, cached or otherwise used, except with the prior written consent of Hutzel Media Group.&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;What this means is you have one single line in a paragraph tag. If you want to separate out the lines you can either use a break tag or separate them into multiple paragraph tags. So something like this:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;p style=&#38;quot;text-align: left;margin-top:20px;&#38;quot;&#38;gt;Use of this site constitutes acceptance of our &#38;lt;a href=&#38;quot;http://privacy-policy.truste.com/verified-policy/hutzelmedia.com&#38;quot;&#38;gt;Privacy Policy&#38;lt;/a&#38;gt;&#38;lt;/p&#38;gt;
&#38;lt;p&#38;gt;(effective 8/31/2012). Materials on this site may not be reproduced, transmitted, distributed, cached or otherwise used, except with the prior written consent of Hutzel Media Group.&#38;lt;/p&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you don't want the socket links to have a background color, you need to add the following CSS to your Quick CSS or custom.css file:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top #socket .container a {
background-color: transparent;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Please take a look at this link for how to format the html links and paragraph text so you can get it exactly as you need it: &#60;a href=&#34;http://www.w3schools.com/html/html_links.asp&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/html/html_links.asp&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;You can even use the tool on that page which lets you try it out in the html view and see it live: &#60;a href=&#34;http://www.w3schools.com/html/tryit.asp?filename=tryhtml_links&#34; rel=&#34;nofollow&#34;&#62;http://www.w3schools.com/html/tryit.asp?filename=tryhtml_links&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hutzelm on "Getting Text (HTML) on Next Line &#38; Imparting Links (Footer)"</title>
			<link>http://www.kriesi.at/support/topic/getting-text-html-on-next-line-imparting-links-footer#post-89557</link>
			<pubDate>Wed, 02 Jan 2013 14:16:07 +0000</pubDate>
			<dc:creator>hutzelm</dc:creator>
			<guid isPermaLink="false">89557@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Good morning and Happy New Year!&#60;/p&#62;
&#60;p&#62;I've installed the code last week and while the text no longer overlaps:&#60;/p&#62;
&#60;p&#62;-&#34;Use of this site...&#34; and &#34;Materials on this site...&#34; still begin on the same line. I'm trying to figure out how to get the &#34;Materials on this site...&#34; sentence to begin on its own line (with all of the footer content being center aligned)&#60;br /&#62;
-The actual link to the Privacy Policy is not connected to the words &#34;Privacy Policy&#34;, but to all the words that follow.&#60;br /&#62;
-Also, despite having &#60;/p&#62;
&#60;p&#62;#footer .container {&#60;br /&#62;
background-color: transparent;&#60;br /&#62;
color: #000000;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;in my Quick CSS box, there is still dark shading behind the text (or Privacy Policy link)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
