Forum Replies Created
-
AuthorPosts
-
Jonah
ParticipantHi David,
Try passing in the eventDisplay arg with a value of ‘all’ like so:
'eventDisplay' => 'all'
That worked for me in getting the start date to affect the query.Cheers,
JonahSeptember 10, 2012 at 11:12 am in reply to: Deleted an Event but the Venue still in Database?! #24751Jonah
ParticipantHi Michael,
It should be there. What version of the The Events Calendar and Events Caledar PRO are you running? You might try deactivating all other plugins because there may be one that is interfering with the display of the Venues menu item for you. Let me know.
Regards,
JonahJonah
ParticipantHi David,
Something might not be quite right with the above code you linked to. Try this instead: https://gist.github.com/3687846
That should work for you. Let me know if not.
Regards,
JonahJonah
ParticipantGlad to hear Sandro. Mind sharing your code?
Thanks,
JonahSeptember 7, 2012 at 1:08 pm in reply to: Events Category Page Title Displays Name of latest event instead of Main Title #24697Jonah
ParticipantHi Ruchi,
Take a look at this thread: https://theeventscalendar.com/support/forums/topic/calendar-page-title-shows-title-of-an-event-continued/
Basically you’ll want to use similar code that was posted to Githug wherever the title is set in your theme.
I hope that helps!
Regards,
JonahJonah
ParticipantHi Kent,
Great! Glad that worked. Let me know if you need help with anything else.
Cheers,
JonahJonah
ParticipantHi yellowhousedesign,
Incorporating other post types into the calendar is going to require a fair amount of query wrangling and is not something we can assist you with. You’ll need to work it out on your own or hire someone to help you. Good luck!
Regards,
– JonahJonah
ParticipantHi Anthony,
You can accomplish this by making a copy of /wp-content/plugins/the-events-calendar/views/table.php and placing in an ‘events’ folder in your theme. Then on line 56 change:
$days_in_month = date("t", intval($date));
to:
$days_in_month = 31;
I hope that helps but let me know if you need anything else.– Jonah
Jonah
ParticipantHi Sandro,
We have a function available to display the current month (tribe_get_current_month_text()) but it does not update when navigating months. Unfortunately there is no built in way to do this without some customization and I cannot help you with this. You might try researching the parse_url PHP function to parse the month in the URL and updating this when it changes.
I hope that helps and sorry I cannot offer up more here.
Regards,
– JonahSeptember 7, 2012 at 9:44 am in reply to: Calendar widget current day – Link current and future day #24686Jonah
ParticipantHi Michael,
Place this https://www.sourcedrop.net/DD4a2418cefec in /wp-content/plugins/the-events-calendar/views/table-mini.php wherever you want it to appear. Make sure to make a copy of table-mini.php and place in an ‘events’ folder in your theme first.
I hope that helps!
– Jonah
Jonah
ParticipantHi Michael,
Venues are treated separately from events so if you add a venue, even via the Add Event screen, you need to delete the Venue via Events > Venues.
Regards,
– JonahJonah
ParticipantHi Jon,
You bring up a good point. I will suggest this as a feature for a future release. No guarantees of if or when it will make it in. Thanks for your input.
Cheers,
JonahJonah
ParticipantHi yellowhousedesign,
Couldn’t you just convert the other post types instead?
– Jonah
Jonah
ParticipantHi Michael,
I don’t think we would modify this functionality because multiple events can use the same venue so we wouldn’t want to delete a venue used by another event.
– Jonah
Jonah
ParticipantHi Jon,
You could hide the field fairly easily using CSS, but I’m not sure how you would get a default value in there. That would be trickier because you would need to hook into the save function for events. Unfortunately this is not something I can help you with. You’ll need to figure it out on your own or hire someone to help you.
Good luck!
– Jonah
-
AuthorPosts
