Forum Replies Created
-
AuthorPosts
-
September 12, 2016 at 11:36 am in reply to: List view Pulling in Random VENUE Name at end of Page Title #1162927
Anonymous Customer
ParticipantThank 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’ ); ?>
September 10, 2016 at 2:57 pm in reply to: List view Pulling in Random VENUE Name at end of Page Title #1162489Anonymous Customer
ParticipantOk 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.
Anonymous Customer
ParticipantWhat about the “Cannot load tribe-common.”
Anonymous Customer
ParticipantDeactivating 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
Anonymous Customer
ParticipantBy 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.
Anonymous Customer
ParticipantThis reply is private.
Anonymous Customer
ParticipantSAME 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.
Anonymous Customer
ParticipantI’m also getting the message Cannot load tribe-common when I try to access settings
-
AuthorPosts
