rachel.ryersonaflc.org

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Filter Events in WordPress #1586523

    Thanks, I added the plugin and activated it, but when I go out to the event listing I do not see the Filters and Columns Meta Box. I am running version 4.6.20.1 of the Events Calendar.

    in reply to: Resend Ticket #1578062

    We are not using Woo Commerce this is a free event. Is there a way besides going through Woo Commerce?

    in reply to: Events not updating after Import #1556909

    We have events that after we import we add a feature image and a description to the event in WordPress. If I choose the option of “Overwrite my event with any changes from the original source”, will that delete the local changes?

    in reply to: Page Template Issues #1555944

    I am using the below css to remove the image on posts. What selector do I need to use so I can also remove it on the page with the calendar or event pages?

    .single-post .top_site_main {
    display: none;
    }

    in reply to: Page Template Issues #1555205

    The template file is pretty small..below is the code. Whenever I choose this as my template on all other pages I do not get the image at the top. Just when I choose it for the calendar.

    <?php
    /**
    * Template Name: Landing Page
    *
    **/
    get_header();?>
    <div id=”main-home-content” class=”home-content home-page container” role=”main”>
    <?php
    // Start the Loop.
    while ( have_posts() ) : the_post();
    the_content();
    endwhile;
    ?>
    </div><!– #main-content –>
    </div></div></div>
    <?php wp_footer();

    in reply to: RSVP Count is Wrong #1553160

    We have two different RSVP’s set up. One is for 200 rsvp’s and that one has 200 RSVP’d and is closed. The other is for 300 available RSVP’s and that one has 55 RSVP’d. In the backend the “Total RSVP” number is correct, it says 255.
    In the “attendee by ticket area” for the priority tickets, it says 55 RSVP’d (which is correct) 255 available (Which is not correct, it should be 245). This is also showing this way on the front end as well. (See the attached screenshot)

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