Anonymous Customer

Forum Replies Created

Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • in reply to: List view Pulling in Random VENUE Name at end of Page Title #1162927
    Anonymous Customer
    Participant

    Thank you, it was a customization I made so that it could add the name of the venue to upcoming events in venue view.

    It was in tribe-events/pro/list/content.php Is there a way to add this code so it only effects the venue page and not the main list here is the modification

    <div id=”tribe-events-content” class=”tribe-events-list”>

    <!– List Title –>
    <?php do_action( ‘tribe_events_before_the_title’ ); ?>

    <?php echo tribe_get_events_title() ?> at <?php echo tribe_get_venue( $venue_id ); ?>

    <?php do_action( ‘tribe_events_after_the_title’ ); ?>

    in reply to: List view Pulling in Random VENUE Name at end of Page Title #1162489
    Anonymous Customer
    Participant

    Ok so it’s not as random as I thought, but still a problem. It pulls in the venue from the first event in the list even though it is listing events that are at multiple venues.

    in reply to: Month View Stopped Displyiung Events #1119537
    Anonymous Customer
    Participant

    What about the “Cannot load tribe-common.”

    in reply to: Month View Stopped Displyiung Events #1119371
    Anonymous Customer
    Participant

    Deactivating w3 Total Cache helped solve the responsive problem, I believe it is actually the minify CSS function in the plugin that made everything go wacky, But the “Cannot load tribe-common” continues even after deactivating all plugins

    in reply to: Month View Stopped Displyiung Events #1119350
    Anonymous Customer
    Participant

    By the way adding add_filter( ‘tribe_events_kill_responsive’, ‘__return_true’);
    did resolve the problem but I need it to be responsive in mobile so this is not a fix, the responsive functions code did nothing.

    Everything was working the last time I checked a couple weeks ago and I made no changes to my theme or the calendar since the last time it worked. Also I cannot get into settings from the admin bar I get the error “Cannot load tribe-common.” The only way I can get to settings is to first go into the wordpress dashboard and then click the link, it seems there is more going on than just the responsive issues. Not sure if this is a problem with the last update or what.

    in reply to: Month View Stopped Displyiung Events #1119348
    Anonymous Customer
    Participant

    This reply is private.

    in reply to: tribe-common #1118982
    Anonymous Customer
    Participant

    SAME PROBLEM HERE with the file not loading and my entire site looking like crap now. I think this is a bug in one of your updates.

    in reply to: Month View Stopped Displyiung Events #1118979
    Anonymous Customer
    Participant

    I’m also getting the message Cannot load tribe-common when I try to access settings

Viewing 8 posts - 16 through 23 (of 23 total)