Forum Replies Created
-
AuthorPosts
-
chris
ParticipantHi Brook. I just received your email but I did not receive the one from the other day when I sent you the first email about getting a refund. Please let me know?
Thanks,
Chris Hudson
chris
ParticipantSame thing. It has probably something to do with the theme I am using. Not going to worry about it that much now. However is there a way to just add the map in the meta.php to just call out the map, no venues, organizies, or details; just they map . So it will fit nicely into the Geoff image 2, I sent you in the zip file?
Chris
chris
ParticipantHi Geoff,
That did not work either. All it did was duplicated the venue that was above the map. https://s3.amazonaws.com/forgeoff/for+geoff.zip And put it underneath the map. You can see this in the first image in the zip file. So what I did by accident, was I deleted everything in the meta.php file. Now it does not show anything (meta info), but I can live with that. You can see this in the second image. However, going the route of the second image…is there a way to add/show the map in this scenario?
Thanks for your time.
Chris
chris
ParticipantHi Geoff,
I have followed your directions. On Line 44 I can see:
// Include organizer meta if appropriate
if ( tribe_has_organizer() ) {
tribe_get_template_part( ‘modules/meta/organizer’ );
}on line 64 all I have is tribe_get_template_part( ‘modules/meta/venue’ );
on line 65 it is tribe_get_template_part( ‘modules/meta/map’ );There is not code on line 64 that looks exactly the same as what is on line 44. I also looked in the events-calendar/src/views/modules In the this folder I have the meta folder address.php, bar.php, map.php, and meta.php. I copied the meta.php but I just can not find the chage you are talking about to make.
What I have in the folder you told:
<?php
/**
* Single Event Meta Template
*
* Override this template in your own theme by creating a file at:
* [your-theme]/tribe-events/modules/meta.php
*
* @package TribeEventsCalendar
*/do_action( ‘tribe_events_single_meta_before’ );
// Check for skeleton mode (no outer wrappers per section)
$not_skeleton = ! apply_filters( ‘tribe_events_single_event_the_meta_skeleton’, false, get_the_ID() );// Do we want to group venue meta separately?
$set_venue_apart = apply_filters( ‘tribe_events_single_event_the_meta_group_venue’, false, get_the_ID() );
?><?php if ( $not_skeleton ) : ?>
<div class=”tribe-events-single-section tribe-events-event-meta primary tribe-clearfix”>
<?php endif; ?><?php
do_action( ‘tribe_events_single_event_meta_primary_section_start’ );// Always include the main event details in this first section
tribe_get_template_part( ‘modules/meta/details’ );// If we have no map to embed and no need to keep the venue separate…
if ( ! $set_venue_apart && ! tribe_embed_google_map() ) {
tribe_get_template_part( ‘modules/meta/venue’ );
} elseif ( ! $set_venue_apart && ! tribe_has_organizer() && tribe_embed_google_map() ) {
// If we have no organizer, no need to separate the venue but we have a map to embed…
tribe_get_template_part( ‘modules/meta/venue’ );
echo ‘<div class=”tribe-events-meta-group tribe-events-meta-group-gmap”>’;
tribe_get_template_part( ‘modules/meta/map’ );
echo ‘</div>’;
} else {
// If the venue meta has not already been displayed then it will be printed separately by default
$set_venue_apart = true;
}// Include organizer meta if appropriate
if ( tribe_has_organizer() ) {
tribe_get_template_part( ‘modules/meta/venue’ );
}do_action( ‘tribe_events_single_event_meta_primary_section_end’ );
?><?php if ( $not_skeleton ) : ?>
</div>
<?php endif; ?><?php if ( $set_venue_apart ) : ?>
<?php if ( $not_skeleton ) : ?>
<div class=”tribe-events-single-section tribe-events-event-meta secondary tribe-clearfix”>
<?php endif; ?>
<?php
do_action( ‘tribe_events_single_event_meta_secondary_section_start’ );tribe_get_template_part( ‘modules/meta/venue’ );
tribe_get_template_part( ‘modules/meta/map’ );do_action( ‘tribe_events_single_event_meta_secondary_section_end’ );
?>
<?php
if ( $not_skeleton ) : ?>
</div>
<?php endif; ?>
<?php
endif;
do_action( ‘tribe_events_single_meta_after’ );Anyways if you could let me know what is wrong here that would be great. And thanks for time.
Chris
chris
ParticipantChecking to see if anyone has seen this yet?
chris
Participanthttp://malibuliving.org/tribe/ec-issue.jpg to see the image and what I am talking about
chris
ParticipantHello Geoff,
Thanks for the insight. I will give it a go and get back to you. Thanks for responding.
Chris
July 5, 2015 at 7:18 pm in reply to: Got several issues after updating to the event calendar #975973chris
Participantyour license key is not an activation of the plugin. All it does according to the install directions is it gives you the ability to receive free updates for up to one year of your orginal purchase.
-
AuthorPosts
