Forum Replies Created
-
AuthorPosts
-
Cliff
Memberget_the_title() will get it, but it won’t echo it.
Just change get_the_title() to the_title()
Cliff
MemberThis reply is private.
Cliff
MemberWe’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.
Cliff
MemberSounds 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!
August 3, 2017 at 4:07 pm in reply to: My Events Aggregator not showing after importing license key #1330435Cliff
MemberGlad to hear. Thanks for letting me know. Sorry about the trouble.
Cliff
MemberSo 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/?
Cliff
MemberYour 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.
August 3, 2017 at 2:55 pm in reply to: Events added to the calendar are no longer added to the events page #1330416Cliff
MemberGotcha. 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)?
Cliff
MemberI’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.
Cliff
MemberPlease 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!
August 3, 2017 at 2:22 pm in reply to: Adding Recurring Events does'nt work and screw up any links #1330403Cliff
MemberThat text file is difficult to read. Are you able to screenshot the Rewrite Rules Inspector screen?
Cliff
MemberIf 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.
August 2, 2017 at 9:09 pm in reply to: Export Events link return error when filter bar is used #1329867Cliff
MemberGot 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.
Cliff
MemberHi, Hugh.
Please contact Avada’s support regarding their sharing options.
Thank you.
Cliff
MemberHi, 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.
-
AuthorPosts
