<?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: copyright change - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/copyright-change</link>
		<description>Support Forum - Tag: copyright change - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 16:45:51 +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/copyright-change" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Where can I alter the below footer info... Copyright, credits, etc.?"</title>
			<link>http://www.kriesi.at/support/topic/where-can-i-alter-the-below-footer-info-copyright-credits-etc#post-94353</link>
			<pubDate>Thu, 31 Jan 2013 16:30:05 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">94353@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;1 - Most indivudal things need to be set with CSS. The styling options cover general categories and tries to keep things grouped to help with a consistant design without a lot of work. &#60;/p&#62;
&#60;p&#62;Any new css can be added to the quick css field or the custom.css file in the css folder (both will persist through theme updates).&#60;/p&#62;
&#60;p&#62;2 - I believe you need to use the Page Split and select the boxed split overlap. I don't have access to the demo site, but the frontpage layout should have come with the same layout or at least very close to it.&#60;/p&#62;
&#60;p&#62;If you have any other questions for Incarnation just make a new post in the Incarnation forum: &#60;a href=&#34;http://www.kriesi.at/support/forum/incarnation&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/forum/incarnation&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robphat on "Where can I alter the below footer info... Copyright, credits, etc.?"</title>
			<link>http://www.kriesi.at/support/topic/where-can-i-alter-the-below-footer-info-copyright-credits-etc#post-94245</link>
			<pubDate>Thu, 31 Jan 2013 02:05:39 +0000</pubDate>
			<dc:creator>robphat</dc:creator>
			<guid isPermaLink="false">94245@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Devin,&#60;/p&#62;
&#60;p&#62;Thanks for the info. I guess I did come off a little rude. My apologies to all and the developers. It really is a nice theme. I went ahead and just edited the footer.php file directly. No big deal.&#60;/p&#62;
&#60;p&#62;Do you have a lot of experience with this theme? I have a few more questions. If you don't know the answer, I'll post it in the forum, but here they are:&#60;/p&#62;
&#60;p&#62;1. Is there somewhere in the theme options or builder where we can change the font that shows up for post/page titles in a page/post widget? I don't see it anywhere. Or do we have to manually do it in CSS. It firebugged it, and those titles are H3, but I didn't see anywhere in the theme options or builder to edit the different font classes.&#60;/p&#62;
&#60;p&#62;2. The demo at &#60;a href=&#34;http://www.kriesi.at/themedemo/?theme=incarnation&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themedemo/?theme=incarnation&#60;/a&#62; has the look of a page, because it has the boxed content with rounded edges overlapping into the bottom of the CTA under the slider, which is how that pages display. How do we get the home page to show like this, because my homepage, build with the theme builder doesn't look like that? You can see it at &#60;a href=&#34;http://184.173.230.93/~clcchurc/home/&#34; rel=&#34;nofollow&#34;&#62;http://184.173.230.93/~clcchurc/home/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for any help you can provide. You seem pretty knowledgeable, more than me I'm sure.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Where can I alter the below footer info... Copyright, credits, etc.?"</title>
			<link>http://www.kriesi.at/support/topic/where-can-i-alter-the-below-footer-info-copyright-credits-etc#post-94026</link>
			<pubDate>Wed, 30 Jan 2013 00:13:15 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">94026@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey robphat,&#60;/p&#62;
&#60;p&#62;All themes are different and every author has a different way of doing things. &#60;/p&#62;
&#60;p&#62;You can either remove the backlink directly from the footer.php file, add a function to filter the backlink to your functions.php file or do so in a child theme (though I never recommend child themes with full featured themes like Kriesi's).&#60;/p&#62;
&#60;p&#62;A sample filter would be:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;add_filter( &#38;#39;kriesi_backlink&#38;#39;, &#38;#39;my_custom_copyright&#38;#39;);

