David Ruszkowski

Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • in reply to: Fatal Error #1344447
    David Ruszkowski
    Participant

    This whole issue was brought about by a WordPress update, I was able to restore the whole site to before I made the update. This made it all work again. The event is in a couple of weeks, after that I will work with them to come up with a solution that will work with the updates, etc.

    Thanks,
    Dave

    in reply to: Fatal Error #1342740
    David Ruszkowski
    Participant

    So what can I do to make this work with Shopp Tickets for the very near future? This site has an event that will happen next month, that has been using Shopp Tickets. I’m not exactly sure why this quit working since I hadn’t updated any of the Events Calendar plugins until after I had the issue.

    What are my options?

    in reply to: Event Specific Template #948040
    David Ruszkowski
    Participant

    I found a different plugin with a player that fits better right in the WordPress editor so I not going to use this method. Thanks for the help, though as I am sure it will be helpful at some point down the road.

    Thanks again,
    Dave

    in reply to: Event Specific Template #947940
    David Ruszkowski
    Participant

    Thanks for the reply… it is working however it showing on every event post. I am displaying an audio player on a page that is specific to a concert with a shortcode. I wonder what I am missing? Here is what I added to single-event.php.

    <?php if ( tribe_is_event( '842' ) ) {
    echo do_shortcode('[wonderplugin_audio id="1"]');
    }
    else {} ?>

    The event post ID is 842, if it is not that id, nothing should be displayed. I know I can just add the shortcode in the WordPress editor, but I need it in a specific place on the page, above the title.

    in reply to: Category Specific Single Event Template #946581
    David Ruszkowski
    Participant

    Thanks for the reply. Yes I am using the file from my theme folder.

    Here is the link: https://gist.github.com/BfStMedia/ff013a4e2949aa087789

    Thanks,
    Dave

    in reply to: Category Specific Single Event Template #946166
    David Ruszkowski
    Participant

    I’ve also tried this, nothing really happening…

    <div id="post-<?php the_ID() ?>" class="<?php tribe_events_event_classes() ?>">
    <?php $args = array(
    		'post_type'	=> 'tribe_events',
    		'tribe_events_cat' => 'hunts'
    	);
    
    	// The Query
    	if ( tribe_events_cat('hunts') ) {
       include(TEMPLATEPATH . 'tribe-events/hunts-single.php');
    } else {
       tribe_get_template_part( 'list/single', 'event' );
    	//Don't forget to reset the query
    	wp_reset_query(); ?>
    		</div>

    I must be missing something somewhere.

    Thanks,
    Dave

    in reply to: Use Additional Field to Display Event Icon #946134
    David Ruszkowski
    Participant

    That seems like it will work great.
    Thanks so much,
    Dave

    in reply to: Use Additional Field to Display Event Icon #946129
    David Ruszkowski
    Participant

    Sorry I just saw your reply… I will try that.

    Thanks so much,
    Dave

    in reply to: Use Additional Field to Display Event Icon #946128
    David Ruszkowski
    Participant

    OK I have made a little progress on this, however I still can’t seem to get it to work.

    I found some code for showing additional fields in modules/meta/additional-fields.php.

    Here is what I have now in single-event.php…

    <div class="tribe-events-single-event-description tribe-events-content entry-content description">
    <?php _e( 'STATUS:', 'tribe-events-calendar-pro' ) ?><?php foreach ( $fields as $name => $value ): ?><?php echo $value ?>
    <?php endforeach ?>
    <?php the_content(); ?>
    </div>

    Basically this should show all the fields but it doesn’t seem to be working.

    Any help you could offer to what I might be missing would be appreciated.

    Thanks,
    Dave

    in reply to: Use Additional Field to Display Event Icon #946064
    David Ruszkowski
    Participant

    OK so I found this script for calling the regular fields in a template…

    <p>Organized by: <?php echo tribe_get_organizer(); ?></p>

    That works fine, but when I try and substitute “organizer” with the name of my additional field it breaks the layout. Now my question, how would the plugin define the slug for my additional field? The field name is “Hunt Status”.

    Also I am guessing there will be a different way to set up this code, kind of like the difference between…

    <?php include 'header.php';?> AND <?php get_header(); ?>

    Hopefully that makes sense.

    Thanks,
    Dave

    in reply to: Tickets Being Sent Before Payment is Processed #558028
    David Ruszkowski
    Participant

    Works perfectly. Works for PayPal & it also works with offline payment, it won’t send the tickets until I charge the order in Shopp. Thanks so much.

    in reply to: Tickets Being Sent Before Payment is Processed #552584
    David Ruszkowski
    Participant

    Still sending the tickets before the payment is processed, even though I abandoned the order before logging into PayPal. I would also like to use the offline payment option, this is also sending the tickets right away, which is obviously before the payment has been processed.

    Thanks,
    Dave

    in reply to: Moving Shopp Ticket Form #473158
    David Ruszkowski
    Participant

    Not sure why I didn’t thhink of this sooner but I just exchanged ShoppTickets for WooTickets in the example from the link.

    Thanks.

    in reply to: Only Seeing 4 Shopp Ticket Options #454342
    David Ruszkowski
    Participant

    Nevermind I figured it out, the sale end date was past, so the ticket option was not showing.

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