Forum Replies Created
-
AuthorPosts
-
George
ParticipantSorry to disappoint Thomas! π We’ll process your refund immediately.
Thank you for giving our products a try!
Sincerely,
GeorgeGeorge
ParticipantAwesome! π Best of luck with your project.
Cheers,
GeorgeGeorge
ParticipantHey @Igor,
Thank you for these links!
To remove that big media element, you can add the following CSS to the bottom of you theme’s style.css file:
body.post-type-archive-tribe_events .dummy,
body.single-tribe_events .dummy {
display: none !important;
}
I hope that helps!
Thanks,
GeorgeGeorge
ParticipantHey @OngKar,
Sorry to hear about that issue! That is definitely not normal behavior…to help us investigate things, can you share your “System Information” with us? Here’s how to do that β https://theeventscalendar.com/knowledgebase/sharing-sys-info/
Thanks!
GeorgeFebruary 10, 2016 at 10:14 am in reply to: Help with Custom Template – Pro Shorcodes – tribe_events_list category #1070931George
ParticipantHey @Ben,
Thank you for the kind words. Your questions are indeed outside the scope of support we can provide, so I’m sorry to admit that I will not be able to help with your code-related questions.
When it comes to how a function is used, I would recommend using a text editor that lets you “search in folder” βΒ then, open up the plugin code and search in its plugin folder for that function name. This will search all of the plugin code files and reveal where the function is used, so you can see how it’s used and then just replicate that method with our own tweaks.
For example, the function you asked about here is used like this:

Here is the full file path to where the above code is copied-and-pasted from:
wp-content/plugins/the-events-calendar/vendor/tickets/src/admin-views/attendees.php
I genuinely wish you the best of luck with your customizing!
Thank you,
GeorgeGeorge
ParticipantHey @Mathijs,
Thanks for clarifying this! I have some good news and bad news about this customization.
The bad news is that this is a more complicated customization to make than it might seem. And so we unfortunately cannot provide much help in terms of implementing this. I’m sorry! Please see the “Product Support” section of this page for more information β http://theeventscalendar.com/terms
The good news, however, is that in another thread in the past I have gone into a bit more detail about what is required for the type of customization you are trying to do.
So, this might be a very helpful resource: https://theeventscalendar.com/support/forums/topic/map-view-tooltip-2/
Another helpful resource may be out “Themer’s Guide”, available here: https://theeventscalendar.com/knowledgebase/themers-guide/
I’m sorry that we cannot help with the details of your customization.
However, I hope the above resources come in handy!
Best of luck with your customizations,
GeorgeFebruary 9, 2016 at 6:25 pm in reply to: Order Sales Report: Cancelled and Refunded orders still counted #1070519George
ParticipantHey @Ameet,
I really appreciate this detailed description of your issues; I’m sorry that they exist to begin with! But while I have found some bug tickets in our system tangentially related to these issues you describe, I haven’t found a comprehensive and complete description of them in the context of Community Tickets specifically.
I will make a bug ticket out of your reports here and that will be an immense help towards getting these issues resolved.
I’m sorry that there’s no immediate action here! Please let me know if you have any further thoughts on all of this or if there’s anything else I can help with in the meantime.
Sincerely,
GeorgeGeorge
ParticipantI’m sorry to hear this, Patti. Can you share your system information with us? Here’s how to do that β https://theeventscalendar.com/knowledgebase/sharing-sys-info/.
Thank you!
GeorgeGeorge
ParticipantHi Glenn!
That information is correct.
Thanks,
GeorgeGeorge
ParticipantHey Karly,
Good questions. I don’t know of a specific plugin that will apply the sorts of limits you describe, but I did find some scripts after some quick searching like one recommended here: http://wordpress.stackexchange.com/questions/67107/impose-a-maximum-limit-on-image-upload-size.
I would recommend playing around with these sorts of scripts; that seems to be the best option at this time.
I’m sorry there’s not much better support for this within our plugins themselves! I hope this information is helpful nonetheless and wish you the best of luck with your project.
Sincerely,
GeorgeGeorge
ParticipantAwesome, thank you you so much @Brian. I would recommend trying out this solution, @Motorco and @Piotr!
β George
George
ParticipantHey @aafhhl,
Advanced Post Manager is not only a plugin we are “maintaining,” we are still actively developing it and its a core plugin in our product line!
This is a bug we have not caught yetβI’m really sorry about this!
I will create a bug ticket for our developers; hopefully in the coming weeks we can release a fix for this. I do not have a specific ETA for when that fix could arrive, and it will take at least 2-3 weeks, but I will make a ticket to begin the process of fixing that.
Thank you,
GeorgeFebruary 9, 2016 at 10:53 am in reply to: Remove suffix "th" after date format in the Week View widget. #1070400George
ParticipantWoot! Best of luck with your site, David.
Cheers,
GeorgeFebruary 9, 2016 at 10:50 am in reply to: Warning: strtotime() expects parameter 1 to be string, object given in #1070398George
ParticipantHey Matt,
I would recommend removing the global $post declaration in your code and then adding ‘eventDisplay’ => ‘custom’ to your tribe_get_events() function call. That may help.
The date format will not much matter; however, if you get an unexpected result a day behind, you might find some progress by adjusting your site’s Timezone settings in “Settings > General”.
Cheers,
George -
AuthorPosts
