Andras

Forum Replies Created

Viewing 15 posts - 2,311 through 2,325 (of 6,224 total)
  • Author
    Posts
  • in reply to: Logfile error message #1373204
    Andras
    Keymaster

    Hi Roger,

    Based on this part

    From [www.visitmendocino.com/wp-json/tribe/events/v1/events/]

    it is connected to the REST API functionality.

    Can you narrow it down when this error message gets into the log? What is the action that triggers it?

    Does it trigger when you visit this url?

    www.visitmendocino.com/wp-json/tribe/events/v1/events

    Andras

    Andras
    Keymaster

    Hi Andrei,

    Lightbox for featured images is not part of our plugin suite. You can possibly achieve that with some custom coding or with a plugin that adds Lightbox to the featured images of the posts.

    The events are custom post types, so should work the same as with posts.

    I hope this helps you get started. Let me know if you have further questions.

    Cheers,
    Andras

    in reply to: Add event date to Concert listing in Month view #1373194
    Andras
    Keymaster

    Hello Technology Team,

    What you want to achieve is absolutely possible.

    Please go through our Themer’s Guide, which will give you an overview on how to create template overrides.

    Likely you will need to create an override for this file:

    \wp-content\plugins\the-events-calendar\src\views\month\single-event.php

    And I think you will need this function:

    https://theeventscalendar.com/function/tribe_get_start_date/

    Let me know if you need further guidance.

    Cheers,
    Andras

    in reply to: Email Organizer of RSVP which product to purchase #1373189
    Andras
    Keymaster

    Hi Tiffany,

    Thanks for reaching out!

    That is not a core functionality of any of our plugins but I can provide you with a snippet that can do that for you.

    Copy the below in to your theme’s – preferably child theme’s – functions.php file. If there is already some code in that file, then you will not need the opening <?php tag.

    https://gist.github.com/cliffordp/4f06f95dbff364242cf54a3b5271b182

    With this also the site admin will receive the same email the user does after an RSVP.

    The admin email is set up under Settings > General.

    If you would like to add more email addresses, that can also be arranged.

    Let me know if this helps.

    Cheers,
    Andras

    in reply to: Featured Image on Calendar View #1373173
    Andras
    Keymaster

    Hi Chris,

    Thanks for reaching out with your question. I can help you with this one.

    If you created a template override as recommended in our Themer’s Guide then the override folder should be in this location:

    wp-content/themes/[your-active-theme]/tribe-events

    This folder didn’t change for quite some time, and likely will not change in the future. Also, these files will not disappear with updating our plugins.

    I can think of 2 things that happened:

    • You created the overrides in the core files of the plugin, so indeed they were overwritten with a plugin update
    • You placed the overrides in your theme folder – and not a child theme – and the theme got updated, so the ‘tribe_events’ folder was removed

    Did any of these happen recently?

    Cheers,
    Andras

    in reply to: cron job just for imports #1373172
    Andras
    Keymaster

    Hi Ed,

    Thanks for reaching out!

    I’m not quite sure what you exactly mean.

    The cron that is running the imports is hooked to the WordPress cron. If the WP cron doesn’t fire, then the imports will also not. In this case you should set up a real cron which will then fire all cronjobs for your site.

    If you are looking for hook names, the 2 connected to EA imports are:

    • tribe_aggregator_cron
    • tribe_aggregator_process_insert_records

    Setting up a real cron is beyond the scope of our support, but many guides exist on the internet describing the basic process. And you can always ask your web host for help.

    Let me know if this answers your question or if there’s anything else.

    Cheers,
    Andras

    in reply to: Issue with tribe_get_events #1372711
    Andras
    Keymaster

    Sorry to hear that didn’t work.

    Please give me some time while I ask around if anyone can help with this.

    Thanks,
    Andras

    in reply to: Code help to change colors #1372709
    Andras
    Keymaster

    Hi Rhonda,

    This should fix those:

    .this-week-today .tribe-this-week-widget-header-date {
        background-color: #6b8950;
    }
    .tribe-this-week-event {
        border-left-color: #6b8950;
    }
    
    @media only screen and (max-width: 768px) {
        .tribe-events-sub-nav li a {
            background-color: #fff;
        }
    }

    Hope this helps.

    Cheers,
    Andras

    in reply to: .ics feed needed #1372706
    Andras
    Keymaster

    Hi Shelby,

    Exporting the full current year or even more can be arranged. 🙂

    Copy the following snippet into your theme’s functions.php file:

    https://gist.github.com/andrasguseo/158de8d396cd8c6b58e149175bba995c

    Once that’s in you will be able to use the following URL to get all the events of this year (2017):

    http://remembrancegrandrapids.com/events/?ical=1&tribe_display=year

    If you would like to have more, then you need to slightly adjust lines 27 and 30, and then you will be able to define the end date of the export.

    Let me know if that does the trick for you.

    Cheers,
    Andras

     

    in reply to: Event Dates Displaying Incorrectly #1372700
    Andras
    Keymaster

    Ah, sorry to hear that does not help.

    Please give me some time to check if there is something we can do.

    Andras

    in reply to: Only allow certain cities? #1372699
    Andras
    Keymaster

    Hi Rhonda,

    I totally understand your frustration with this issue.

    An extra note, since you mentioned Facebook, If the events use a different location on Facebook – meaning the locations are saved with a different unique identifier – then they will be regarded as different during import.

    If you would like to ‘merge’ them, then you will need to do different comparisons (i.e. address details) before saving them in your database. I hope this will help.

    Here is the link to the list of freelancers:

    And of course I’m available should you have any more questions.

    Cheers,
    Andras

    Andras
    Keymaster

    Hello Christopher,

    Thanks for chiming in and reporting your finding. I just added that note to the bugticket and escalated it.

    While it will not be fixed in the coming maintenance release – which should come this week -, due to it’s high priority it will likely be fixed in the next one.

    The workaround for this issue would be to roll back to the following versions:

    • Event Tickets 4.5.5
    • Event Tickets Plus 4.5.4

    I apologize for this inconvenience and thanks for your patience!

    Cheers,
    Andras

    in reply to: Adding Legend to Calendar month view page #1372044
    Andras
    Keymaster

    Hello John,

    Thanks for your question! I can help you with this.

    You can add some extra content through the ‘Advanced Template Settings’ which you can find at the bottom of the Events > Settings >  Display tab. There you have a field ‘Add HTML before event content’. This might help.

    Hope this helps. Let me know if you have further questions.

    Cheers,
    Andras

    in reply to: translating event series breaks URL #1372035
    Andras
    Keymaster

    This reply is private.

    in reply to: Additional Fields: Column for the name in the backend #1372015
    Andras
    Keymaster

    Note, when you change the fields again in the admin, i.e. add a new field, then your changes in the database will be overwritten.

    A.

Viewing 15 posts - 2,311 through 2,325 (of 6,224 total)