Forum Replies Created
-
AuthorPosts
-
June 26, 2017 at 9:52 pm in reply to: How to "Obtain the ID for the event series you wish to cleanup"?? #1308225
Cliff
MemberHi, Lance.
When you view the event series on the front end and use the WP Admin Bar’s “Edit Series” link, that’s the parent post ID (i.e. the series’ post ID).
If you cannot access this event series on the front-end, you can find an event in your database’s wp_posts table and then find the “post_parent” column.
Please let me know how this goes for you.
Cliff
MemberHi, Monica.
You could request this as a new feature (or maybe search to see if the idea was already posted by someone else) at our plugins’ UserVoice page.
This allows others who are interested in that feature to easily voice their support. We frequently review suggestions there to find out which ones are popular, then we implement as many of them as we can.
If you post it / find it, feel free to link to it from here in case anyone comes across this forum thread in the future.
One solution may be to use the translation functionality to rename things as desired. We have this information regarding translations:
- How to Override Plugin Language Files (custom language files on your own site)
- Customizing/Changing any bit of text (actual code snippet is at the very bottom) — or using the Say what? plugin (third-party, not guaranteed or supported by us) might be easier to setup and use to do the same thing as our provided code snippet
Please let me know if you need any further assistance.
June 26, 2017 at 9:45 pm in reply to: List View only shows a few dates until NEXT EVENTS/PREVIOUS EVENTS is clicked #1308218Cliff
MemberHi, Kyle.
Please give this extension a try: https://theeventscalendar.com/content/uploads/2017/05/tribe-ext-divi-theme-compatibility.zip
It’s currently awaiting QA to determine if it’s able to go from “beta” status to “released” status.
Once published, its documentation will be viewable at https://theeventscalendar.com/?p=1278959
Please let me know how this beta extension works for you.
Cliff
MemberHi, Ferol. Sorry you’re experiencing this.
Could you please provide the iCalendar link or file you’re trying to import? And is it happening for all attempts or only attempts for this specific iCalendar source?
Cliff
MemberHi, Ennis.
There’s not currently a setting to be able to assign all events from a specific import source as Featured Events (like you can assign them to a specific Event Category).
You could request this as a new feature (or maybe search to see if the idea was already posted by someone else) at our plugins’ UserVoice page.
This allows others who are interested in that feature to easily voice their support. We frequently review suggestions there to find out which ones are popular, then we implement as many of them as we can.
If you post it / find it, feel free to link to it from here in case anyone comes across this forum thread in the future.
Cliff
MemberHi, Krissi.
In our forums we keep our threads focused on just one issue at a time to ensure we fully answer each of your questions/issues. Please keep this in mind for the future and start a new thread for your additional questions from this thread. Thanks for your understanding, and I’ll answer only your first question.
- Please activate that theme and then see if your Events List widget looks like the preview on their home page. Alternatively, feel free to try the [tribe_events_list] shortcode. If it doesn’t work for you, please contact that theme author for support.
- Please create a new thread for this second issue.
Please let me know how #1 goes for you.
Cliff
MemberHi, Neil.
Please update to the latest versions of all our plugins:
Once you verify you’re on the latest versions, please test to see if the issue is still happening for you.
Cliff
MemberHi, Frank. Sorry for the confusion here.
When you create a recurrence series, it’ll create the /all link for the series and then the /2017-06-27 (and such date format) links. Example:
- Series: http://earthworkprograms.com/programs/at-home-in-the-woods-sc-2-626-630-9-3-daily-2017-06-30/all/
- A single from that series: http://earthworkprograms.com/programs/at-home-in-the-woods-sc-2-626-630-9-3-daily-2017-06-30/2017-06-27/
(Note that the Series page will always display in List View type format.)
When you view something like Month View, it’ll display recurring and non-recurring events together. Clicking on one should take you to that date’s single event view, not the “/all” series view.
This is how your site seemed to work for me, which is correct.
Please let me know if you have any follow-up questions on this topic.
Cliff
MemberCould you please send me a screenshot of the wp-admin event edit screen for the https://www.bangorbuzz.com/event/yard-sale-3/all/ event?
Did it come from an import source? If yes, please provide the link.
Cliff
MemberThis reply is private.
Cliff
MemberJust a heads up from another user that ran across this thread…
Event Aggregator can import events that aren’t public due to the way it authenticates with Facebook.
Facebook Importer used to not be able to import private Facebook events.
Hope this clears things up for anyone in the future who comes across this thread.Cliff
MemberAh, thanks for the heads up.
That used to be true from Facebook Importer, but it’s not anymore from Event Aggregator.
I’ve added an update to that forum to clear it up.
Cliff
MemberYou shouldn’t ever modify the plugin core files (for exactly that reason).
You could use an action or filter hook or a template override / Themer’s Guide.
June 26, 2017 at 8:42 pm in reply to: Recurring events settings not showing like your walkthrough #1308155Cliff
MemberJason, if no console errors, 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).
Cliff
MemberTribe__Events__Featured_Events::FEATURED_EVENT_KEY shouldn’t be in quotes.
Also, you don’t need wp_reset_postdata() because you’re using tribe_get_events()
Please let me know how this goes for you.
-
AuthorPosts
