outsidethecube

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Events not reordering in chronological order issue #824641
    outsidethecube
    Participant

    Hi 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.

    in reply to: Additional Columns in the Attendees list CSV export #692181
    outsidethecube
    Participant

    Thanks 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?

    in reply to: List View Shows No Events #617968
    outsidethecube
    Participant

    Thanks 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?

    outsidethecube
    Participant

    Now that I look closer it doesn’t look like the submission form page at /events/community/add/ is using the page.php template.

    outsidethecube
    Participant

    Hi 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; ?>

    outsidethecube
    Participant

    Hi 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?

Viewing 6 posts - 1 through 6 (of 6 total)