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

		<item>
			<title>Devin on "Changing Events text(s) to Meetings?"</title>
			<link>http://www.kriesi.at/support/topic/changing-events-texts-to-meetings#post-112678</link>
			<pubDate>Tue, 21 May 2013 13:53:53 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">112678@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi deviouscreations,&#60;/p&#62;
&#60;p&#62;If you really want to change it to that extreme, you need to do a global search on events in the whole theme and then check each instance of the word.&#60;/p&#62;
&#60;p&#62;The plugin used is tribe's Events plugin. So you'll need to really check through every single instance individually to make sure the function name or post type name isn't referred to somewhere else/if it is, its changed in the other function too.&#60;/p&#62;
&#60;p&#62;You can use something like Notepad++ to do the search and replace but make sure you save a backup at each step.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>deviouscreations on "Changing Events text(s) to Meetings?"</title>
			<link>http://www.kriesi.at/support/topic/changing-events-texts-to-meetings#post-112526</link>
			<pubDate>Mon, 20 May 2013 18:59:02 +0000</pubDate>
			<dc:creator>deviouscreations</dc:creator>
			<guid isPermaLink="false">112526@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://lydbrookparish.co.uk/?post_type=tribe_events&#38;amp;eventDisplay=upcoming&#34; rel=&#34;nofollow&#34;&#62;http://lydbrookparish.co.uk/?post_type=tribe_events&#38;amp;eventDisplay=upcoming&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I've managed to change some of those using the advice you provided. &#60;/p&#62;
