Forum Replies Created
-
AuthorPosts
-
Casey
Participantjetaanc,
Thanks for reaching out! When I visit your site, I’m seeing that the ‘stack-theme’ is currently the active theme (Using this CSS file). Try putting your ‘tribe-events’ folder in the ‘stack-theme’ directory and let me know if your custom stylesheet still isn’t being pulled in.Thanks! 🙂
-Casey-
July 17, 2014 at 3:01 pm in reply to: How to delete 'Show only the first upcoming instance of recurring events' toggle #432739Casey
Participantdianepaintervelletri,
Thanks for getting in touch! You should be able to remove this by going to ‘Events->Settings->General’ and checking the ‘Front-end recurring event instances toggle’ (screenshot). Give that a try and let me know if it does the trick.Thanks! 🙂
-Casey-
Casey
Participantbtellock,
Thanks for getting in touch! You should be able to disable the month view tooltips by adding the following CSS to your theme’s stylesheet:
.tribe-events-tooltip {
display: none !important;
}Having the ‘!important’ in the style declaration should prevent it from displaying, even when the Javascript triggers it. So, give that a shot and let me know if it does the trick! Thanks! 🙂
-Casey-
P.S. – Thanks for jumping in to help @aling! 😀
Casey
ParticipantTran,
Thanks for getting in touch! The code for the Search bar (or ‘Tribe’ bar as we often call it), is located in ‘plugins/the-events-calendar/views/modules/bar.php.’If you’re looking to add some custom javascript, you should be able to just put that in a separate js file and add it to your theme’s header.php file using a SCRIPT tag.
Does that help to answer your question? Just let me know if you need further help here. Thanks! 🙂
-Casey-
Casey
Participantmasterns,
Thanks for getting in touch and sorry to hear you’re having trouble here, but hopefully I can help. Could you try testing for conflicts and let me know what you discover? I suspect that this might be an issue related to your theme or a plugin conflict, but want to confirm before troubleshooting further.Let me know if the issue persists after following these steps, and I’ll investigate further. Thanks! 🙂
-Casey-
Casey
ParticipantAwesome! Thanks for confirming that this got you sorted. Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.
By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://m.tri.be/lo
Thanks in advance. 🙂
Cheers,
CaseyJuly 17, 2014 at 11:39 am in reply to: Customize Submit Event form fields, thank you email notice #431143Casey
ParticipantSorry for not being a bit clearer on that, you could just change that line to this:
wp_safe_redirect( 'http://labeerweek.com/2014/product/venue-events/' );
Give that try and see if it works. 😀
Casey
Participantchristina,
Thanks for getting in touch! You should be able to filter on the ‘tribe_events_event_schedule_details_formatting‘ filter to remove the end time like this: https://gist.github.com/ckpicker/75fecbc6209538b1daf2Try adding that code to your theme’s functions.php file and it should hopefully do the trick. Thanks! 🙂
-Casey-
Casey
ParticipantLars,
Thanks for getting in touch! You should be able to change all of the ‘tribe_is_week()’ references to ‘tribe_is_list_view()‘ and then you should be able to replace the ‘Events for week’ to ‘Upcoming Events’.That should do the trick. Thanks! 🙂
-Casey-
July 17, 2014 at 11:19 am in reply to: Customize Submit Event form fields, thank you email notice #430969Casey
ParticipantTry using this code snippet in your theme’s functions.php to redirect to a different URL after a submission: https://gist.github.com/jbrinley/6693934
Let me know if that works for you! Thanks! 🙂
-Casey-
Casey
Participantilluminea,
Thanks for getting in touch! I was trying to reach your site to investigate the issue further, but the URL isn’t working for me. Can you confirm the URL where this is happening, so I can take a look? Thanks! 🙂-Casey-
July 17, 2014 at 8:58 am in reply to: Customize Submit Event form fields, thank you email notice #429902Casey
ParticipantThat’s possible. Did you include this code in your parent theme or child theme (if you have one)?
Casey
Participantkammi,
Can you visit the Permalink Settings page, confirm everything there is correct and hit update? That might help to refresh the rewrite rules table. With that done, see if the pages are accessible as expected.Thanks! 🙂
-Casey-
Casey
Participanttheukedge,
Try using a meta query in your args instead like this:'meta_query' => array(
array(
'key' => '_ecp_custom_1',
'value' => array( 'Featured'),
'compare' => 'IN',
)
)See if that does the trick.
Casey
Participantmassound,
Thanks for getting in touch! You should be able to do this by adding the following code to your functions.php file: https://gist.github.com/ckpicker/472fbe0c96e209d2bf0dJust make sure to change the $categories_to_hide variable to include the slugs of your categories. Give that a shot and let me know if it does the trick. Thanks! 🙂
-Casey-
-
AuthorPosts
