Brian

Forum Replies Created

Viewing 15 posts - 5,191 through 5,205 (of 11,256 total)
  • Author
    Posts
  • in reply to: Still waiting for feedback on purchase? #974148
    Brian
    Member

    This reply is private.

    in reply to: Still waiting for feedback on purchase? #974135
    Brian
    Member

    Hi,

    Sorry for the issues you are having.

    It appears the order is showing Pending Payment Still.

    Did you complete the order process in Paypal?

    Let me know.

    Thanks

    in reply to: Conditional tag for a category event #974112
    Brian
    Member

    Great glad it helps.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

    in reply to: Exclude Events from Site Search Results #974111
    Brian
    Member

    It is hard to say what the issue is there is no & in the snippet so looks like you put it inbetween two functions.

    Can you put it all the way at the end of the file, but before any closing php tag ( ?> ) That is about all I can suggest on this.

    in reply to: Facebook Events not Importing (after first import) #974081
    Brian
    Member

    I would test the app using that ID in my previous reply.

    If you can import it then it is working and something else is causing this.

    If not then I would recheck your app in Facebook and make sure the fields are correct in the Facebook Tab of the Event Settings.

    Brian
    Member

    Ok Good Luck in your project.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

    in reply to: Event start and end time shifting in Eventbrite #974035
    Brian
    Member

    Hi,

    Sorry for the issues you are having. I can help out here.

    With the release of 3.10.1 we fixed the issue of Events changing times in WordPress on updates because the timezone was not respected.

    However, are you talking about WordPress you cannot change the times or is this in Eventbrite itself?

    Let me know and we can go from here to try and resolve this.

    Thanks

    in reply to: Conditional tag for a category event #974034
    Brian
    Member

    Hi Victor,

    I can help out here.

    Have you tried using is_tax()?

    https://codex.wordpress.org/Function_Reference/is_tax

    If you have an event category of Lettuce this should work:

    is_tax( 'tribe_events_cat', 'Lettuce' );

    Let me know if that works for you.

    Thanks

    in reply to: Exclude Events from Site Search Results #974033
    Brian
    Member

    Hi Nick,

    I can help out here.

    That snippet was designed to just use posts for search.

    This is an updated version that will enable pages too.

    function exclude_from_search($query) {
    if ($query->is_search) {
    $query->set('post_type', array( 'post', 'page' ) );
    }
    return $query;
    }
    add_filter('pre_get_posts','exclude_from_search');

    Let me know how that works out.

    Thanks

    in reply to: Need suggestions for purchasing #974031
    Brian
    Member

    Hi,

    Thanks for trying out our plugins.

    Pro indeed has the 4 shortcodes for the plugins and recurring events. If you would like those features you will have to purchase Pro.

    However, there is the Event Rocket Plugin an unofficial plugin maintained by some of our developers that has shortcodes in it:

    Event Rocket

    That might get you that list of events you are looking for.

    Let me know if you have any follow up questions.

    Thanks

    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out here.

    The License has used all the installs means the license is already attached to a website. Since you have a personal license you only get one install to attach it to.

    If this is an error or you need to reauthorize the site.

    You can remove your license key from your account on TheEventsCalendar.com and then reactive on your site.

    To do that, login to your account and go to My Account > License Keys

    Click “Disconnect now” next to all the urls and go to your site and add those license keys back.

    Let me know how that works out for you.

    Thanks

    in reply to: Sync wp users with organizers #974022
    Brian
    Member

    Sounds good.

    If you have any new questions please let us know in a new thread.

    I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.

    Thanks

    in reply to: Issue with Calendar event Hover-over #974021
    Brian
    Member

    Hi,

    I took another look at your site and it appears you are using Autoptimize on the scripts.

    If you disable that does it then work for you?

    Let me know.

    Thanks

    Brian
    Member

    Ok sounds good.

    Reply to this thread once you have a link.

    Thanks

    in reply to: Event List Widget Broken After Update #974018
    Brian
    Member

    Hi drwbrendel, glad it worked out!

    Also, since I haven’t heard back from Patti here, I’m going to go ahead and close out this thread. Feel free to start a new thread if you have further issues. Thanks! 🙂

Viewing 15 posts - 5,191 through 5,205 (of 11,256 total)