Jerry

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Event Tickets with Recurring Events #1221278
    Jerry
    Participant

    I have a group that meets once a month. I created a global poster for the event and need to limit the participants (not audience) to 15. I ran into the recurring event RSVP ticket snag after creating the original, with tickets as a recurring event. Someone RSVP’s for one and they RSVP for all.

    My work around is to edit each event with the “Break From Series” link and all I have to do is recreate the content, not image, for the ticket. Not perfect, but now I have 6 months of events with individual ticket sets available which do not cross-pollinate the other events. Hope this may help someone until the program contains this function.

    in reply to: Default number for RSVP #1132523
    Jerry
    Participant

    Thanks for your quick response. I too believe the trigger event of entering a number is bypassed when defaulting to 1 in stead of 0.

    The ticket area to RSVP is here: http://www.writingpractice.com/event/writers-read-out-july-10/

    I am in the middle of people responding to an invite, so I set default amount back to 0. If you need to see it with the default at 1, we can make that happen after July 10.

    Be well,

    Jerry

    Jerry
    Participant

    Hey Josh

    Thank you. That moved the form up underneath my poster, which for me is way better than it being below the maps and such. I too experienced the one form per page result. I hope they will find a way to put it twice, but I am very happy having moved it up the page. Odd that it did not put it before all content, as in, my art comes first, then the tickets, then, details, then map.

    I appreciate you sticking with it to find the missing bits to move it up the ramp.

    Thank you again,

    Jerry

    Jerry
    Participant

    Hey Josh

    Very excited to try the solution, but it did the same thing, returned a white screen. Tried it in several places with the same result. I activated the main theme instead of the child wondering if there was a flaw in the child theme that mucked up the code. Same result.

    Thank you again for helping to sort this out.

    Be well,

    Jerry

    Jerry
    Participant

    Hey Josh

    Thanks for the swift reply. When I place the code in the functions.php file in my child theme, the site is a white out (no site). I have tried it in several places in the functions.php file with no success. I am including the file for your reference.

    Thanks for your help.

    <?php
    // Exit if accessed directly
    if ( !defined( ‘ABSPATH’ ) ) exit;

    // BEGIN CTC ENQUEUE PLUGIN ACTION
    // AUTO GENERATED – Do not modify or remove comment markers above or below
    if ( !function_exists( ‘chld_thm_cfg_plugin_css’ ) ):
    function chld_thm_cfg_plugin_css() {
    wp_enqueue_style( ‘chld_thm_cfg_plugins’, trailingslashit( get_stylesheet_directory_uri() ) . ‘ctc-plugins.css’ );
    }
    endif;
    // using high priority so plugin custom styles load last.
    add_action( ‘wp_print_styles’, ‘chld_thm_cfg_plugin_css’, 9999 );

    // END CTC ENQUEUE PLUGIN ACTION

    // BEGIN ENQUEUE PARENT ACTION
    // AUTO GENERATED – Do not modify or remove comment markers above or below:

    if ( !function_exists( ‘chld_thm_cfg_parent_css’ ) ):
    function chld_thm_cfg_parent_css() {
    wp_enqueue_style( ‘chld_thm_cfg_parent’, trailingslashit( get_template_directory_uri() ) . ‘style.css’, array( ) );
    }
    endif;
    add_action( ‘wp_enqueue_scripts’, ‘chld_thm_cfg_parent_css’, 10 );

    if ( !function_exists( ‘child_theme_configurator_css’ ) ):
    function child_theme_configurator_css() {
    wp_enqueue_style( ‘chld_thm_cfg_separate’, trailingslashit( get_stylesheet_directory_uri() ) . ‘ctc-style.css’, array( ‘chld_thm_cfg_parent’,’divi-style’,’et-shortcodes-css’,’magnific-popup’ ) );
    }
    endif;
    add_action( ‘wp_enqueue_scripts’, ‘child_theme_configurator_css’ );

    // END ENQUEUE PARENT ACTION

    in reply to: Events only appear in Map View #1062115
    Jerry
    Participant

    Hey Brian

    Thanks for the quick and accurate response. I deactivated and deleted the existing TEC and installed the new on. Everything works like it should. Much appreciated.

    Be well,

    Jerry

    in reply to: Events only appear in Map View #1061421
    Jerry
    Participant

    I did go back and deactivate all the plug-ins except the calendar set. Same result. The events do not appear in List nor Month view. They do appear in Day and Week.

    Jerry
    Participant

    Installing Event Tickets solved the warning banner and made the ticket an option in Events. Yay!

    Jerry
    Participant

    Tried your technique, Ben, didn’t work for me. Very much appreciate your post.

    Jerry
    Participant

    Good on you, but it did not work for me. I deleted (via FTP) WooTickets, Calendar Events, Calendar Events Pro, Event Rocket, Tickets Plus. Reinstalled Events, Events Pro, and Tickets Plus. The banner “Tribe Event” popped back up at the top.

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