<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Missing Event types in the Submit form</title>
		<link>http://www.themolitor.com/forums/topic/missing-event-types-in-the-submit-form</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Missing Event types in the Submit form</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 13:53:12 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/missing-event-types-in-the-submit-form" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Missing Event types in the Submit form"</title>
			<link>http://www.themolitor.com/forums/topic/missing-event-types-in-the-submit-form#post-32902</link>
			<pubDate>Wed, 04 Feb 2015 09:55:17 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">32902@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Thanks for following up! </p>
<p>It sounds like each setting had to be reset for some reason. Thanks for being willing to help. I'll let you know if I come up with anything.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>thebluesman99 on "Missing Event types in the Submit form"</title>
			<link>http://www.themolitor.com/forums/topic/missing-event-types-in-the-submit-form#post-32888</link>
			<pubDate>Tue, 03 Feb 2015 13:47:41 +0000</pubDate>
			<dc:creator>thebluesman99</dc:creator>
			<guid isPermaLink="false">32888@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,<br />
It is working now, the first time I toggled the options in the custom panel, I toggled the email checkbox but not the email address itself. I needed to delete at least one character in my email address and type it back to be able to toggle it.</p>
<p>I can be to your assistance if you need me to run some tests in my environment for this toggle problem. </p>
<p>Thanks</p>
<p>Marcel
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Missing Event types in the Submit form"</title>
			<link>http://www.themolitor.com/forums/topic/missing-event-types-in-the-submit-form#post-32879</link>
			<pubDate>Tue, 03 Feb 2015 11:36:22 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">32879@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>2. I'm not sure why you need to reset those settings. I'll have to look into that. Did you also try resetting the email address?</p>
<p>Let me know.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>thebluesman99 on "Missing Event types in the Submit form"</title>
			<link>http://www.themolitor.com/forums/topic/missing-event-types-in-the-submit-form#post-32867</link>
			<pubDate>Mon, 02 Feb 2015 13:29:16 +0000</pubDate>
			<dc:creator>thebluesman99</dc:creator>
			<guid isPermaLink="false">32867@http://www.themolitor.com/forums/</guid>
			<description><p>Hi,<br />
Thanks for the quick reply, I really appreciate.</p>
<p>For bug 1, I modified the code in post-form.php as you request, it fixed the problem, the only thing that I had to do was to post an event dated in the past that included all the wanted categories.</p>
<p>For bug 2, I verified junk/trash folder and all the other ones. I didn't get the email. On the same site I'm using the "Contact Form 7" plugin and it works fine, I'm able to receive email from the contact form. Also my current site, that I plan to replace with Eventure, is installed on the same environment (HostPapa) with the same Wordpress version 4.1, the email notice is working on that site.</p>
<p>Note: I don't know if this is relevant, I notice that there was some features listed in the theme customize panel that were activated but not working. I needed to toggle off/on all the features. I also toggled the Send email notice feature with no success.  I also tried a new install of the site withou success.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Missing Event types in the Submit form"</title>
			<link>http://www.themolitor.com/forums/topic/missing-event-types-in-the-submit-form#post-32865</link>
			<pubDate>Mon, 02 Feb 2015 12:36:42 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">32865@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>1. Open post-form.php and change the following on line 273 from this...</p>
<pre><code>&#60;?php wp_dropdown_categories( &#039;show_option_none=&#039;.__(&#039;Select&#039;,&#039;themolitor&#039;).&#039;&#38;taxonomy=category&#38;child_of=&#039;.$eventCat); ?&#62;</code></pre>
<p>...to this...</p>
<pre><code>&#60;?php wp_dropdown_categories( &#039;show_option_none=&#039;.__(&#039;Select&#039;,&#039;themolitor&#039;).&#039;&#38;taxonomy=category&#38;child_of=&#039;.$eventCat.&#039;&#38;hide_empty=false&#039;); ?&#62;</code></pre>
<p>2. The theme is using a standard WordPress function to send email notice, so I'm not sure why you wouldn't be getting those emails. Unfortunately that's hard for me to troubleshoot as it could be any number of non theme-related issues involving your email configurations. Have you reviewed your junk/trash folder?</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>thebluesman99 on "Missing Event types in the Submit form"</title>
			<link>http://www.themolitor.com/forums/topic/missing-event-types-in-the-submit-form#post-32853</link>
			<pubDate>Sat, 31 Jan 2015 17:54:32 +0000</pubDate>
			<dc:creator>thebluesman99</dc:creator>
			<guid isPermaLink="false">32853@http://www.themolitor.com/forums/</guid>
			<description><p>I just bought and install the Eventure theme. (Very nice theme by the way).<br />
I just have 2 littles bugs.</p>
<p>1. I notice that if there is an event type that has no current or future events, this event type won't show in the Event type drop down from the Submit Form. I have a parent category "Event" with child categories Concerts, Movies, Plays,... How can I have all event type showing in the Submit form?</p>
<p>2. For some reason, when I submit an event, a message displays that the submission was send for approval, it is pending in the posts section but I don't receive any notice email. I have toggled the feature in the theme options. Have any ideas waht is wrong?</p>
<p>Thanks<br />
Marcel
</p></description>
		</item>

	</channel>
</rss>
