Hunter

Forum Replies Created

Viewing 15 posts - 2,476 through 2,490 (of 4,025 total)
  • Author
    Posts
  • in reply to: Permalink for the events #1157181
    Hunter
    Moderator

    Hi and thank you for the patience while I did more research 🙂

    We are unfortunately unable to log into customer sites for these types of instances, but the correct snippet you’ll need can be found here, so please disregard the first snippet I shared with you. The specific line of code you’ll need to edit to change the text highlighted in the screenshot is:

    $title_upcoming = 'Upcoming Events'; // List View: Upcoming events

    Chage the ‘Upcoming Events’ text to whatever you’d like and save your changes. Refresh your list view and the changes should appear.

    If you’re not comfortable working with .php files, you can check out some of the free plugins available in the WordPress repository that can help:

    I hope this helps and best of luck. Cheers!

    in reply to: Admin doesn\'t have permission to import Facebook Events #1157176
    Hunter
    Moderator

    Hey Larry,

    Seeing this is our Pre-Sales channel, we’d appreciate it if you could open a thread in the PRO support forums as we aren’t able to provide much support here.

    We do have a planned release which aims to address the Facebook import issues most commonly seen from our users. With that said, I’ll close this thread out but feel free to open a new thread in the appropriate venue should the need arise. Take care and have a good week. Cheers!

    in reply to: Facebook events imported multiple times #1156181
    Hunter
    Moderator

    Give it about a day or two and I’ll get back to you with my findings. I need to give it time to import a few times. Thanks again 🙂

    in reply to: Simple style question #1156177
    Hunter
    Moderator

    Hi and welcome back,

    Just so we’re on the same page, would you be able to send over a link to your event page(s) you need assistance on? Also, this YouTube Video is helpful when trying to identify and make CSS changes using the ‘Inspect’ tool in your browser.

    Thanks and have an amazing Friday 🙂

    in reply to: Filter by list of cities #1156176
    Hunter
    Moderator

    Hey Amal,

    Try adding the following code to your theme’s functions.php file:

    function tribe_remove_empty_values_from_organzier_venue_filters( $values, $slug ) {

    foreach ( $values as $key => $value ) {
    if ( empty( $value['name'] ) ) {
    unset( $values[ $key ] );
    }
    }

    return $values;
    }

    add_filter( 'tribe_events_filter_values', 'tribe_remove_empty_values_from_organzier_venue_filters', 10, 2 );

    In theory, it will unset empty values regardless of whether they are in the state, city, or elsewhere. We also appear to have stopped showing venues where there were never any events. So that’s good news at least, a step closer to what you want. That must have been a recent update, definitely was not always that way.

    Have a great Friday and I hope the above info helps 🙂

    in reply to: Unknown column 'EventStartDate' in 'order clause #1156123
    Hunter
    Moderator

    Glad to hear you’ve finally got it solved! I’ll close out this thread but feel free to open a new one if anything else comes up. Have a wonderful weekend 🙂

    in reply to: Importing Images #1156119
    Hunter
    Moderator

    Hey Carl,

    Thank you for understanding and please feel free to create a new thread if you have any more questions or comments. Have a great upcoming weekend 🙂

    in reply to: Events Calendar Not Loading #1156115
    Hunter
    Moderator

    Hey Marie,

    Can you please try flushing your permalinks? You can do this by visiting Settings > Permalinks in your WP admin dashboard and scroll down and hit the ‘Save Changes‘ button. Try visiting the pages giving the 404 errors to see everything is working properly. You may want to give it a minute or two after hitting the ‘Save Changes‘ button so your site has time to make the necessary updates.

    Let me know if this does the trick and have a great afternoon 🙂

    in reply to: ICS are showing as empty calendars #1156110
    Hunter
    Moderator

    Hey Joe,

    It looks like you’re running quite a few plugins, so there might be some kind of timeout issue or conflict going on. If you want, provide a few more .ics files and I’ll see if I can reproduce the issue once more. One last thing: do you see any similarities between the files that import correctly and incorrect? E.g. the .ics files having troubles importing have on average more events than the .ics files which import correctly.

    Let me know how the testing goes on your end and as many answers as possible for the questions I’ve asked. Thanks for the patience while we continue investigating. Have a great night 🙂

    in reply to: Facebook events imported multiple times #1156090
    Hunter
    Moderator

    Hey Rion,

    I’m going to do a test to see if I can reproduce the events importing multiple times based on the info provided. Hang tight and I’ll update you once I learn more. Thank you for your patience and have a good evening 🙂

    in reply to: Permalink for the events #1155500
    Hunter
    Moderator

    Hey Christoph,

    I notice you’re using Yoast SEO. Check out this snippet and add it to your theme’s functions.php file. If you notice, the snippet gives you more power and control on what is displayed for the page title.

    If I’ve misunderstood you, please reply back in more detail and include screenshots if possible and I’d be happy to help further assist. Have a wonderful rest of your day and thanks for choosing us for your events calendar needs. Cheers!

    in reply to: Events with multiple/recurring days over several weeks #1155490
    Hunter
    Moderator

    Hey Phil!

    Thank you for being so descriptive in your post. Unfortunately, I can’t think of an easy way to do this, though I see the value in why you want to do. With that said, your best bet is to visit our UserVoice Feature Ideas and submit it as a feature request. If you need it done on the fly, we have a list of customizers that can help.

    I wish I had a better answer for you at this time and best of luck with the customizations. Have a great Wednesday! Cheers 🙂

    in reply to: Multiple Confusing Emails Being Sent #1155484
    Hunter
    Moderator

    Hey Ian,

    Thank you for reaching out 🙂

    That second email doesn’t sound good at all! I’m a little confused where it’s coming from myself. Could you possibly review our Testing for conflicts guide and do a test order to see if all three emails still come through? Let me know how that goes and we’ll continue investigating.

    Thanks again and have a great afternoon. Cheers!

    in reply to: Admin doesn\'t have permission to import Facebook Events #1155481
    Hunter
    Moderator

    Hey Larry,

    Welcome to the premium support forums and thank you for choosing us for your events calendar needs! I see you checked ‘Yes’ to reverting back to the default WP theme and deactivating all plugins other than ours as outlined in our Testing for conflicts guide, but can you please confirm this?

    We don’t have any logged bugs at this time resembling what you’ve described, so let me know the results of the testing and we’ll continue investigating from there. Have a great afternoon and thanks again. Cheers 🙂

    in reply to: Weekly View Broken in BeTheme #1155473
    Hunter
    Moderator

    Hey Karl,

    We truly appreciate your constructive criticism on the matter. The best place to voice your opinion regarding the column class issue is our UserVoice Feature Ideas page. We’re always incorporating ideas and requests into maintenance/feature releases.

    I’m glad to hear you figured out a solution and thanks for providing that so others can benefit from your hard work! Please feel free to create a new thread if anything else comes up and have a great upcoming weekend. Cheers 🙂

Viewing 15 posts - 2,476 through 2,490 (of 4,025 total)