Forum Replies Created
-
AuthorPosts
-
Chris
ParticipantHi there,
Are you running WordPress MS with TEC & ECP network activated or non-network activated?Chris
ParticipantHi there,
Try putting this in your theme’s functions.php file:
https://gist.github.com/jazbek/7442734-Chris
November 18, 2013 at 12:36 pm in reply to: ‘events-back’ element is too big, blocking main navigation #77001Chris
ParticipantWe need your site URL
Chris
ParticipantThey look fine to me. You might need to clear your browser’s cache.
-Chris
Chris
ParticipantAwesome, sounds good.
Chris
ParticipantHi there,
This might be due to the customization you’re running to display the events as I’m unable to replicate this.-Chris
November 14, 2013 at 1:05 pm in reply to: ‘tribe_events’ post type is only returning this month’s events #76523Chris
ParticipantBrilliant!
-Chris
November 14, 2013 at 12:37 pm in reply to: After the update (3.2) the tag-cloud no longer works. #76518Chris
ParticipantHi there,
Please open a new ticket for the NextGen issueThanks
ChrisNovember 14, 2013 at 8:37 am in reply to: ‘tribe_events’ post type is only returning this month’s events #76474Chris
ParticipantYou’ll need to upgrade your versions to 3.2 in order to get it.
Chris
ParticipantNot a problem, to be more future safe, you might want to instead use TribeEvents::VENUE_POST_TYPE where ‘tribe_venue’ is. No ”s around that though since it’s a PHP constant
Chris
ParticipantI’m presuming you’re running a WP_Query already to make the loop, so all you’d need to do is just limit them to tribe_venue by doing ‘post_type’ => ‘tribe_venue’
Chris
ParticipantOn 1, you’ll need to use a program (we recommend PoEdit) to find them likely since the words might be generated dynamically. You might find this useful:
https://tri.be/support/forums/topic/translations-getting-started/On 2, just add a
.placeholder {
font-style: normal !important;
}
to your theme’s css fileChris
ParticipantHi there,
Are your events recurring?-Chris
November 14, 2013 at 6:17 am in reply to: Is it possible to intermix event posts with regular posts? #76419Chris
ParticipantYep, exactly what ^he/she (sorry not sure which) said
-Chris
Chris
ParticipantFor the featured image:
http://codex.wordpress.org/Function_Reference/the_post_thumbnailFor the link to the page, just do get_permalink($id_of_event) and then put that in a link or use
http://codex.wordpress.org/Function_Reference/get_page_linkAnd to get title, you can just instantiate a WP_Post object,
http://codex.wordpress.org/Class_Reference/WP_Post
or get_post:
http://codex.wordpress.org/Function_Reference/get_post -
AuthorPosts
