terrielewine

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Filter by category #134111
    terrielewine
    Participant

    The post type “announcements” was the issue. I removed it and it now works.

    Thanks Barry. Very much appreciated!

    in reply to: Filter by category #128103
    terrielewine
    Participant

    Correction: “I’m probably *NOT* formatting it correctly”.

    🙂

    in reply to: Filter by category #128102
    terrielewine
    Participant

    Hi Barry,

    Thanks for your reply. This is the code I wrote based on your reply, which isn’t working. I’m probably formatting in correctly.

    Is this what you meant?

    <?php
    $args = array(
    ‘eventDisplay’ => custom,
    ‘post_type’ => ‘annoucements’,
    ‘start_date’ => 2014-04-04,
    ‘posts_per_page’ => 3
    );
    $the_query = new WP_Query( $args );
    ?>

    <?php if ( have_posts() ) : while ( $the_query->have_posts()) : $the_query->the_post(); ?>

    <?php the_field( ‘announcement_page_text’ ); ?>

    <?php endwhile; endif; ?>

    terrielewine
    Participant

    Ok thanks for your reply, Barry. I assumed that because the Woo Commerce function I am using is modifying all pages except the Cart page, that the Cart page was being controlled by your Woo Ticket plugin.

    I’ll have to find another solution.

    Thanks!

    in reply to: Filter tribe-bar-date: default to current month #121421
    terrielewine
    Participant

    Hi Barry,

    Thanks for your reply. No, the issue still remains. This is my site:
    http://benrodigas.com/terrielewine/events/

    What I’d like to achieve is what my friend did on his site:
    http://beta.huntingpark.org/events/

    Notice how on his site, the user isn’t required to select a date before changing calendar views. I asked my friend how he did this, and he said he modified a file somewhere, but couldn’t remember which one and what he changed. (He learned how to make the change from a Tribe forum post on of someone trying to do the same thing, but couldn’t remember how he found that post). I searched for the post myself, and couldn’t find it.

    Any assistance would be much appreciated!

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