Cliff

Forum Replies Created

Viewing 15 posts - 3,016 through 3,030 (of 10,686 total)
  • Author
    Posts
  • in reply to: Event category can't be found when loaded in header #1330502
    Cliff
    Member

    get_the_title() will get it, but it won’t echo it.

    Just change get_the_title() to the_title()

    in reply to: Past recurring events listing as exclusions #1330442
    Cliff
    Member

    This reply is private.

    in reply to: Duplicated Ical events #1330440
    Cliff
    Member

    We’ve heard of this happening with iCal feeds from Office 365. That fix should be released soon. I’d suggest we wait for that fix and if it doesn’t help, then we’ll address this from a fresh perspective.

    I’ll mark this ticket as Pending Fix, which means this thread should receive a reply once the applicable fix has been released. I cannot guarantee when it will be fixed as it’s in the development team’s hands, but it’s already scheduled so it shouldn’t be long (maybe next week at the earliest).

    I apologize for this issue and appreciate your understanding and patience.

    in reply to: Restrict Access to Add to CaLendar #1330437
    Cliff
    Member

    Sounds good. Please let me know how this goes for you… and note that threads get Closed automatically after a couple weeks of inactivity. If it does get Closed, please open a new thread, adding your current problem description and also linking back to this thread.

    Thank you!

    Cliff
    Member

    Glad to hear. Thanks for letting me know. Sorry about the trouble.

    in reply to: Import options greyed out except for CSV File #1330433
    Cliff
    Member

    So the newly-issued key a32ac41a… is not working for you? Issuing a new key has worked for others in the past.

    Is your site appearing as connected at https://theeventscalendar.com/license-keys/?

    in reply to: Show event address only on Emailed ticket #1330431
    Cliff
    Member

    Your email.php file could have some logic “if event ID = 280, then output X” — or “if event has Additional Field = “private venue”, then output X”

    You could even use an Additional Field entering the content per event, like a text field, and then the custom email.php file could output whatever’s in that Additional Field.

    Please let me know if you have any follow-up questions on this topic.

    Cliff
    Member

    Gotcha. Yes, Map View should appear in the same order as List View at initial page load (it could be in a different order after searching by distance).

    I see this event does have a venue/location but it still doesn’t show up in Map View.

    Please send me a screenshot of this event’s wp-admin event edit screen as well as this venue’s wp-admin edit screen so I can see its details.

    Also, are you able to replicate this issue with any other event? What about trying to recreate this event and just delete the one that doesn’t appear in Map View (if the 2nd-created one does)?

    in reply to: Customize This Week Widget #1330415
    Cliff
    Member

    I’d suggest changing the first day of the week back to something normal (e.g. Sunday) and then adding the appropriate CSS for “day zero” (Sunday), “day 1” (Monday), etc. through Wednesday (zero through 3), repeating the CSS for each.

    Therefore, it’d be this:

    .tribe-week-day-header-0,
    .tribe-events-day-column-0,
    .tribe-events-day-column-0,
    .tribe-week-day-header-1,
    .tribe-events-day-column-1,
    .tribe-events-day-column-1,
    .tribe-week-day-header-2,
    .tribe-events-day-column-2,
    .tribe-events-day-column-2,
    .tribe-week-day-header-3,
    .tribe-events-day-column-3,
    .tribe-events-day-column-3 {
    display: none !important;
    }

    It should work for any Week view (widget, shortcode, or just yoursite-com/events/week)

    Please let me know how this goes for you.

    in reply to: Price is not shown in sent tickets #1330409
    Cliff
    Member

    Please do let us know once you try it out.

    Please note this thread may get Closed automatically after a couple weeks of inactivity so please get back to us as soon as you can. (If it does get Closed, please open a new thread, adding your current problem description and also linking back to this thread.)

    Thank you!

    Cliff
    Member

    That text file is difficult to read. Are you able to screenshot the Rewrite Rules Inspector screen?

    in reply to: How add additional fields in event-list-widget #1330345
    Cliff
    Member

    If I understand that page’s content correctly, you might be trying to override the wrong file.

    Please try overriding /wp-content/plugins/events-calendar-pro/src/views/pro/widgets/modules/single-event.php instead

    As far as how to get Additional Fields data for an event, please reference tribe_get_custom_fields()

    Please let me know how this goes for you.

    in reply to: Export Events link return error when filter bar is used #1329867
    Cliff
    Member

    Got it. Thanks for the info, David.

    I’ve confirmed the bug as happening when there’s an empty iCal feed, and I’ll mark this ticket as Pending Fix, which means this thread should receive a reply once the applicable fix has been released. I cannot guarantee when it will be fixed as it’s in the development team’s hands now. They need to assign it, code it, test it, and schedule it for release.

    I apologize for this issue and appreciate your understanding and patience.

    in reply to: Instagram (and others) are missing #1328722
    Cliff
    Member

    Hi, Hugh.

    Please contact Avada’s support regarding their sharing options.

    Thank you.

    in reply to: Import Screen Not Working #1328720
    Cliff
    Member

    Hi, Stephanie. Thanks for your detailed report of the issue.

    If the import screen in wp-admin isn’t looking right, you might see if you can spot any console errors. (If needed, you may reference our KB article Using Google Chrome Developer Tools.)

     

    If there aren’t any console errors for this sub-site’s wp-admin event import screen, please follow our Testing for Conflicts Guide (basically switch to Twenty Seventeen theme and deactivate all plugins and custom code other than Modern Tribe plugins — maybe it’s okay to have the same as all your other sub-sites have activated) and see if that helps narrow down the cause of this.

    Of course, we always recommend restorable database and file backups before modifying anything on your site.

    If it doesn’t, please enable WP_DEBUG and WP_DEBUG_LOG (which will create a file on your server at /wp-content/debug.log if there are any WP_DEBUG messages) and share any debug messages you see while trying to replicate this issue and doing other things on your site relevant to this ticket (such as visiting your site’s home page, events page, single-event pages, and anything else you can think to do).

    Then, please share your System Information (while in Testing for Conflicts Mode) in a Private Reply. That will give me a lot of extra information to help troubleshoot this.

    Let us know what you find out.

    Thanks.

Viewing 15 posts - 3,016 through 3,030 (of 10,686 total)