<?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: Eventure - Where are the detailled instructions?</title>
		<link>http://www.themolitor.com/forums/topic/eventure-where-are-the-detailled-instructions</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Eventure - Where are the detailled instructions?</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 19:42:02 +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/eventure-where-are-the-detailled-instructions" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Eventure - Where are the detailled instructions?"</title>
			<link>http://www.themolitor.com/forums/topic/eventure-where-are-the-detailled-instructions#post-39023</link>
			<pubDate>Wed, 11 May 2016 09:24:44 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39023@http://www.themolitor.com/forums/</guid>
			<description><p><strong>On the slider, how can I display the event date and not the date I published the post? </strong></p>
<p>Eventure uses the publish date as the event date. More info here: <a href="http://www.themolitor.com/help/eventure/#dateTime" rel="nofollow">http://www.themolitor.com/help/eventure/#dateTime</a></p>
<p><strong>I would like to type the text below the slider directly within the code (in the Customize section, it's quite small). Also, I'd like to keep the highlighted text effect in black without a link to click on.</strong></p>
<p>If you want to manually control the text via HTML, open index.php and you'll see the following on line 15...</p>
<pre><code>&#60;div id=&#34;tagLine&#34;&#62;&#60;?php echo $welcomeMsg;?&#62;&#60;/div&#62;</code></pre>
<p>You can replace <code>&#60;?php echo $welcomeMsg;?&#62;</code> with the test/markup you want to use. Regarding link styling, I recommend apply it via CSS to span tags if you don't want the text to be links. If you need additional help with this, I'll have to ask that you submit a request for custom services here: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a> </p>
<p><strong>If you click on "À propos - About" and you mouse over after "Événements - Events" I see the cursor becoming an icon to write a text and not the white hand. But, if I click on "Accueil - Home", then the cursor icon get back to the white hand. Can you help me fix this?</strong></p>
<p>I see what you mean. The main issue is the markup looks like this...</p>
<pre><code>&#60;a&#62;Événements&#60;/a&#62;</code></pre>
<p>...As you can see, this is incomplete HTML. Unfortunately this is not a theme-related issue I can help with as the link markup/URL is 100% generated by WordPress. My best guess is that it has something to do with the way you're translating the theme, but again, that's just a guess. I haven't actually seen this happen before, so I'm not sure what the cause is. All I can say is that this is definitely not a theme-based issue. Maybe try removing the accent letters to see if that has an impact on the link markup?</p>
<p><strong>Want Events Section (Événements) to be one colomn only (remove recent posts, search, recent comments, archives, categories, meta)</strong></p>
<p>Sorry, but in addition to writing custom CSS, you would need to make edits to the image size functions to account for the extra space that would needed to be filled. For requests like this, I'll have to ask that you submit a request for custom services here: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p><strong>Below the image I want to put a summary of the event instead of “folder, events, featured, user, 0 comments”</strong></p>
<p>You can hide the meta data by adding the following to your Custom CSS box...</p>
<pre><code>body.tag-14 .listContent .smallMeta {display: none;}</code></pre>
<p>You can then use the excerpt field on the post edit page to write a custom summary of the event that will replace the automated text you see now. </p>
<p>If you don't see the excerpt box on the post edit page, click "screen options" in the upper right-hand corner and check the box for the excerpt. A text box should be added below the content box for you to add your own text.</p>
<p><strong>Black square with the date: I want the date (big number) with the month in French (instead of May) and let the white thing in between but with nothing inside.</strong></p>
<p>The markup for that content is located in archive.php on lines 18-22. You can make edits there. If you need additional help with this customization, I'll have to ask that you submit a request here: <a href="http://themolitor.com/custom" rel="nofollow">http://themolitor.com/custom</a></p>
<p><strong>How can I order the post to have the next/most recent event to come being displayed as the first post</strong></p>
<p>I currently see the most recent/next event showing first (you can see the time of the events are in ascending order). NOTE: I see you're using a tag page for your events page. I recommend using a category page instead. </p>
<p><strong>I want to remove the navigation path (Home / Posts tagged Events)</strong></p>
<p>Add the following to your Custom CSS box...</p>
<pre><code>#crumbs {display: none;}</code></pre>
<p><strong>I want to translate it manually in French, can you tell me where in the code (line #) I can do that</strong></p>
<p>The submission form is controlled from the post-form.php template. Starting on line 125, you can see each field looks like this...</p>
<pre><code>&#60;!--NAME--&#62;
&#60;label for=&#34;postName&#34;&#62;&#60;?php _e(&#039;Your Name&#039;, &#039;themolitor&#039;) ?&#62;...</code></pre>
<p>You can make edits to "Your Name" there. The other fields should look the same.</p>
<p><strong>I would like to increase the size of the post typo</strong></p>
<p>Paragraph text has the current styling...</p>
<pre><code>p {
    font-family: sans-serif;
    font-size: 12px;
}</code></pre>
<p>You can copy/paste that into your Custom CSS box to make edits. If you just want to apply the styling to a post page, you can target it like this...</p>
<pre><code>body.single p {
    font-family: sans-serif;
    font-size: 12px;
}</code></pre>
<p><strong>I would like to remove the navigation path below the title </strong></p>
<p>The CSS I provided above for <code>#crumbs</code> will remove this.</p>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>windrds on "Eventure - Where are the detailled instructions?"</title>
			<link>http://www.themolitor.com/forums/topic/eventure-where-are-the-detailled-instructions#post-39015</link>
			<pubDate>Tue, 10 May 2016 18:42:30 +0000</pubDate>
			<dc:creator>windrds</dc:creator>
			<guid isPermaLink="false">39015@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Christopher, </p>
<p>Almost done, thanks!<br />
Here are my questions: </p>
<p>1_Home Page Slider </p>
<p>_On the slider, how can I display the event date and not the date I published the post? </p>
<p>1.1._Home Page Text (below the slide) </p>
<p>_I would like to type the text below the slider directly within the code (in the Customize section, it's quite small). Also, I'd like to keep the highlighted text effect in black without a link to click on.   </p>
<p>2_Navigation glitch </p>
<p>_If you click on "À propos - About" and you mouse over after "Événements - Events" I see the cursor becoming an icon to write a text and not the white hand. But, if I click on "Accueil - Home", then the cursor icon get back to the white hand. Can you help me fix this ?</p>
<p>3_Events Section (Événements) </p>
<p>_Want this page to be one colomn only (remove recent posts, search, recent comments, archives, categories, meta)</p>
<p>_Below the image I want to put a summary of the event instead of “folder, events, featured, user, 0 comments” </p>
<p>_Black square with the date: I want the date (big number) with the month in French (instead of May) and let the white thing in between but with nothing inside. </p>
<p>_How can I order the post to have the next/most recent event to come being displayed as the first post </p>
<p>_I want to remove the navigation path (Home / Posts tagged Events) </p>
<p>4_Submission form</p>
<p>_I want to translate it manually in French, can you tell me where in the code (line #) I can do that</p>
<p>5_Event post </p>
<p>_I would like to increase the size of the post typo<br />
_I would like to remove the navigation path below the title </p>
<p>Thanks!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Eventure - Where are the detailled instructions?"</title>
			<link>http://www.themolitor.com/forums/topic/eventure-where-are-the-detailled-instructions#post-39005</link>
			<pubDate>Tue, 10 May 2016 09:17:27 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">39005@http://www.themolitor.com/forums/</guid>
			<description><p><strong>1. How can I remove the yellow hand with the blue pen?</strong></p>
<p>This only appears if you're logged in as an admin. It's a quick link to edit the post. Visitors do NOT see this.</p>
<p><strong>2. How can I change the theme in French (of having it both English/French) ?</strong></p>
<p>Translating the theme requires custom development or a translation plugin. Translation services is not a service that I provide.</p>
<p><strong>3. How can I remove the section "gallery, tags, more"?</strong></p>
<p>You can remove those by adding the following to your Custom CSS box on the Customize page...</p>
<pre><code>#detailsTabs li {display: none;}
#detailsTabs li.activeTab {display:inline-block;}</code></pre>
<p><strong>4. How can I increase the size of the typo in the section "details"</strong></p>
<p>Here is the current front size styling...</p>
<pre><code>.smallMeta {
    font-size: 11px;
}</code></pre>
<p>You can copy/paste that into your Custom CSS box and make changes there.</p>
<p><strong>5. How can I remove some of the elements published in the "details" (like comments, user, category, ett.)</strong></p>
<p>Those items are located in single.php on lines 115-128. You can review the items you don't want and remove them there.</p>
<p><strong>6.  I have 21 posts imported with you XML file. 5 of them are tags "featured". The slider in the customize section is set at "featured". Why it doesn't work ? </strong></p>
<p>Just to clarify, tags and categories are not the same thing. The slider uses the category setting, so be sure any posts you want in the slider have the "featured" CATEGORY assigned. NOT the "featured" tag.  Also, be sure you have the number of posts to display set to a value like "5" or "10".</p>
<p><strong>7. We don't see [gestion des dechets] on the home page. Why? </strong></p>
<p>I see it on the home page calendar. Maybe you need to clear your browser cache?</p>
<p>Please let me know if this helps.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>windrds on "Eventure - Where are the detailled instructions?"</title>
			<link>http://www.themolitor.com/forums/topic/eventure-where-are-the-detailled-instructions#post-38999</link>
			<pubDate>Tue, 10 May 2016 04:16:08 +0000</pubDate>
			<dc:creator>windrds</dc:creator>
			<guid isPermaLink="false">38999@http://www.themolitor.com/forums/</guid>
			<description><p>Good morning! </p>
<p>Last night I tried two things:<br />
1_Creating a category with your XML file<br />
2_Importing your XML file </p>
<p>My last post is about this "event" page </p>
<p>This morning, here are my issues:<br />
I have 21 posts imported with you XML file<br />
5 of them are tags "featured"<br />
The slider in the customize section is set at "featured"<br />
Why it doesn't work ? </p>
<p>Also, the section event (événements):<br />
I just create this new post (category: événements + débat)<br />
Here's the link:<br />
<a href="http://agoraduplateau.com/index.php/2016/05/10/gestion-des-dechets/" rel="nofollow">http://agoraduplateau.com/index.php/2016/05/10/gestion-des-dechets/</a></p>
<p>The problem is that we don't see it on the home page.<br />
Why? </p>
<p>I really like the theme, but your category/post/page hierarchy is really hard to recreate.<br />
Can you help me fix this ?
</p></description>
		</item>
		<item>
			<title>windrds on "Eventure - Where are the detailled instructions?"</title>
			<link>http://www.themolitor.com/forums/topic/eventure-where-are-the-detailled-instructions#post-38995</link>
			<pubDate>Mon, 09 May 2016 15:00:19 +0000</pubDate>
			<dc:creator>windrds</dc:creator>
			<guid isPermaLink="false">38995@http://www.themolitor.com/forums/</guid>
			<description><p>Cool, it's working, thank you so much! </p>
<p>Also,<br />
1- How can I remove the yellow hand with the blue pen?<br />
2- How can I change the theme in French (of having it both English/French) ?<br />
3- How can I remove the section "gallery, tags, more"?<br />
4- How can I increase the size of the typo in the section "details"<br />
5- How can I remove some of the elements published in the "details" (like comments, user, category,
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Eventure - Where are the detailled instructions?"</title>
			<link>http://www.themolitor.com/forums/topic/eventure-where-are-the-detailled-instructions#post-38994</link>
			<pubDate>Mon, 09 May 2016 14:46:07 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38994@http://www.themolitor.com/forums/</guid>
			<description><p>Sounds good. Standing by...</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>windrds on "Eventure - Where are the detailled instructions?"</title>
			<link>http://www.themolitor.com/forums/topic/eventure-where-are-the-detailled-instructions#post-38992</link>
			<pubDate>Mon, 09 May 2016 12:54:06 +0000</pubDate>
			<dc:creator>windrds</dc:creator>
			<guid isPermaLink="false">38992@http://www.themolitor.com/forums/</guid>
			<description><p>Ok, I'll try this after work.<br />
I'll keep you posted.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Eventure - Where are the detailled instructions?"</title>
			<link>http://www.themolitor.com/forums/topic/eventure-where-are-the-detailled-instructions#post-38991</link>
			<pubDate>Mon, 09 May 2016 12:21:42 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38991@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>If you only see "uncategorized" as an option, that means the demo content has not been uploaded to your WordPress site. </p>
<p>Have you followed the instructions outlined in the demo import video? If not, you can simply (1) create a category, (2) create/publish a post in that category with all your event details and (3) select the newly created category on the Customize page.</p>
<p>If you want to try and import the demo content...</p>
<p>1. Log-in to your WordPress back-end and open your WordPress importer (Tool&#62;Import&#62;WordPress).</p>
<p>2. You may be prompted to install a plugin to do this. After you have the plugin installed, click on 'Choose file' and select demo_content.xml from the Eventure folder you downloaded from ThemeForest.</p>
<p>3. Click 'Upload file and import'.</p>
<p>4. If you see an option to download media, be sure to select that option as it will provide featured images for posts/pages.</p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>windrds on "Eventure - Where are the detailled instructions?"</title>
			<link>http://www.themolitor.com/forums/topic/eventure-where-are-the-detailled-instructions#post-38990</link>
			<pubDate>Mon, 09 May 2016 11:52:17 +0000</pubDate>
			<dc:creator>windrds</dc:creator>
			<guid isPermaLink="false">38990@http://www.themolitor.com/forums/</guid>
			<description><p>Here's the problem, you said: </p>
<p>"2. Select your preferred events category (i.e. "Events" from the demo site)."</p>
<p>There are no option, the only option is:<br />
"uncategorized" </p>
<p>Why ?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Eventure - Where are the detailled instructions?"</title>
			<link>http://www.themolitor.com/forums/topic/eventure-where-are-the-detailled-instructions#post-38989</link>
			<pubDate>Mon, 09 May 2016 11:40:43 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38989@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>As an admin of the site, you'll want to go through each setting on the Customize page, but for specific items I mentioned above...</p>
<p><strong>To setup the logo...</strong></p>
<p>1. navigate to the "site identity" section on the Customize page.</p>
<p>2. Click "select an image" and either choose an existing logo image or upload a new one.</p>
<p>3. Click "save &#38; publish".</p>
<p><strong>To setup the slider...</strong></p>
<p>1. Navigate to the "slider settings" section on the Customize page.</p>
<p>2. Select a category of posts you would like to display (the demo uses "featured").</p>
<p>3. Click "save &#38; publish".</p>
<p><strong>To setup the calendar...</strong></p>
<p>1. navigate to the "general" section on the Customize page.</p>
<p>2. Select your preferred events category (i.e. "Events" from the demo site).</p>
<p>3. Click "save &#38; publish".</p>
<p><strong>To setup your social links...</strong></p>
<p>1. navigate to the "Footer" section on the Customize page.</p>
<p>2. Provide the appropriate URL for the profiles you would like to promote.</p>
<p>3. Click "save &#38; publish".</p>
<p>Even after you've done this, you'll still want to make sure all the theme options on the Customize page are to your liking.</p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>windrds on "Eventure - Where are the detailled instructions?"</title>
			<link>http://www.themolitor.com/forums/topic/eventure-where-are-the-detailled-instructions#post-38988</link>
			<pubDate>Mon, 09 May 2016 11:28:44 +0000</pubDate>
			<dc:creator>windrds</dc:creator>
			<guid isPermaLink="false">38988@http://www.themolitor.com/forums/</guid>
			<description><p>I need a formal step-by-step instructions, as requested in my first post.<br />
Otherwise, it's so generic your explanations that I can tell you that I tried everything you said.  </p>
<p>Do you have one?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Eventure - Where are the detailled instructions?"</title>
			<link>http://www.themolitor.com/forums/topic/eventure-where-are-the-detailled-instructions#post-38987</link>
			<pubDate>Mon, 09 May 2016 11:09:14 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38987@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>To clarify, adding a logo will address the missing content in the upper-left corner of the page so that it looks like the demo, but you also need to check out items #2, #3 and #4 that I posted above for populating the rest of the page.</p>
<p>Regarding the pages in your menu, one of them is a calendar page, which won't get populated until you follow step #3 I posted above. </p>
<p>The other page is a submission form which is showing just fine. </p>
<p>Regarding "sample page", I'm getting a 404 error. That either means the page doesn't exist or the URL doesn't exist. I see your URL structure is a bit weird. Reference...</p>
<pre><code><a href="http://agoraduplateau.com/index.php/sample-page__trashed/" rel="nofollow">http://agoraduplateau.com/index.php/sample-page__trashed/</a></code></pre>
<p>The "index.php" is not normal. Themes don't have any control over the URL structure of the site as that's 100% managed by WordPress, so you'll want to review your permalink settings to address 404 errors like that. Again, that is NOT a theme-related issue.</p>
<p>Once you have assinged the items I mentioned previously, please let me know if that helps you populate the site.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>windrds on "Eventure - Where are the detailled instructions?"</title>
			<link>http://www.themolitor.com/forums/topic/eventure-where-are-the-detailled-instructions#post-38986</link>
			<pubDate>Mon, 09 May 2016 10:53:43 +0000</pubDate>
			<dc:creator>windrds</dc:creator>
			<guid isPermaLink="false">38986@http://www.themolitor.com/forums/</guid>
			<description><p>Are you telling me that adding a logo will fix a problem? </p>
<p>I'm telling you that your pages and posts don't contain any of the features I saw on the theme that I bought. </p>
<p>How can you help me fix this?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Eventure - Where are the detailled instructions?"</title>
			<link>http://www.themolitor.com/forums/topic/eventure-where-are-the-detailled-instructions#post-38984</link>
			<pubDate>Mon, 09 May 2016 10:47:21 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38984@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Looking at your site I see the following missing steps...</p>
<p>1. You need to assign a logo image on the Customzie page. </p>
<p>2. You need to assign a category for the slider on the Customize page. The category needs to contain posts that are (1) published and (2) have a featured image.</p>
<p>3. You need to assign an events category on the Customize page.</p>
<p>4. You need to assign any appropriate social profiles on the Customize page.</p>
<p>You mention the problem is my WordPress files, but I don't see any indication of a theme issue on your site. Are you seeing error messages anywhere? Please let me know as I will want to resolve those.</p>
<p>Regarding a refund, please understand that all themes require setup by the user. I try to provide as much help and information as I can, but the user is ultimately responsible for setting up their site. As your site looks right now, I don't see any issues with the theme. I just see missing content that you need to assign on the Customize page. </p>
<p>Please let me know if those steps above help at all.</p>
<p>Best,</p>
<p>Chrsitipher
</p></description>
		</item>
		<item>
			<title>windrds on "Eventure - Where are the detailled instructions?"</title>
			<link>http://www.themolitor.com/forums/topic/eventure-where-are-the-detailled-instructions#post-38982</link>
			<pubDate>Mon, 09 May 2016 10:21:08 +0000</pubDate>
			<dc:creator>windrds</dc:creator>
			<guid isPermaLink="false">38982@http://www.themolitor.com/forums/</guid>
			<description><p>Here's the URL below, but the problem is in your Wordpress files. </p>
<p><a href="http://agoraduplateau.com/" rel="nofollow">http://agoraduplateau.com/</a></p>
<p>And I'm not worried, I'll get a refund anyway if you can't help ;-)
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Eventure - Where are the detailled instructions?"</title>
			<link>http://www.themolitor.com/forums/topic/eventure-where-are-the-detailled-instructions#post-38980</link>
			<pubDate>Mon, 09 May 2016 10:18:31 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38980@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Can you provide a link to your site? I'll check it out and point you in the right direction. Don't worry, setup is really easy once you know the missing piece ;-)</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>windrds on "Eventure - Where are the detailled instructions?"</title>
			<link>http://www.themolitor.com/forums/topic/eventure-where-are-the-detailled-instructions#post-38979</link>
			<pubDate>Mon, 09 May 2016 10:16:36 +0000</pubDate>
			<dc:creator>windrds</dc:creator>
			<guid isPermaLink="false">38979@http://www.themolitor.com/forums/</guid>
			<description><p>Yes, the theme is installed and I tried to customize it (menu included, pages created, etc.) </p>
<p>In theory, I was expecting all what your are describing.<br />
In reality, nothing is set up the way you are detailing it. </p>
<p>You can see it for yourself if you want.<br />
Is this part of the 6 months technical support I paid for?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Eventure - Where are the detailled instructions?"</title>
			<link>http://www.themolitor.com/forums/topic/eventure-where-are-the-detailled-instructions#post-38977</link>
			<pubDate>Mon, 09 May 2016 10:08:53 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38977@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>I'm happy to help if you're having trouble. Were you able to upload the demo content and get all the pages/posts and other content loaded?</p>
<p>If you have all that, you really only need to visit the Customize page and configure all the settings to your preferences. For example, you need to assign a menu that you want to use, select the events category you want to use, etc.</p>
<p>Let me know how far you got so I can provide details for next steps.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>windrds on "Eventure - Where are the detailled instructions?"</title>
			<link>http://www.themolitor.com/forums/topic/eventure-where-are-the-detailled-instructions#post-38976</link>
			<pubDate>Mon, 09 May 2016 10:06:30 +0000</pubDate>
			<dc:creator>windrds</dc:creator>
			<guid isPermaLink="false">38976@http://www.themolitor.com/forums/</guid>
			<description><p>Hi Christopher, </p>
<p>I already watched this video and it doesn't help.<br />
That's why I contacted you through the forum. </p>
<p>If it's the only documentation that you have for the theme that I bought, I would like a refund.<br />
Let me know if I need to contact Evento for this. </p>
<p>Regards, </p>
<p>Julie
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Eventure - Where are the detailled instructions?"</title>
			<link>http://www.themolitor.com/forums/topic/eventure-where-are-the-detailled-instructions#post-38973</link>
			<pubDate>Mon, 09 May 2016 10:00:32 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">38973@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>In addition to the help file, I also have resources here on my forums. Here's a thread that covers information about uploading demo content: <a href="http://www.themolitor.com/forums/topic/faq-how-do-i-import-demo-content" rel="nofollow">http://www.themolitor.com/forums/topic/faq-how-do-i-import-demo-content</a></p>
<p>Hope that helps!</p>
<p>Best,</p>
<p>Chrsitopher
</p></description>
		</item>
		<item>
			<title>windrds on "Eventure - Where are the detailled instructions?"</title>
			<link>http://www.themolitor.com/forums/topic/eventure-where-are-the-detailled-instructions#post-38961</link>
			<pubDate>Sun, 08 May 2016 17:30:56 +0000</pubDate>
			<dc:creator>windrds</dc:creator>
			<guid isPermaLink="false">38961@http://www.themolitor.com/forums/</guid>
			<description><p>I just installed Eventure on Wordpress.<br />
I need the exact same thing as seen in the live preview (what I bought).<br />
Could you provide me the detailed instructions for doing this (like other theme sellers do)?<br />
The theme folder contains an HTML documentation with a general overview, nothing step by step and it doesn't help.
</p></description>
		</item>

	</channel>
</rss>
