Gustavo Bordoni

Forum Replies Created

Viewing 15 posts - 271 through 285 (of 400 total)
  • Author
    Posts
  • in reply to: Pagination Issue w/ Filter Bar #944490
    Gustavo Bordoni
    Keymaster

    Hi Drew,

    Thanks for reaching out to us.

    I would say that your best bet of making the WP-PageNavi work is to take a look at how their core function works and then try to place it in the right spot, I don’t have a good answer of how to it without testing.

    On our tribe_has_previous_event function we do some logic that is related to the past events, so the code below is only a copy the function without having any checks for the past events, so it should work, but I haven’t fully tested.

    https://gist.github.com/bordoni/c9af7cdced204155a6e7

    If this doesn’t work, please reply and I will try to help you further.

    My Best Regards,

    in reply to: Event Cal Pro Pre-Sale Question : Paid Events #944489
    Gustavo Bordoni
    Keymaster

    Hi Colleen,

    Thanks for reaching out to us.

    It’s possible to do what you want, but not with the Events Calendar Pro, to accomplish the selling of tickets for the events you will need one of the Tickets add-ons. I would recommend the WooCommerce one, but that is up to you: https://theeventscalendar.com/tickets/

    I hope I was able to answer your question, if not please reply and I will try do help you further.

    My Best Regards,

    in reply to: make events show on publish date in main blog view #944438
    Gustavo Bordoni
    Keymaster

    Hi doug,

    As I said, the code you provided is not a valid PHP. What you want to accomplish here? And I can try to provide you with a solution.

    in reply to: Ticket prices not showing for indvidual events #944437
    Gustavo Bordoni
    Keymaster

    Hi Rob,
    Thanks for reaching out to us.

    Currently that is because of a bug inside of our codebase.

    There is a price field that only appears when you don’t have the WooCommerce Tickets add-on, and that’s the field used on the list view, if you deactivate the WooCommerce addon you will be able to edit this “price tag”.

    I know that this is very very far from a solution, but I will report that and in the future versions this will be fixed.

    My Best Regards,

    in reply to: Very Slow Loading #944434
    Gustavo Bordoni
    Keymaster

    Hi Niguel,
    Thanks for reaching out to us.

    Our Month View (mini widget) is our slowest view, because it has so many nuances. I would like to know how many events are you trying to display.

    My Best Regards,

    in reply to: Filter Bar Freezes Site #944430
    Gustavo Bordoni
    Keymaster

    Hi Joshua,

    When you created this thread you said that you are currently on the version 3.8 of our plugin, can you update to our latest version? Than test it again, if it continues, please reply and I will try to debug it further with you.

    I would like you to try one more thing before getting back to us, because it seems that the default WordPress AJAX URL is throwing an 404 error it most likely is your server blocking the request in some way shape or form, so I would try to also talk to your hosting to see if they have anything in place that might block that page.

    My Best Regards,

    in reply to: Recurring events duplicate massive #944429
    Gustavo Bordoni
    Keymaster

    Hi Thomas,
    Thanks for reaching out to us.

    This only happens on month view correct? If so can you tell me how many events you have approximately for this current month you are trying to view?

    I mean, because our Month View is currently the slowest and we are aware of it, so we are already working to make it better.

    My Best Regards,

    in reply to: Custom Theme and deprecated functions #944408
    Gustavo Bordoni
    Keymaster

    Hi David,

    Thanks for reaching out to us.

    So you should take a look at the PHP guidelines for Date formatting:

    echo tribe_get_start_time( $event_id, 'Format-From-PHP' );
    

    Exemple of how to output the full name of the weekday:

    echo tribe_get_start_time( $event_id,  'l' );
    

    I hope this solves your issue, My Best Regards.

    in reply to: Evenst don't show in month view #944406
    Gustavo Bordoni
    Keymaster

    Hi Oscar,

    Thanks for reaching out to us.

    When you have more the 3 events per day on the month view it will show a little note on the bottom to see the rest of the events for that day, because otherwise the UI would get too cluttered to be usable.

    I think that these events are simply the ones that are lower in that listing.

    If that’s not your issue, please explain it a bit further and I do my best to resolve it.

    My best Regards,

    in reply to: make events show on publish date in main blog view #944405
    Gustavo Bordoni
    Keymaster

    Hi Doug,

    It seem that the code you provided is not a valid PHP, can you make sure you sent us the right code? To be able to help you further it would be awesome a small explanation of what you want to accomplish.

    To share the code here your best option is to use gist.github.com, then posting a link.

    My Best Regards,

    Gustavo Bordoni
    Keymaster

    Hi Simon,

    Thanks for reaching out to us and then posting the correct answer, it helps a lot.

    Sorry for not been able to solve the issue for you sooner, but I’m very glad that you were able to solve it.

    I’m marking your answer as the correct one and closing the topic.

    My Best Regards,

    in reply to: Add Venue up front? #944402
    Gustavo Bordoni
    Keymaster

    Hi Catherine,

    I’ve created a Custom Solution for you where you will be able to output the venue on the Month View tooltip.

    The tooltip.php file below you will need to place on as /your-theme/tribe-events/month/tooltip.php and the functions.php is the snippet that will allow the venue variable to be available on the front-end. You can change the HTML as you need there.

    https://gist.github.com/bordoni/8acc6d505722587bd1a7

    I hope this solves your problems, if not please reply explaining the issue and I will try to resolve it.

    My Best Regards,

    in reply to: Check if event has passed… #944389
    Gustavo Bordoni
    Keymaster

    Perfect, I’m closing this thread and marking the correct answer.

    My Best Regards,

    in reply to: Check if event has passed… #944376
    Gustavo Bordoni
    Keymaster

    Hi Tony,

    I can only say, I’m truly sorry about that, it was my bad. I just updated the code, it should work as expected now.

    My Best Regards,

    in reply to: No filter text for category #944253
    Gustavo Bordoni
    Keymaster

    Hi Dominick,

    As you discovered, it should go on the end of your CSS, better said: “Anywhere after the #wrapper rule would fix the problem.”

    I marked the correct answer and closed the thread, if you ever have any other problems just create a new topic and our support staff will try to help you.

    My Best Regards,

Viewing 15 posts - 271 through 285 (of 400 total)