&#60;p&#62;How do I change the post_type from tribe_events to say.. tribe_meetings? &#60;/p&#62;
&#60;p&#62;I really need the &#34;Home&#38;gt;Events&#34; on the right to say &#34;Home&#38;gt;Meetings&#34;. &#60;/p&#62;
&#60;p&#62;Also, how do I change the Widget to have &#34;View All Meetings&#34; instead of &#34;View All Events&#34;? &#60;/p&#62;
&#60;p&#62;Once again, thanks in advance.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Changing Events text(s) to Meetings?"</title>
			<link>http://www.kriesi.at/support/topic/changing-events-texts-to-meetings#post-111838</link>
			<pubDate>Fri, 17 May 2013 03:30:23 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111838@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;First edit config-events-calendar/the-events-calendar/views/list.php, then find this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;a class=&#38;#39;tribe-events-button-on&#38;#39; href=&#38;#39;&#38;lt;?php echo tribe_get_listview_link(); ?&#38;gt;&#38;#39;&#38;gt;&#38;lt;?php _e(&#38;#39;Event List&#38;#39;, &#38;#39;tribe-events-calendar&#38;#39;); ?&#38;gt;&#38;lt;/a&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Then find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;// Display Previous Page Navigation
		if( tribe_is_upcoming() &#38;amp;&#38;amp; get_previous_posts_link() ) : ?&#38;gt;
			&#38;lt;?php previous_posts_link( &#38;#39;&#38;lt;span&#38;gt;&#38;#39;.__(&#38;#39;« Previous Events&#38;#39;, &#38;#39;tribe-events-calendar&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#38;#39; ); ?&#38;gt;
		&#38;lt;?php elseif( tribe_is_upcoming() &#38;amp;&#38;amp; !get_previous_posts_link( ) ) : ?&#38;gt;
			&#38;lt;a href=&#38;#39;&#38;lt;?php echo tribe_get_past_link(); ?&#38;gt;&#38;#39;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;?php _e(&#38;#39;« Previous Events&#38;#39;, &#38;#39;tribe-events-calendar&#38;#39; ); ?&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;
		&#38;lt;?php elseif( tribe_is_past() &#38;amp;&#38;amp; get_next_posts_link( ) ) : ?&#38;gt;
			&#38;lt;?php next_posts_link( &#38;#39;&#38;lt;span&#38;gt;&#38;#39;.__(&#38;#39;« Previous Events&#38;#39;, &#38;#39;tribe-events-calendar&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#38;#39; ); ?&#38;gt;
		&#38;lt;?php endif; ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And this&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if( tribe_is_upcoming() &#38;amp;&#38;amp; get_next_posts_link( ) ) : ?&#38;gt;
			&#38;lt;?php next_posts_link( &#38;#39;&#38;lt;span&#38;gt;&#38;#39;.__(&#38;#39;Next Events »&#38;#39;, &#38;#39;tribe-events-calendar&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#38;#39; ); ?&#38;gt;
		&#38;lt;?php elseif( tribe_is_past() &#38;amp;&#38;amp; get_previous_posts_link( ) ) : ?&#38;gt;
			&#38;lt;?php previous_posts_link( &#38;#39;&#38;lt;span&#38;gt;&#38;#39;.__(&#38;#39;Next Events »&#38;#39;, &#38;#39;tribe-events-calendar&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#38;#39; ); // a little confusing but in &#38;#39;past view&#38;#39; to see newer events you want the previous page ?&#38;gt;
		&#38;lt;?php elseif( tribe_is_past() &#38;amp;&#38;amp; !get_previous_posts_link( ) ) : ?&#38;gt;
			&#38;lt;a&#38;gt;&#38;#39;&#38;gt;&#38;lt;span&#38;gt;&#38;lt;?php _e(&#38;#39;Next Events »&#38;#39;, &#38;#39;tribe-events-calendar&#38;#39;); ?&#38;gt;&#38;lt;/span&#38;gt;&#38;lt;/a&#38;gt;
		&#38;lt;?php endif; ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change &#34;Events&#34; to &#34;Meetings&#34;.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>deviouscreations on "Changing Events text(s) to Meetings?"</title>
			<link>http://www.kriesi.at/support/topic/changing-events-texts-to-meetings#post-111747</link>
			<pubDate>Thu, 16 May 2013 21:14:06 +0000</pubDate>
			<dc:creator>deviouscreations</dc:creator>
			<guid isPermaLink="false">111747@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! Thanks for replying. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://lydbrookparish.co.uk/?post_type=tribe_events&#34; rel=&#34;nofollow&#34;&#62;http://lydbrookparish.co.uk/?post_type=tribe_events&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Basically anywhere on this page that says &#34;events&#34;, i wish to change to &#34;meetings&#34;. So the button that says &#34;Event List&#34;, &#34;Previous Events&#34;, and &#34;No Upcoming Events&#34;.&#60;/p&#62;
&#60;p&#62;So.. can this be changed, and will it affect SEO?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Events Translation and event sidebar"</title>
			<link>http://www.kriesi.at/support/topic/events-translation-and-event-sidebar#post-111020</link>
			<pubDate>Tue, 14 May 2013 05:19:14 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">111020@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If you want to translate the events calendar plugin install the plugin files first: &#60;a href=&#34;http://wordpress.org/extend/plugins/the-events-calendar/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/the-events-calendar/&#60;/a&#62; (upload the files into the wp-content/plugins/ directory and activate the plugin. &#60;/p&#62;
&#60;p&#62;Then use the right po file located in wp-content/plugins/the-events-calendar/lang/ to translate the plugin. You can use Poedit or &#60;a href=&#34;http://wordpress.org/extend/plugins/codestyling-localization/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/codestyling-localization/&#60;/a&#62; for this task.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Changing Events text(s) to Meetings?"</title>
			<link>http://www.kriesi.at/support/topic/changing-events-texts-to-meetings#post-110963</link>
			<pubDate>Tue, 14 May 2013 00:27:34 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">110963@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Can you give us a screenshot of the text you want to remove or change?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>deviouscreations on "Changing Events text(s) to Meetings?"</title>
			<link>http://www.kriesi.at/support/topic/changing-events-texts-to-meetings#post-110937</link>
			<pubDate>Mon, 13 May 2013 20:55:58 +0000</pubDate>
			<dc:creator>deviouscreations</dc:creator>
			<guid isPermaLink="false">110937@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I'm using Incarnation for a Parish Council Website, &#60;a href=&#34;http://lydbrookparish.co.uk/&#34; rel=&#34;nofollow&#34;&#62;http://lydbrookparish.co.uk/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Amongst other requirements, they needed a page for Events, AND a page for council members meetings. &#60;/p&#62;
&#60;p&#62;Due to how the parish wanted to list the events, I have used the blog page template. The Event page template is being used for their Meetings page. &#60;/p&#62;
&#60;p&#62;What I need to work out, is how to change all the bits of text that have the word &#34;event(s)&#34; in to &#34;meeting(s)&#34;. I've managed to do a couple but the others I think I need to do so though FTP. Can you give some advice? &#60;/p&#62;
&#60;p&#62;Can you also advise if this will affect or mess up the SEO for these pages? &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vagsera on "Events Translation and event sidebar"</title>
			<link>http://www.kriesi.at/support/topic/events-translation-and-event-sidebar#post-110848</link>
			<pubDate>Mon, 13 May 2013 12:59:43 +0000</pubDate>
			<dc:creator>vagsera</dc:creator>
			<guid isPermaLink="false">110848@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OK for no. 2. It worked fine!&#60;/p&#62;
&#60;p&#62;As for no 1, I want to translate the labels of the months. For example Jan, Feb, Mar and also the labels of the Days (eg Mon, Tue, Wed etc) to greek (eg. Ιαν, Φεβ, Μαρ) etc. Is that possible?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Main Menu Not Shown on Events Page"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-not-shown-on-events-page#post-110394</link>
			<pubDate>Fri, 10 May 2013 16:27:51 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">110394@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Ismael 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>Ismael on "Events Translation and event sidebar"</title>
			<link>http://www.kriesi.at/support/topic/events-translation-and-event-sidebar#post-110160</link>
			<pubDate>Thu, 09 May 2013 22:03:53 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">110160@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;1.) Go to config-events-calendar folder, edit config.php then find this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;if($show_weeks)
		{
		echo &#38;#39;

				&#38;lt;div class=&#38;quot;dash weeks_dash&#38;quot;&#38;gt;
					&#38;lt;span class=&#38;quot;dash_title&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;weeks&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;
					&#38;lt;div class=&#38;quot;digit&#38;quot;&#38;gt;0&#38;lt;/div&#38;gt;
					&#38;lt;div class=&#38;quot;digit&#38;quot;&#38;gt;0&#38;lt;/div&#38;gt;
				&#38;lt;/div&#38;gt;&#38;#39;;
		}

		echo &#38;#39;
				&#38;lt;div class=&#38;quot;dash days_dash&#38;quot;&#38;gt;
					&#38;lt;span class=&#38;quot;dash_title&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;days&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;
					&#38;lt;div class=&#38;quot;digit&#38;quot;&#38;gt;0&#38;lt;/div&#38;gt;
					&#38;lt;div class=&#38;quot;digit&#38;quot;&#38;gt;0&#38;lt;/div&#38;gt;
				&#38;lt;/div&#38;gt;

				&#38;lt;div class=&#38;quot;dash hours_dash&#38;quot;&#38;gt;
					&#38;lt;span class=&#38;quot;dash_title&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;hours&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;
					&#38;lt;div class=&#38;quot;digit&#38;quot;&#38;gt;0&#38;lt;/div&#38;gt;
					&#38;lt;div class=&#38;quot;digit&#38;quot;&#38;gt;0&#38;lt;/div&#38;gt;
				&#38;lt;/div&#38;gt;

				&#38;lt;div class=&#38;quot;dash minutes_dash&#38;quot;&#38;gt;
					&#38;lt;span class=&#38;quot;dash_title&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;minutes&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;
					&#38;lt;div class=&#38;quot;digit&#38;quot;&#38;gt;0&#38;lt;/div&#38;gt;
					&#38;lt;div class=&#38;quot;digit&#38;quot;&#38;gt;0&#38;lt;/div&#38;gt;
				&#38;lt;/div&#38;gt;

				&#38;lt;div class=&#38;quot;dash seconds_dash&#38;quot;&#38;gt;
					&#38;lt;span class=&#38;quot;dash_title&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;seconds&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;
					&#38;lt;div class=&#38;quot;digit&#38;quot;&#38;gt;0&#38;lt;/div&#38;gt;
					&#38;lt;div class=&#38;quot;digit&#38;quot;&#38;gt;0&#38;lt;/div&#38;gt;
				&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change these lines &#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;span class=&#38;quot;dash_title&#38;quot;&#38;gt;&#38;#39;.__(&#38;#39;days&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;#39;&#38;lt;/span&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;2.) You can add this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.main_color .tribe-events-event-meta a {
text-decoration: none;
color: #919191;
cursor: default;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielmansfield on "Main Menu Not Shown on Events Page"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-not-shown-on-events-page#post-110159</link>
			<pubDate>Thu, 09 May 2013 21:51:13 +0000</pubDate>
			<dc:creator>danielmansfield</dc:creator>
			<guid isPermaLink="false">110159@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you Ismael :)   problem solved !!!!!  your a champion ;)&#60;/p&#62;
