Jonah

Forum Replies Created

Viewing 15 posts - 2,281 through 2,295 (of 4,001 total)
  • Author
    Posts
  • in reply to: Customising Month Based Archive Pages #24753
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Deleted an Event but the Venue still in Database?! #24751
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Customising Month Based Archive Pages #24731
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: echo calendar selected month #24703
    Jonah
    Participant

    Glad to hear Sandro. Mind sharing your code?

    Thanks,
    Jonah

    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Events Calendar Pro 2.0.8 will not install. #24694
    Jonah
    Participant

    Hi Kent,

    Great! Glad that worked. Let me know if you need help with anything else.

    Cheers,
    Jonah

    in reply to: Using additional post types #24690
    Jonah
    Participant

    Hi 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,
    – Jonah

    in reply to: 31 Days on Every Month #24689
    Jonah
    Participant

    Hi 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

    in reply to: echo calendar selected month #24687
    Jonah
    Participant

    Hi 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,
    – Jonah

    in reply to: Calendar widget current day – Link current and future day #24686
    Jonah
    Participant

    Hi 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

    in reply to: Deleted an Event but the Venue still in Database?! #24684
    Jonah
    Participant

    Hi 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,
    – Jonah

    in reply to: Default time for events, end dates #24682
    Jonah
    Participant

    Hi 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,
    Jonah

    in reply to: Using additional post types #24665
    Jonah
    Participant

    Hi yellowhousedesign,

    Couldn’t you just convert the other post types instead?

    – Jonah

    in reply to: Deleted an Event but the Venue still in Database?! #24664
    Jonah
    Participant

    Hi 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

    in reply to: Default time for events, end dates #24663
    Jonah
    Participant

    Hi 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

Viewing 15 posts - 2,281 through 2,295 (of 4,001 total)