Forum Replies Created
-
AuthorPosts
-
June 20, 2014 at 3:30 pm in reply to: Start times show in Month View for all-day events (12:00AM) #239297
kalalau
ParticipantYes, that worked. 🙂
Once again, your support is terrific and your product is awesome! Thank you for all your help.
June 19, 2014 at 2:36 pm in reply to: Start times show in Month View for all-day events (12:00AM) #236213kalalau
ParticipantSorry, mistake in previous post. The code I am actually using is:
tribe_get_start_date( $post->ID, true, get_option( ‘time_format’ ) )
kalalau
ParticipantI tried the height property on the following CSS instead and it worked:
.single-tribe_events #tribe-events-gmap {
height: 500px !important;
}Hopefully, I won’t be causing any issues with this. If so, let me know.
June 19, 2014 at 12:19 pm in reply to: Change the height of Google Maps on Single Event page #235974kalalau
ParticipantThat doesn’t seem to be working. I put the CSS in my tribe-events.css in my theme’s tribe-events folder, but the height stays the same.
/* Map */
.single-tribe_events .tribe-events-venue-map {
width: 80%;
height: auto;
background-color: white;
border-radius: 0;
border: 1px solid rgba(135,135,135,1.00);
padding: 1px;
float: left;
margin-top: 0px;
}
.single-tribe_events .tribe-events-meta-group #tribe-events-gmap {
height: 500px !important;
}June 19, 2014 at 12:14 pm in reply to: Change the text for tribe_events_the_notices() on events that have passed #235959kalalau
ParticipantThank you for your help! That works great.
May 29, 2014 at 10:03 am in reply to: List Widget Display similar to Calendar Widget Display (List Portion) #187243kalalau
ParticipantThank you. It’s working out well that way. I just had to rethink the way I was doing things after 3.6 came out, but that’s probably for the best. You can close this issue – thanks again!
May 28, 2014 at 6:12 pm in reply to: List Widget Display similar to Calendar Widget Display (List Portion) #185202kalalau
ParticipantAfter further research, I think I found a way to do this by using <?php echo tribe_get_start_date( $post->ID, false, ‘M’ ); ?>, etc. and placing these is a template override for the list-widget. Am I on the right track?
-
AuthorPosts