&#60;p&#62;Dan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vagsera on "Events Translation and event sidebar"</title>
			<link>http://www.kriesi.at/support/topic/events-translation-and-event-sidebar#post-110129</link>
			<pubDate>Thu, 09 May 2013 19:33:09 +0000</pubDate>
			<dc:creator>vagsera</dc:creator>
			<guid isPermaLink="false">110129@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello. I have to questions:&#60;br /&#62;
1) How can I translate the months, days and the date snippet appeared in the upcoming events? I have made the events translatable via &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; but those strings do not appear. Which is the right way to do it?&#60;br /&#62;
2) In the sidebar of an event, there are various fields such as cost, date etc and there is also the &#34;Catecory&#34; field which is linked to the category and underlined. How can I remove the underline in the category field and perhaps unlink it with the category?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Main Menu Not Shown on Events Page"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-not-shown-on-events-page#post-109387</link>
			<pubDate>Tue, 07 May 2013 00:56:15 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">109387@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Sorry, my bad. You have to redo your events page. Please first go to Settings &#38;gt; Permalinks then choose Post Name then save. Now go to Events &#38;gt; Settings &#38;gt; Events URL slug then look for your event URL, it will probably look like this &#60;a href=&#34;http://www.stmaryinthefields.co.uk/events/&#34; rel=&#34;nofollow&#34;&#62;http://www.stmaryinthefields.co.uk/events/&#60;/a&#62;. Copy that then go to Appearance &#38;gt; Menu. Add a custom menu, and use the event page URL then label it menu. Remove your old events page.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielmansfield on "Main Menu Not Shown on Events Page"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-not-shown-on-events-page#post-109090</link>
			<pubDate>Sun, 05 May 2013 17:39:21 +0000</pubDate>
			<dc:creator>danielmansfield</dc:creator>
			<guid isPermaLink="false">109090@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Ismael&#60;/p&#62;
