Cliff

Forum Replies Created

Viewing 15 posts - 2,206 through 2,220 (of 10,686 total)
  • Author
    Posts
  • in reply to: Conflict with Custom post type embedded in theme #1368821
    Cliff
    Member

    I 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?

    in reply to: Event duplication #1368818
    Cliff
    Member

    Jen, 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).

    in reply to: Hide Event Category and Import sub menu items in admin #1368809
    Cliff
    Member

    You’re very welcome! 🙂

    in reply to: How do you stop an ICS import? #1368806
    Cliff
    Member

    So 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.

    Cliff
    Member

    Thanks. 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.

    in reply to: Search Hangs & Media Gallery Hangs #1368802
    Cliff
    Member

    Sounds 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!

    Cliff
    Member

    Events 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.

    in reply to: Enable Global Stock checkbox on Community Events page #1368785
    Cliff
    Member

    Well 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.

    in reply to: Resend tickets option gone after update #1368684
    Cliff
    Member

    I 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.

    Cliff
    Member

    Hi 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.

    in reply to: Enable Global Stock checkbox on Community Events page #1368457
    Cliff
    Member

    Hi, 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

     

    in reply to: Conflict with Custom post type embedded in theme #1368456
    Cliff
    Member

    Great!

    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?

    in reply to: Search Hangs & Media Gallery Hangs #1368454
    Cliff
    Member

    This reply is private.

    in reply to: Filter Bar (By Time) now showing any results #1368451
    Cliff
    Member

    This reply is private.

    Cliff
    Member

    Hi, Kevin. Sorry for the troubles.

    Could you please send a link to Google Calendar iCal link you’re importing?

Viewing 15 posts - 2,206 through 2,220 (of 10,686 total)