function my_custom_copyright ($content)
{
	return &#38;quot;&#38;quot;;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Again, this is only if you want to change the copyright from the basic  © Copyright - Your Wordpress Title - WordPress Premium Theme by Kriesi&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>robphat on "Where can I alter the below footer info... Copyright, credits, etc.?"</title>
			<link>http://www.kriesi.at/support/topic/where-can-i-alter-the-below-footer-info-copyright-credits-etc#post-94020</link>
			<pubDate>Tue, 29 Jan 2013 23:53:22 +0000</pubDate>
			<dc:creator>robphat</dc:creator>
			<guid isPermaLink="false">94020@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Seriously? We have to manually edit the footer code to put our copyright / credits info, and then replace the code for every theme update? I know it only takes a second to do this, but for this theme to be as nice as it is, that is a major feature lacking for a contemporary premium wp theme.&#60;/p&#62;
&#60;p&#62;All premium themes I've seen let you enter the copyright / credits info through the theme options, not make you manually edit the php code, and then have to replace it after theme updates.&#60;/p&#62;
&#60;p&#62;Is this really the only way?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Where can I alter the below footer info... Copyright, credits, etc.?"</title>
			<link>http://www.kriesi.at/support/topic/where-can-i-alter-the-below-footer-info-copyright-credits-etc#post-92367</link>
			<pubDate>Sat, 19 Jan 2013 02:33:54 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">92367@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Yes, they will be overwritten but all you need to do is create a backup of footer.php, update your theme then override the footer.php again using your backup file.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gwildbur on "Where can I alter the below footer info... Copyright, credits, etc.?"</title>
			<link>http://www.kriesi.at/support/topic/where-can-i-alter-the-below-footer-info-copyright-credits-etc#post-92291</link>
			<pubDate>Fri, 18 Jan 2013 18:23:32 +0000</pubDate>
			<dc:creator>gwildbur</dc:creator>
			<guid isPermaLink="false">92291@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If I make changes to the Copyright using the indicated way by Ismael would they get overwritten when there is a new release for the template?&#60;br /&#62;
If that is the case is it possible to make the changes on the custom.css or similar?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Where can I alter the below footer info... Copyright, credits, etc.?"</title>
			<link>http://www.kriesi.at/support/topic/where-can-i-alter-the-below-footer-info-copyright-credits-etc#post-88764</link>
			<pubDate>Tue, 18 Dec 2012 10:38:42 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">88764@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mgma,&#60;/p&#62;
&#60;p&#62;Kindly open wp-content/themes/coherence/footer.php and find this line of code:&#60;br /&#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;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mgma on "Where can I alter the below footer info... Copyright, credits, etc.?"</title>
			<link>http://www.kriesi.at/support/topic/where-can-i-alter-the-below-footer-info-copyright-credits-etc#post-88743</link>
			<pubDate>Tue, 18 Dec 2012 09:11:21 +0000</pubDate>
			<dc:creator>mgma</dc:creator>
			<guid isPermaLink="false">88743@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Change email words and change the © Copyright - Digital Discovery - Wordpress Th"</title>
			<link>http://www.kriesi.at/support/topic/change-email-words-and-change-the-%c2%a9-copyright-digital-discovery-wordpress-th#post-33340</link>
			<pubDate>Mon, 28 Nov 2011 15:38:06 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">33340@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try to add following code to css/custom.css:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#ajaxresponse{
display: block !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Bonovox on "Change email words and change the © Copyright - Digital Discovery - Wordpress Th"</title>
			<link>http://www.kriesi.at/support/topic/change-email-words-and-change-the-%c2%a9-copyright-digital-discovery-wordpress-th#post-33329</link>
			<pubDate>Mon, 28 Nov 2011 13:27:18 +0000</pubDate>
			<dc:creator>Bonovox</dc:creator>
			<guid isPermaLink="false">33329@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Both problems solved!&#60;/p&#62;
&#60;p&#62;However there is one last situacion. When I send an test email  it doesnt show to the customer any message of the confirmation - example - &#60;a href=&#34;http://tinypic.com?ref=24v4p6h&#34;&#62;&#60;img src=&#34;http://i43.tinypic.com/24v4p6h.png&#34; alt=&#34;Image and video hosting by TinyPic&#34; /&#62;&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;How can I fix that? Tks!!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Change email words and change the © Copyright - Digital Discovery - Wordpress Th"</title>
			<link>http://www.kriesi.at/support/topic/change-email-words-and-change-the-%c2%a9-copyright-digital-discovery-wordpress-th#post-33287</link>
			<pubDate>Mon, 28 Nov 2011 07:28:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">33287@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
1) You can change the text strings in includes/contact-form.php - change the text after:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;#39;label&#38;#39;=&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to any other text.&#60;/p&#62;
&#60;p&#62;2) You can reome/edit the copyright message in footer.php:&#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;a href=&#38;#39;http://www.kriesi.at&#38;#39;&#38;gt;Wordpress Theme by Kriesi.at&#38;lt;/a&#38;gt;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Bonovox on "Change email words and change the © Copyright - Digital Discovery - Wordpress Th"</title>
			<link>http://www.kriesi.at/support/topic/change-email-words-and-change-the-%c2%a9-copyright-digital-discovery-wordpress-th#post-33259</link>
			<pubDate>Mon, 28 Nov 2011 00:00:58 +0000</pubDate>
			<dc:creator>Bonovox</dc:creator>
			<guid isPermaLink="false">33259@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I would like to know how do I change the email form in contact page to Portuguese language (exemple - Name to Nome; Subject to Assunto, etc...)&#60;/p&#62;
&#60;p&#62;I also would like to change the &#34;© Copyright - Digital Discovery - Wordpress Theme by Kriesi.at&#34; at the bottom of the main page.&#60;/p&#62;
&#60;p&#62;Tks in advance!&#60;/p&#62;
&#60;p&#62;You guys rock!&#60;/p&#62;
&#60;p&#62;Pedro Menezes Pereira
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