&#60;p&#62;The problem I have is with the Events page..  I did what you said I added a new page called events.. then i edited the  Incarnation &#38;gt; Theme Options &#38;gt; Sermons .. but that changes the Sermons page?  &#60;/p&#62;
&#60;p&#62;my problem is with the events page - please do take a look here :)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.stmaryinthefields.co.uk/&#34; rel=&#34;nofollow&#34;&#62;http://www.stmaryinthefields.co.uk/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I have also created a new template for events.. but not sure how to use that for the events page?  &#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Main Menu Not Shown on Events Page"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-not-shown-on-events-page#post-108984</link>
			<pubDate>Sun, 05 May 2013 07:30:00 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">108984@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;@danielmnsf: Yes, you need to create a page for the events or sermon. After that, go to Incarnation &#38;gt; Theme Options &#38;gt; Sermons &#38;gt; Which Page should be used as Sermon Overview Page? . Select your page.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>danielmansfield on "Main Menu Not Shown on Events Page"</title>
			<link>http://www.kriesi.at/support/topic/main-menu-not-shown-on-events-page#post-108926</link>
			<pubDate>Sat, 04 May 2013 23:17:42 +0000</pubDate>
			<dc:creator>danielmansfield</dc:creator>
			<guid isPermaLink="false">108926@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi guys&#60;/p&#62;
