Forum Replies Created
-
AuthorPosts
-
Filip
ParticipantFinally found the solution.
When I try to use a page builder, ELEMENTOR, the styling is always adjusted so that the tribe events list is not visualised properly.
Is anyone able to tell me the solution for this issue?
Thank you
Filip
ParticipantThis reply is private.
Filip
ParticipantThis reply is private.
Filip
ParticipantThis reply is private.
Filip
ParticipantDear,
I tried to place following code in the theme’s functions.php file:
add_filter( ‘tribe_events_community_required_organizer_fields’, ‘my_organizer_community_required_fields’, 10, 1 );function my_organizer_community_required_fields( $fields ) {
if ( ! is_array( $fields ) ) {
return $fields;
}$fields[] = ’email’;
return $fields;
}Unfortunately it seems not to be working since the organiser e-mail field is still not required
Filip
ParticipantThank you for the information.
One last question.
In what folder do I have to insert following code to make content from the submission form required?
https://theeventscalendar.com/knowledgebase/required-fields-for-events-submission-form/ -
AuthorPosts
