George

Forum Replies Created

Viewing 15 posts - 7,291 through 7,305 (of 10,499 total)
  • Author
    Posts
  • in reply to: Sidebar issues in calendar-details-view #1017323
    George
    Participant

    Hey 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!
    George

    in reply to: Take Action After Event Complete #1017320
    George
    Participant

    Hey @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,
    George

    in reply to: Change order address details Events Calendar List #1017314
    George
    Participant

    Hey @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.php

    You 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!
    George

    in reply to: Attendees List – Sort Surname #1017312
    George
    Participant

    At 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

    in reply to: Conditional tag "is_tribe_calendar()" not working? #1017307
    George
    Participant

    Hello,

    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!
    George

    in reply to: Digest feeds from other ECP installations like iCal import #1017305
    George
    Participant

    There 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,
    George

    George
    Participant

    Hey @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!
    George

    in reply to: Sessions or Tracks #1017301
    George
    Participant

    Hey @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,
    George

    in reply to: About calendar #1017300
    George
    Participant

    Hi @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,
    George

    in reply to: file transfer – fyi #1017289
    George
    Participant

    Hey @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!
    George

    in reply to: Donate #1017288
    George
    Participant

    Hey 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

    George
    Participant

    Hey 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,
    George

    in reply to: Remove pagination #1017078
    George
    Participant

    Hey @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,
    George

    in reply to: Non Profit License – What's included? #1017075
    George
    Participant

    No problem! Looking forward to your application πŸ™‚

    in reply to: Woocommerce ticket plugin doesnt show up on frontend #1017072
    George
    Participant

    Thank 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

Viewing 15 posts - 7,291 through 7,305 (of 10,499 total)