&#60;p&#62;I have the same problem mentioned here... have read the answer post but I still cant figure it out?...  Do you mean I have to create a specific page for the events ??&#60;/p&#62;
&#60;p&#62;How do I &#34;specify a permalink to my events page&#34; what settings menu is this part editable?  &#60;/p&#62;
&#60;p&#62;many thanks for any help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "events custom fields"</title>
			<link>http://www.kriesi.at/support/topic/events-custom-fields#post-108134</link>
			<pubDate>Wed, 01 May 2013 06:46:10 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">108134@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Can you give us a link to the event?&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vagsera on "events custom fields"</title>
			<link>http://www.kriesi.at/support/topic/events-custom-fields#post-107992</link>
			<pubDate>Tue, 30 Apr 2013 11:28:25 +0000</pubDate>
			<dc:creator>vagsera</dc:creator>
			<guid isPermaLink="false">107992@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i ve added them and i updated the event. i tried to open it with many browsers but they dont appear.&#60;/p&#62;
&#60;p&#62;i see this in the views/single.php:&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if( function_exists('tribe_the_custom_fields') &#38;amp;&#38;amp; tribe_get_custom_fields( get_the_ID() ) ): ?&#38;gt;&#60;br /&#62;
	  	&#38;lt;?php tribe_the_custom_fields( get_the_ID() ); ?&#38;gt;&#60;br /&#62;
	&#38;lt;?php endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;i search in all files for a function tribe_the_custom_fields but i dont find it. neither tribe_get_custom_fields.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "events custom fields"</title>
			<link>http://www.kriesi.at/support/topic/events-custom-fields#post-107903</link>
			<pubDate>Tue, 30 Apr 2013 02:54:33 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">107903@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;No, you don't need to add them manually. Just add it on the custom fields then make sure to update the event. Remove browser history or cache then reload the page.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vagsera on "events custom fields"</title>
			<link>http://www.kriesi.at/support/topic/events-custom-fields#post-107770</link>
			<pubDate>Mon, 29 Apr 2013 11:41:34 +0000</pubDate>
			<dc:creator>vagsera</dc:creator>
			<guid isPermaLink="false">107770@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;hi! i ve added 2 custom fields in an event but they dont seem to appear in the event sidebar. do i need to add them manually in the code? are these fields multilingual ready (by &#60;a href=&#34;http://inoplugs.com/wpml&#34;&#62;WPML&#60;/a&#62; string translation)?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Where to download update to fix event counter?"</title>
			<link>http://www.kriesi.at/support/topic/where-to-download-update-to-fix-event-counter#post-105632</link>
			<pubDate>Mon, 15 Apr 2013 13:12:37 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">105632@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;The theme you have installed at the moment is not the latest version. Please download and install the latest version per Devin's instructions from themeforest.net&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pouvalusefesi on "Where to download update to fix event counter?"</title>
			<link>http://www.kriesi.at/support/topic/where-to-download-update-to-fix-event-counter#post-105492</link>
			<pubDate>Sun, 14 Apr 2013 05:54:21 +0000</pubDate>
			<dc:creator>pouvalusefesi</dc:creator>
			<guid isPermaLink="false">105492@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin&#60;/p&#62;
&#60;p&#62;I have re-downloaded it,but its still happening.&#60;/p&#62;
&#60;p&#62;Is there anywhere else I can download it please?&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Pou
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Upgrade to Events Calendar Pro"</title>
			<link>http://www.kriesi.at/support/topic/upgrade-to-events-calendar-pro#post-102744</link>
			<pubDate>Sat, 23 Mar 2013 05:48:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">102744@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; In this case open up wp-content\themes\incarnation\config-events-calendar\config.php and delete following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;require_once( &#38;#39;the-events-calendar/the-events-calendar.php&#38;#39; );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Afterwards you should be able to install &#34;Events Calendar&#34; and &#34;Events Calendar Pro&#34; &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cohokc on "Upgrade to Events Calendar Pro"</title>
			<link>http://www.kriesi.at/support/topic/upgrade-to-events-calendar-pro#post-102709</link>
			<pubDate>Fri, 22 Mar 2013 21:58:10 +0000</pubDate>
			<dc:creator>cohokc</dc:creator>
			<guid isPermaLink="false">102709@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I tried installing the free core plugin using the WordPress installer and I received the error message &#34;Plugin could not be activated because it triggered a fatal error. Fatal error: Cannot redeclare presstrends_plugin_tribe_events_calendar() (previously declared in /home/cohokc/public_html/wp-content/themes/incarnation/config-events-calendar/the-events-calendar/lib/tribe-presstrends.php:6) in /home/cohokc/public_html/wp-content/plugins/the-events-calendar/lib/tribe-presstrends.php on line 59&#34;&#60;/p&#62;
&#60;p&#62;Then I tried to install the Events Calendar Pro plugin using the WordPress installer and I received the error message &#34;To begin using Events Calendar PRO, please install the latest version of The Events Calendar.&#34;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Upgrade to Events Calendar Pro"</title>
			<link>http://www.kriesi.at/support/topic/upgrade-to-events-calendar-pro#post-102578</link>
			<pubDate>Fri, 22 Mar 2013 06:35:55 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">102578@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It's an add-on: &#60;a href=&#34;http://tri.be/shop/wordpress-events-calendar-pro/&#34; rel=&#34;nofollow&#34;&#62;http://tri.be/shop/wordpress-events-calendar-pro/&#60;/a&#62; . Just upload the events-calendar-pro folder into the wp-content/plugins folder or use the WordPress installer (Plugins &#38;gt; Add New) to install it. You also need to install/activate the free core plugin ( &#60;a href=&#34;http://tri.be/wordpress-events-calendar/&#34; rel=&#34;nofollow&#34;&#62;http://tri.be/wordpress-events-calendar/&#60;/a&#62; ).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cohokc on "Upgrade to Events Calendar Pro"</title>
			<link>http://www.kriesi.at/support/topic/upgrade-to-events-calendar-pro#post-102574</link>
			<pubDate>Fri, 22 Mar 2013 03:52:02 +0000</pubDate>
			<dc:creator>cohokc</dc:creator>
			<guid isPermaLink="false">102574@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have purchased the Events Calendar Pro from tri.be. I have tried replacing the files from Events Calendar Pro in the folder /themes/incarnation/config-events-calendar/the-events-calendar, but this did not work. What is the proper way to upgrade the Events Calendar  to Events Calendar Pro on the Incarnation theme?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Where to download update to fix event counter?"</title>
			<link>http://www.kriesi.at/support/topic/where-to-download-update-to-fix-event-counter#post-100933</link>
			<pubDate>Tue, 12 Mar 2013 18:07:10 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">100933@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Pou,&#60;/p&#62;
&#60;p&#62;The fix is included in the most recent version of the theme files. You just need to re-download the theme from your downloads on Themeforest and then install the new version of the theme on top of your existing theme files. This will not change the options set in wordpress but it *will* overwrite any changes you've made to the actual theme files so you'll need to back those up so they can be re-applied after the update.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pouvalusefesi on "Where to download update to fix event counter?"</title>
			<link>http://www.kriesi.at/support/topic/where-to-download-update-to-fix-event-counter#post-100789</link>
			<pubDate>Tue, 12 Mar 2013 08:30:11 +0000</pubDate>
			<dc:creator>pouvalusefesi</dc:creator>
			<guid isPermaLink="false">100789@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there&#60;/p&#62;
&#60;p&#62;I want to download the fix for this issue: &#60;a href=&#34;http://www.kriesi.at/support/topic/event-countdown-stays-even-after-event-passed-new-event-only-shows-next-day#post-94050&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/event-countdown-stays-even-after-event-passed-new-event-only-shows-next-day#post-94050&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Basically the counter is resetting to 0 after the event.&#60;/p&#62;
&#60;p&#62;The website is &#60;a href=&#34;http://www.destinywellington.org.nz/&#34; rel=&#34;nofollow&#34;&#62;http://www.destinywellington.org.nz/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;How do I download the fix or update? I have logged onto my themeforest account and searched the site, but can't find the update to fix the event countdown.&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;Pou
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Events Calendar"</title>
			<link>http://www.kriesi.at/support/topic/events-calendar#post-97019</link>
			<pubDate>Sat, 16 Feb 2013 07:11:31 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">97019@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; I hope the plugin supports such a parameter :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Madabel5 on "Events Calendar"</title>
			<link>http://www.kriesi.at/support/topic/events-calendar#post-96935</link>
			<pubDate>Fri, 15 Feb 2013 13:41:15 +0000</pubDate>
			<dc:creator>Madabel5</dc:creator>
			<guid isPermaLink="false">96935@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for your reply. I will try your suggestion.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
