Jonah

Forum Replies Created

Viewing 15 posts - 3,001 through 3,015 (of 4,001 total)
  • Author
    Posts
  • in reply to: Text on Events page not updating #18940
    Jonah
    Participant

    Hi Chris,

    So, it looks like you got HTML input before and after the calendar in the Settings > The Events Calendar > Template as you can see here: http://cl.ly/2o0a3D1H0Q2x2A3f471B

    Have you tried removing that? I see you’ve also got the W3TC caching plugin installed which you may need to clear the cache to see changes if you’ve made any and are not seeing them.

    Try that and let me know how it goes.

    Cheers,
    Jonah

    Jonah
    Participant

    Hi Simon,

    Perhaps this is along the lines of what you are looking for to limit the display of recurring events: https://theeventscalendar.com/support/forums/topic/reoccuring-event-shows-multiple-times-in-loop/

    Unfortunately there’s no other easy way to do this…

    I hope that helps!

    Cheers,
    Jonah

    in reply to: Searching just the calendar #18938
    Jonah
    Participant

    Hi David,

    We don’t have an events search widget/field but you can modify the search query in WordPress to include your events with this snippet: https://gist.github.com/2007736

    I hope that helps but let me know if you need anything else.

    Cheers,
    Jonah

    in reply to: Error upgrading to 2.0.6 #18937
    Jonah
    Participant

    You’re welcome John, let us know if there’s anything else you need help with.

    Cheers,
    Jonah

    Jonah
    Participant

    Awesome Shannon! Let us know if there’s anything else we can help with.

    Cheers,
    Jonah

    in reply to: Events not in date order & Calendar View not showing #18934
    Jonah
    Participant

    Hi Shauna,

    Sorry to hear about the troubles. Try flushing your permalinks by visiting Settings > Permalinks and let me know whether or not that helps.

    Cheers,
    Jonah

    in reply to: Recurring event for third Saturday of each month #18933
    Jonah
    Participant

    Hi David,

    Yes, this should be possible. Just use the custom re-occurence pattern like so: http://cl.ly/3Z222B0n2C3e261O2u2O

    I hope that helps!

    Cheers,
    Jonah

    in reply to: Calendar style to pick up theme style #18932
    Jonah
    Participant

    Hi Moca,

    You have complete control over the styling by modifying either your theme’s style.css file (adding the necessary selectors to target what you need in the plugin) or you can modify the events.css file located in /wp-content/plugins/the-events-calendar/resources/events.css – if you are going to modify this file, first make a copy and place in an ‘events’ folder in your theme which will protect your changes from future updates.

    I hope that helps but let me know if you have any other questions on this.

    Cheers,
    Jonah

    in reply to: Adding calendar to specific pages #18931
    Jonah
    Participant

    Hi Moca,

    Thanks for your purchase! Have you seen or tried the Calendar widget? Maybe this would work for you?

    Aside from that, there is unfortunately no easy way to accomplish this. You’re going to need to dig into the code a bit and it’s more than I can take time to explain in the forums here. I would suggest hiring a developer to help you out with this. Sorry I can’t offer up more here.

    Good luck,
    Jonah

    in reply to: In PRO Admin the List of Events are Nonexistent #18930
    Jonah
    Participant

    Hi Jan, sorry about the trouble. Would you mind emailing me access to the WP admin so I can take a look? Please email to jonah [at] tri [dot] be and reference this thread.

    Thanks,
    Jonah

    Jonah
    Participant

    Hi Simon,

    First, don’t use query_posts or get_posts for queries outside the loop. Those two query functions are more meant for modifying the current loop or getting post data to be used for other functions like in a plugin. Use WP_Query instead.

    Another issue is you cannot use taxonomy as an argument like that, you’ve got to use tax_query and if you look at the third example for the tribe_get_events() function in our doco you can see how it is supposed to be used: https://theeventscalendar.com/support/documentation/the-events-calendar-template-tags-general-functions/#functiontribe_get_events

    Another issue is you cannot tribe_meta_event_cats() as an argument. So if you clean up those things you should be able to get it to work.

    Let me know if you need anything else with this.

    Cheers,
    Jonah

    Jonah
    Participant

    Hi Berndt,

    Glad to hear your website is hack free and you figured out what the conflict was. Let us know if there’s anything else we can do for you.

    Cheers,
    Jonah

    Jonah
    Participant

    Hi Martijn,

    The problem is the event categories are not stored as meta data, they are taxonomies. So tribe_get_event_meta will not work in the code you’ve got. To get the current posts taxonomy terms (categories) you’ll need to use a native WordPress function like wp_get_object_terms() – http://codex.wordpress.org/Function_Reference/wp_get_object_terms

    That will return an array which you can then tap into like so: https://gist.github.com/3b29a226dc036de93039

    This will echo the first value in the array. This doesn’t account for instances where you will have more than one event category assigned to a post. That’s more complex and you’ll need to figure that out on your own.

    I hope that helps!

    in reply to: Ticket Not Created Automatically #18907
    Jonah
    Participant

    Hi Ruth/Joell,

    I think I may have figured out what the problem is. Eventbrite requires a Country for a Venue but for some reason you are not seeing an error which you should. Can you try to create an event or two, specifying the country and state to test my theory? I tried it locally and without inputting a country, I would get an error and the ticket would not be created. I tried this a few times. As soon as I selected a country and state, it worked.

    Obviously that you are not seeing an error is another problem, but let’s first get this other issue out of the way. Let me know if that works.

    And just to verify, you are running the latest version of the Eventbrite addon and not an older beta or anything like that correct?

    Cheers,
    Jonah

    Jonah
    Participant

    Sorry Jackie! Let me know if there’s anything else I can do.

Viewing 15 posts - 3,001 through 3,015 (of 4,001 total)