Cliff

Forum Replies Created

Viewing 15 posts - 1,951 through 1,965 (of 10,686 total)
  • Author
    Posts
  • in reply to: [tribe_events] shortcode not displaying map view properly #1385230
    Cliff
    Member

    Sorry I’m unclear what the outstanding issue is. Would you please clarify for me?

    in reply to: Event Calendar Pro API #1385166
    Cliff
    Member

    I’m unsure what you mean by a “Private WordPress site” but I’d think the answer is yes.

    If The Events Calendar (PRO or not) is running on both Site A and Site B, use the “Other URL” import option. See more details here: https://theeventscalendar.com/knowledgebase/creating-hub-site-event-aggregator/

    I’d suggest trying it out for up to 30 days and getting a refund if it doesn’t work as desired.

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

    in reply to: Individual User Calendars #1385163
    Cliff
    Member

    Welcome to WordPress customizing!

    Best practice for adding custom code (like to implement a PHP snippet to modify The Events Calendar) is to create a functionality plugin, unless it’s something specific to your theme, in which case best practice is to make sure you’re using a child theme<i>,</i> then add the customization to your child theme’s functions.php file.

    Note that the opening <?php tag should be removed from our snippets when adding to your plugin file or your functions.php file (it’s only added to enable syntax highlighting)… unless the snippet is a complete file replacement.

    I hope this information helps!

    ===

    See the code’s comment of “let admins see everything” 🙂

    ===

    To allow non-authors to see others’ posts, you’d have to do some extra coding, which I wouldn’t be able to provide to you, per our Scope of Support / Terms.

    If you need some coding help, you may want to ask your developer or reference our documentation and list of known customizers.

    in reply to: Serial Schedule displayed in the event #1383216
    Cliff
    Member

    Hi. If I’m understanding your request correctly, you’re simply wanting the “View All” link removed.

    You can do so via CSS:

    body.single-tribe_events .recurringinfo {
    display: none;
    }

    Please let me know how this goes for you.

    in reply to: One Page Checkout #1383215
    Cliff
    Member

    Hi, David. This is exactly how Event Tickets Plus works out of the box 🙂

    And might I say how refreshing it is to see some site architecture planning. Kudos!

    Last but not least, we have a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.

    I hope this info helps. Let me know if you have any follow-up questions.

    in reply to: Master List of Attendees #1383214
    Cliff
    Member

    Hi, Scott.

    You’re correct. 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.

    That being said, this old plugin may still be working (untested recently): https://theeventscalendar.com/support/forums/topic/event-ticket-list-of-all-rsvps-attendees/#post-1165553

    If you do test it, please let me know how it goes for you.

    in reply to: Few minor issues… #1383213
    Cliff
    Member

    Hi, Jonathan.

    Sorry to be the bearer of bad news but we don’t provide troubleshooting of custom code, and what you’ve shared didn’t give me any immediate ideas. Additionally, we always aim for each thread to only have one issue in it. Please keep this in mind for the future.

    We don’t have other reports of such a conflict with ACF, but I can confirm that the /events pages (Month, List, Map, etc) are custom post type archive views for the tribe_events custom post type.

    I’d suggest following these recommended troubleshooting steps for your own site:

    There might be some new updates available. Could you please make sure all your Modern Tribe plugins (and WordPress core) are at their latest versions?

    Once you verify you’re on the latest versions, please test to see if the issue is still happening for you.

    If it is, 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) 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.

    You might also see if you can spot any console errors at your site. (If needed, you may reference our KB article Using Google Chrome Developer Tools.)

    Let us know what you find out.

    Thanks.

    in reply to: Category Conditional Stament #1383212
    Cliff
    Member

    Please provide me a link to download a .zip containing the full .php file and specify the location on my server to place it and I’ll see if I can figure it out.

    in reply to: Event Calendar Pro API #1383211
    Cliff
    Member

    I know the https://theeventscalendar.com/knowledgebase/introduction-events-calendar-rest-api/ article is pretty detailed and lengthy.

    /wp-json/tribe/events/v1/events

    under the “A first example” heading details this.

    The self-documenting /wp-json/tribe/events/v1/doc may also be helpful.

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

    in reply to: Adding a list of events to Visual Composer #1383207
    Cliff
    Member

    Best practice for adding custom code (like to implement a PHP snippet to modify The Events Calendar) is to create a functionality plugin, unless it’s something specific to your theme, in which case best practice is to make sure you’re using a child theme<i>,</i> then add the customization to your child theme’s functions.php file.

    I hope this information helps!

    in reply to: Scheduled imports not working #1383206
    Cliff
    Member

    If you currently have events in your database with a missing _uid custom field, yes duplicates will again (hopefully for the last time) import when Event Aggregator runs once again (after your source adds the missing UIDs).

    Please add this code to your site and see if it reveals any results (see the notes within the code):

    https://gist.github.com/cliffordp/63f285cf719eda762b3349bdf03401f9

    Please let me know how this goes for you.

    in reply to: comments on organizer and venue . #1383200
    Cliff
    Member

    Excellent. Thanks for sharing! 🙂

    Cliff
    Member

    Hi, Jonathan.

    They’re correct that our Select2 library is quite a bit outdated.

    It’s on our current to-do list to get this updated, likely to the fairly new SelectWoo fork of Select2.

    Because our Select2 is so outdated (being honest) and because of the way our dropdowns code relies on Select2, our stuff may not work if SearchWP’s version of Select2 is loaded but ours isn’t.

    You can see our dropdowns require our version of Select2: https://github.com/moderntribe/tribe-common/blob/4.7/src/Tribe/Main.php#L210

    Therefore, I don’t think there’s a way to overcome this conflict at this time.

    If you or they have any other ideas at this time, please let me know and I’ll be glad to help as I can.

    in reply to: TOTAL WP theme appears incompatible #1383168
    Cliff
    Member

    Hi. Thanks for your detailed question. You posted in our Pre-Sales forum from a user account that doesn’t have any purchases associated with it.

    We don’t answer support questions for The Events Calendar core/free or Event Tickets core/free or their paid add-ons in the Pre-Sales forum.

    If you made your purchase(s) through a different user account, please login to that account and then post in one of the paid forums.

    Thank you for your understanding and thank you for using our plugins.

    ===

    If the theme you’re referencing is paid, I’d recommend reporting this issue to them. They could install our free/core The Events Calendar plugin to debug the issue.

    in reply to: abstract pos #1383163
    Cliff
    Member

    Hi again, Martin.

    Are you saying that you are following along with https://theeventscalendar.com/knowledgebase/abstract-post-types/ and registering a new “Instructors” linked post type and it’s not working for you?

    If yes, please provide me your entire code snippet to implement this and I’ll see how I can assist.

Viewing 15 posts - 1,951 through 1,965 (of 10,686 total)