Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • ubunciak

    (@ubunciak)

    tribe-template-factory.class.php

    line 91

    // Don't show the comments form inside the view (if comments are enabled,
    			// they'll show on their own after the loop)
    			if ( ! ( tribe_get_option('tribeEventsTemplate', 'default') == '' ) ) {
    				//add_filter('comments_template', array( $this, 'remove_comments_template' ) );
    			}

    after remove add_filter everything back to normal.

    ubunciak

    (@ubunciak)

    Yes, it’s “Default page template”. Switching no difference.

    If this could help: I try switch to another theme: and with some default themes (twentyeleven etc.) comments are loading, but in few others random themes – not.

    ubunciak

    (@ubunciak)

    Same here.

    After update to 3.1 (and new WP) comments from events are… dissapear. There are No comments and no comments form. Of course “show comments” in global events config is checked and “show comments” in every events is also checked. Nothing change.

    tribe-events/single-event.php

    <?php if( get_post_type() == TribeEvents::POSTTYPE && tribe_get_option( 'showComments','no' ) == 'yes' ) { comments_template(); } ?>

    this gives TRUE but still there is no comments ;(

Viewing 3 replies - 1 through 3 (of 3 total)