3Clicks theme not working

Home Forums Calendar Products Events Calendar PRO 3Clicks theme not working

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1144094
    Barry Wales
    Participant

    II

    #1144095
    Barry Wales
    Participant

    I have been asked to add an events calendar to a charity website so I recommended Modern tribe.

    On installing the basic module I can see the calendar but the event detail page is blank. Any thoughts?

    #1144120
    Barry Wales
    Participant

    FOUND A SOLUTION.

    I added this code to the theme’s function.php

    add_action( 'wp', 'g1_disable_precontent_for_events' );

    function g1_disable_precontent_for_events () {

    if ( is_single() && function_exists( 'tribe_is_event' ) && tribe_is_event() ) {
    remove_action( 'g1_precontent', 'g1_precontent_render' );
    }
    }

    #1144131
    Nico
    Member

    Hey Barry,

    Thanks for the heads-up and for sharing your solution as well 🙂

    I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘3Clicks theme not working’ is closed to new replies.