Forum Replies Created
-
AuthorPosts
-
outsidethecube
ParticipantHi Brian,
Sorry for the delay. We’ve cloned our website to a testing server as I wasn’t comfortable disabling the Post Types Order plugin on the live site.After disabling the Post Types Order plugin, the order of events seems to resolved itself. I also created a new event as well and it orders correctly after the Post Types Order plugin was turned off. You can see it here, Post types order plugin is turned off currently: http://dawsoncity.wpengine.com/events
Is there any way we can resolve this where both plugins can co-exist in harmony?
Let me know if you need access to our test environment.
outsidethecube
ParticipantThanks for the response.
Can you point me in the direction of where in the plug-in code base I can find the code that handles the CSV export for attendees?outsidethecube
ParticipantThanks for your reply, but unfortunately I don’t have any override files set up, only the regular core plugin files.
Anybody else get this issue?
April 7, 2014 at 8:46 am in reply to: Add Community Event form Pre Populated with existing event details #128980outsidethecube
ParticipantNow that I look closer it doesn’t look like the submission form page at /events/community/add/ is using the page.php template.
April 7, 2014 at 8:39 am in reply to: Add Community Event form Pre Populated with existing event details #128975outsidethecube
ParticipantHi Casey
I am the theme developer. I removed everything from page.php other than just the basic loop and it’s still doing the same thing.
Here is my loop code:
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php if ( function_exists(‘yoast_breadcrumb’) ) {
yoast_breadcrumb(‘<p id=”breadCrumbs”>’,'</p>’);
} ?>
<article class=”post” id=”post-<?php the_ID(); ?>”>
<h1><?php the_title(); ?></h1>
<div class=”entry”>
<?php the_content(); ?>
</div>
</article>
<?php endwhile; endif; ?>April 7, 2014 at 8:12 am in reply to: Add Community Event form Pre Populated with existing event details #128947outsidethecube
ParticipantHi Casey
I enabled the Twenty Fourteen theme and it seemed to fix the issue. Any ideas what is happening in my theme that might be causing this? -
AuthorPosts
