johnfheritage

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Community Events Broken after update #1009201
    johnfheritage
    Participant

    To update everyone on this issue. The latest updates to Events Calendar and Events Calendar PRO have fixed this bug.

    Thank you for fixing the bug… However claiming responsibility for it in the first place could have saved us all a good deal of trouble here.

    Thank you!

    in reply to: Community Events Broken after update #1007531
    johnfheritage
    Participant

    I wanted to include the code for my widget calendar template, just to see if this helps at all…

    <?php
    /**
     * Events Pro Mini Calendar Widget
     * This is the template for the output of the mini calendar widget. 
     *
     * Override this template in your own theme by creating a file at [your-theme]/tribe-events/widgets/mini-calendar-widget.php
     *
     * @package TribeEventsCalendarPro
     *
     */
    
    if ( !defined('ABSPATH') ) { die('-1'); } ?>
    
    <?php $args = tribe_events_get_mini_calendar_args(); ?>
    
    <!-- Removing this wrapper class will break the claendar javascript, please avoid and extend as needed -->
    
    <div class="tribe-mini-calendar-wrapper">
    	<!-- Grid -->
    	<?php 		
    
    		tribe_show_month( array(
    			'tax_query' => $args['tax_query'],
    			'eventDate' => $args['eventDate'],
    		), 'pro/widgets/mini-calendar/grid' ); ?>
    
    	<!-- List -->
    	<a href="<?php echo esc_url( home_url( '/' ) ); ?>events/community/add">
            <button class="events-community-submit">Submit Event</button>
        </a>
    	<?php
    	if ( 0 < $args['count'] ) {
    		tribe_get_template_part( 'pro/widgets/mini-calendar/list', null, array( 'venue' => true ) );
    	}
    	?>
    
    </div>
    in reply to: Community Events Broken after update #1007528
    johnfheritage
    Participant

    Responses to your questions are ordered below.

    1.) That is the widget I’m currently using here is a screen shot of my settings. https://cloudup.com/iupgEBI6s2g

    2.) I’ve also included a screen shot of my current settings for the template under “Display” https://cloudup.com/caS7rMeouBO

    3.) It does seem to function on 2015, however, the only modification made to the mini-calendar widget is the addition of this Event Submission button. So if this is a problem I created, is there any insight you can offer on what I should be looking at?

    Thanks again!

    in reply to: Community Events Broken after update #1005559
    johnfheritage
    Participant

    Hello,

    I narrowed my issue to a widget that was in the sidebar. After eliminating each widget one by one it turns out the problem is being caused by the Events Calendar Pro Mini-Calendar widget. It is also ONLY affecting the edit page for the community events.

    So this plays out as when someone attempts to submit an event to our site, they receive this error.

    As this error is caused by a Events Calendar Plugin, what’s your suggestion?

    in reply to: Community Events Broken after update #1004532
    johnfheritage
    Participant

    I am running Total Cache and I disabled all minification settings. The issue still exists.

    in reply to: submission page disappeared #1003839
    johnfheritage
    Participant

    I’m having the same issue with Community Events on this site: http://www.grnow.com/events/community/add

    No translation factor. Worked fine prior to the update and now no joy. Tried reinstalling and a host of other things to troubleshoot. Happy to share whatever info is required in order to get this up again. Thanks.

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