Forum Replies Created
-
AuthorPosts
-
George
ParticipantHey folks,
I’m sorry that you’re having problems with the Divi theme! There is unfortunately not much else we can say on this topic than what Brian wrote in this thread that you linked to β https://theeventscalendar.com/support/forums/topic/my-sidebar-disappear/
The issue here is a theme issue, so your best bet is to contact the theme developers for support.
Thank you!
GeorgeGeorge
ParticipantHey @xrossglobalgroup,
Unfortunately there is no simple way to do this, or nothing built into our plugins by default π
It’s something we’re trying to come up with a solution for, because this would be quite handy for a number of things, but at this time the best thing you could do here would be to write custom code on your site using WP_Cron(), which generates Cron jobs βΒ on the running of these jobs, you could check if a given event has passed or not, and then do certain things there based on whether the event is passed or not.
These are customizations that we would unfortunately not be able to help with, but to get started, if you’re curious, you can read about WP_Cron here β https://codex.wordpress.org/Function_Reference/wp_cron
Let me know if this helps or if you have any other questions!
Thanks,
GeorgeGeorge
ParticipantHey @Bark,
Unfortunately we explicitly can not help out with your PHP customizations β I’m sorry to bear that news.
If you’re interested in customizing the address display, however, you can do this by customizing various calendar templates using the techniques described here β https://theeventscalendar.com/knowledgebase/themers-guide/
With those techniques, then, you can construct addresses however you’d like. To see all the address-related code you can use to rearrange things, head to your The Events Calendar plugin files and look for this file:
/src/functions/template-tags/venue.phpYou can use any function there to achieve your goals. If this is all out of your comfort zone, unfortunately the next best step would be to hire someone to help you. There are tons and tons of developers out there, of course, and we also have a list of some here that might be helpful β http://m.tri.be/18k1
Cheers!
GeorgeGeorge
ParticipantAt this time, this is unfortunately not possible without editing core plugin code π We cannot help with such code customizations anyways, but even if we could it’s not recommended to edit core plugin code since it gets overwritten any time you update the plugin.
Sorry to disappoint @Ian, let me know if there’s anything else I can help with!
β George
October 23, 2015 at 8:09 am in reply to: Conditional tag "is_tribe_calendar()" not working? #1017307George
ParticipantHello,
This does not exist as a function: is_tribe_calendar()
So that will break your site if you try to use this non-existing function.
It seems like your main goal is to extend that conditional tag to include Venues and Organizers, which you can do with these two functions respectively:
tribe_is_venue()
tribe_is_organizer()
So something like this:
if( is_single() && ! is_woocommerce() && ! tribe_is_event() && tribe_is_organizer()&& ! tribe_is_venue() || is_tag() || is_category() || is_author() || is_date() ) {
return true;
}Cheers!
GeorgeOctober 23, 2015 at 8:05 am in reply to: Digest feeds from other ECP installations like iCal import #1017305George
ParticipantThere is unfortunately no way to automatically pull-in events from the Events Calendar Pro event feeds on other sites. I’m sorry to bear that news but hope that it is at least a clear answer that helps you move forward with your project!
Cheers,
GeorgeOctober 23, 2015 at 8:04 am in reply to: Next Events and Previous Events links not working in photo view #1017302George
ParticipantHey @Laura,
I’m sorry to hear about this! I checked out your site and didn’t notice any immediately-visible JavaScript errors, and I cannot reproduce this problem myself, so I would recommend the following two things:
1. First, share your system information with us as described here β https://theeventscalendar.com/knowledgebase/sharing-sys-info/
2. Next, run through the troubleshooting steps here and let us know what you find β https://theeventscalendar.com/knowledgebase/testing-for-conflicts/
Thanks!
GeorgeGeorge
ParticipantHey @Jake,
You can add custom taxonomies on your own site with some custom code, as described in this WordPress Codex article here β https://codex.wordpress.org/Function_Reference/register_taxonomy
We do not offer any support for custom code, so you’d have to implement that custom code yourself or hire someone to do so, but using those methods you can create a custom taxonomy and use it on your site however you wish.
I hope that helps!
Cheers,
GeorgeGeorge
ParticipantHi @deodhika,
It looks like you don’t have any premium licenses, so we cannot provide support for you here on this site βΒ this forum you posted in is called the “Pre-Sales Questions” forum; your post here is a technical support question, not a Pre-Sales Question.
So I will be closing up this thread. Please post your technical support questions on the wordpress.org page at wordpress.org/plugins/the-events-calendar
Thanks,
GeorgeGeorge
ParticipantHey @John,
I’m really sorry to hear about this βΒ it’s an odd issue that I haven’t heard of before, could you share screenshots of the problem if possible? You can do that by uploading screenshots to Imgur.com and sharing links to those Imgur uploads here.
Thank you!
GeorgeGeorge
ParticipantHey Michael!
It is unfortunately not possible to do this without some code customization; we cannot help with custom coding, but you should be able to add a donation button fairly easily using the methods in our Themer’s Guide here β https://theeventscalendar.com/knowledgebase/themers-guide/
I hope this information helps!
β George
October 22, 2015 at 2:18 pm in reply to: Compatibility of WooCommerce Memberships and woo tickets plugin #1017106George
ParticipantHey Mel!
We have a knowledgebase article here that will address your question about compatibility β https://theeventscalendar.com/knowledgebase/compatibility-with-woocommerce-extensions/
Give that a read, and try things out βΒ I hope this helps!
Sincerely,
GeorgeGeorge
ParticipantHey @Karrie,
Did any of my input and custom code help you with your other two questions?
When it comes to custom sidebars, this is further code customization and we unfortunately cannot help with custom code. Your best out-of-the-box options that MIGHT help here are to go to Events > Settings > Display, and then scroll down until you see the “Events template” option βΒ try every option there and see if any template works better in terms of sidebars on category pages and such.
Thanks,
GeorgeGeorge
ParticipantNo problem! Looking forward to your application π
October 22, 2015 at 1:03 pm in reply to: Woocommerce ticket plugin doesnt show up on frontend #1017072George
ParticipantThank you! Can you also try activating a default theme on your site like Twenty Twelve or Twenty Fifteen or something similar? And if so: do the tickets finally display when one of these themes is active on your site?
β George
-
AuthorPosts
