Forum Replies Created
-
AuthorPosts
-
Cliff
MemberI verified it works on my end… but only if ‘Default Events Template’ is selected in Events -> Settings -> Template -> Events Template.
Are you sure you wouldn’t prefer to use one or more of our action hooks? What are you trying to do?
Maybe our https://theeventscalendar.com/extensions/calendar-widget-areas/ extension would serve you quite well?
Cliff
MemberJen, that sounds like the exact same (empty Descriptions too) as the other person’s issue. Could you elaborate on the post_content not being empty though? The Event Description is the post_content.
You should be able to find Gcal’s iCal URL at wp-admin > Events > Import > Scheduled Imports tab
Please send a database dump for our developers’ further investigation (in a Private Reply, which you cannot do via email replies).
October 25, 2017 at 10:58 am in reply to: Hide Event Category and Import sub menu items in admin #1368809Cliff
MemberYou’re very welcome! 🙂
Cliff
MemberSo sorry about that.
Please look in your wp_posts database table for a post_type like “tribe-ea-record” or a post_status of something like “tribe-ea-pending”
You can also search for a post_title like “schedule ics weekly”, “schedule gcal weekly”, etc.
Please make a full database backup (and send it to us here in a Private Reply) and then, as you determine, delete from wp_posts.
Again, it might help to deactivate The Events Calendar to deactivate some things.
Please let me know how this goes for you.
October 25, 2017 at 10:53 am in reply to: Problem with function "tribe_add_start_end_time_to_month_view " #1368804Cliff
MemberThanks. The issue is with Line 490 of /wp-content/themes/Avada/includes/class-avada-breadcrumbs.php, which is:
$ancestors_markup .= $this->get_single_breadcrumb_markup( apply_filters( 'the_title', $post_ancestor->post_title ), get_permalink( $post_ancestor->ID ) );
Notice they run apply_filters… I think they meant to run add_filter instead.
Please change that in your site just to test and see if your WP_DEBUG errors go away.
Cliff
MemberSounds good. No rush on my end, but please note that threads get Closed automatically after a couple weeks of inactivity. If it does get Closed too soon for you, please open a new thread, adding your current problem description and also linking back to this thread.
Thank you!
October 25, 2017 at 10:44 am in reply to: How can you make the Organizer default be the logged in user who's submitting? #1368801Cliff
MemberEvents created by WordPress user Alex would appear to him at /events/community/list
Organizers and Venues created by WordPress user Alex–such as “Alex the Organizer” and “The Corner Store”–are clickable when in that list view.
If you implement the Extension I mentioned, all his events would have clickable Organizers and Venues because they would all be his own, not using anyone else’s.
Additionally, he wouldn’t even see “Bob the Organizer” because he didn’t create “Bob the Organizer”. However, WordPress user Bob would see Bob the Organizer when adding or editing an event.
The missing piece is that you want WP user Alex to have “Alex the Organizer” selected by default when adding a new event. While this is likely possible, technically, there’s not a snippet I have for that at this time.
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.
October 25, 2017 at 10:25 am in reply to: Enable Global Stock checkbox on Community Events page #1368785Cliff
MemberWell I can tell you the checkbox comes from here:
https://github.com/moderntribe/event-tickets/blob/4.5.7/src/admin-views/meta-box.php#L62-L92
Since that file isn’t overridable via our Themer’s Guide and I didn’t find a filter to use for this, here’s a JavaScript snippet to accomplish what you’re wanting:
https://gist.github.com/cliffordp/c483a67a35f7032f586c6813083a998c
Please test to see if it’s actually working just like it should before implementing to your live site.
Cliff
MemberI logged another bug for #3 from your last reply.
Thanks for the details and sorry for the bug. As far as getting the functionality back immediately, the only way to do that would be to downgrade to the last version when it was working.
Of course, we always recommend restorable database and file backups before modifying anything on your site.
October 24, 2017 at 9:54 pm in reply to: How can you make the Organizer default be the logged in user who's submitting? #1368459Cliff
MemberHi again, Joanna.
Technically, an Organizer is a custom post type, not a WordPress user.
The https://theeventscalendar.com/extensions/hide-others-organizers-and-venues-in-community-events/ extension can come in handy to show users only the Organizers and Venues they previously created.
However, we do not have a “select Organizer 12 as the default for User 82” snippet or extension.
Please let me know if you have any follow-up questions on this topic.
October 24, 2017 at 9:42 pm in reply to: Enable Global Stock checkbox on Community Events page #1368457Cliff
MemberHi, Joanna.
I’m a bit unclear about your question. Are you wanting the Global Stock checkbox checked by default on the Community Events Add New form — but also have it hidden so the user cannot uncheck it?
Also, there isn’t a “global” setting for Global Stock, if you’re referring to wp-admin > Events > Settings > Tickets tab
Cliff
MemberGreat!
Did you put it at [your-child-theme]/tribe-events/default-template.php ?
If yes, do other theme overrides (https://theeventscalendar.com/knowledgebase/themers-guide/) in that tribe-events directory work but this one doesn’t?
Cliff
MemberThis reply is private.
Cliff
MemberThis reply is private.
October 24, 2017 at 8:55 pm in reply to: Import from Google Calendar has wrong Venue (also dropping "é") #1368449Cliff
MemberHi, Kevin. Sorry for the troubles.
Could you please send a link to Google Calendar iCal link you’re importing?
-
AuthorPosts
