Geoff

Forum Replies Created

Viewing 15 posts - 2,146 through 2,160 (of 10,150 total)
  • Author
    Posts
  • in reply to: Text Alignment on Event Details #1158100
    Geoff
    Member

    Nice! That’s fantastic and I’m so glad to see everything working so well. Thanks a ton for not only following up to let me know but sharing the final solution here for others as well. 🙂

    I hope you keep on enjoying the plugins — and, definitely let us know if you bump into any other questions and we’d be more than happy to help.

    Cheers and have a great day!
    Geoff

    Geoff
    Member

    Hi Robert, I see my initial reply was marked as the correct answer. I’ll go ahead and close this thread but please let us know if any other questions come up and we’d be more than happy to help. 🙂

    Cheers!
    Geoff

    in reply to: Integration of full map view (events calendar) in a post #1158096
    Geoff
    Member

    Hi Marius, I see my initial reply was marked as the correct answer. I’ll go ahead and close this thread but please let us know if any other questions come up and we’d be more than happy to help. 🙂

    Cheers!
    Geoff

    Geoff
    Member

    Hi Rodrigo, I see my last reply was marked as the correct answer. I’ll go ahead and close this thread but please let us know if any other questions come up and we’d be more than happy to help. 🙂

    Cheers!
    Geoff

    in reply to: Bootstrap 4 #1158093
    Geoff
    Member

    Hi Brandon, I see my last reply was marked as the correct answer. I’ll go ahead and close this thread but please let us know if any other questions come up and we’d be more than happy to help. 🙂

    Cheers!
    Geoff

    in reply to: Social media and capitalized letter support #1157824
    Geoff
    Member

    Hi Eliu and welcome back to the forums — hope all is well!

    It looks like you might be using a plugin that adds the social media sharing options. It would be best if you can configure that plugin so that it excludes Events. However, if that’s not possible, then you can add this to your theme’s style.css file or by using the Simple Custom CSS plugin and that will hide the buttons:

    .events-single .entry-content .addthis_toolbox {
    display: none;
    }

    Can you send me a link to where the months are not capitalized? I was looking at your site and the months all appear to capitalize the first letter, but it’s possible I’m just not looking in the right place.

    Thanks!
    Geoff

    in reply to: Complex Recurring #1157823
    Geoff
    Member

    Hey Gertjan, thanks for getting in touch!

    Great question — yes, it is definitely possible to create an event that repeats every six weeks and ends on a specific date. There’s a great overview of all the recurrence options in this post, if you’re interested.

    And, yes, you are able to delete events from a recurring series. In other words, if you need to delete one single instance of the series, then you are able to exactly that.

    Does this help answer your questions? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: Show venue information on separate row #1157818
    Geoff
    Member

    Awesome, so glad to hear that! Thanks a ton for following up to let me know.

    I’ll go ahead and close this thread but please do feel free to let us know if any other questions pop up and we’d be happy to help. 🙂

    Cheers and have a great day!
    Geoff

    in reply to: Text Alignment on Event Details #1157817
    Geoff
    Member

    OK, I think this will do the trick:

    .single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    text-align: left;
    width: auto;
    }
    
    .single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    position: relative;
    clear: both;
    }

    Here’s what I get when testing in Chrome — hopefully that gets us where we want!

    Cheers,
    Geoff

    in reply to: Multiple domains using 1 calendar #1157693
    Geoff
    Member

    Hey Amy, thanks for reaching out!

    I think the answer I provided in that last thread is still valid in that iCal Importer will allow you to import events from one website to another, especially if both of those calendar are powered by The Events Calendar.

    You could theoretically install iCal Importer on both sites if they are both using The Events Calendar and set up automatic imports in both directions. If doing that, I would certainly recommend setting up the imports so they fetch specific categories or else you could run into a scenario that creates an infinite loop of importing events.

    Unfortunately, we were never able to continue the discussion on a workaround on that other thread. We were more or less interested in how they might be using iCal Importer because our agency, Modern Tribe, does a lot of work with higher educational organizations and the customer in that thread was inquiring about an educational site.

    Finally, is there a way to restrict only certain information on an event for non-members?

    You know, that is possible, though it would take a bit of custom development to make it happen. For example, you could use Advanced Custom Fields on the site, set up custom fields for events, then add them to the event template and wrap them in a condition statement that checks whether someone is logged in before displaying it like this:

    <?php
    if ( is_user_logged_in() ) {
    // display the custom fields
    } else {
    echo 'You are not logged in!';
    }
    ?>

    Does this help answer your questions? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: user notification #1157688
    Geoff
    Member

    Hey Austin,

    Great question — I’m afraid that none of our plugins currently support notifications like that. I know we’re looking into some ideas for enabling notifications but, to be honest, nothing is currently on the roadmap as far as when that would be worked on or released.

    That said, there are a number of third-party plugins that can trigger notifications. For example, Better Notifications for WordPress has a number of triggers that can be tailored to any registered user role and might be worth checking out.

    Sorry for the bad news, but does this at least help answer your question? Please let me know.

    Thanks,
    Geoff

    in reply to: The date picker dont work when try a select day #1157686
    Geoff
    Member

    Hi Juan, thanks for getting in touch!

    We’d be happy to help — but first, will you please confirm that you have a license for one of our premium products? And, if you have one, will you please log in so we can move this thread to our support forum? We use this Pre-Sales forum to answer questions about purchasing our plugins.

    If you do not have a license, you are definitely welcome to post a thread to our WordPress.org forum, where we do a support pass each week.

    In the meantime, I would suggest following the steps in this guide as a starting point. It will help check for conflicts with the active theme and other installed plugins and, if any conflicts exist, where they are.

    Thanks so much!
    Geoff

    in reply to: Text Alignment on Event Details #1157684
    Geoff
    Member

    Hey there! Let’s try this instead:

    .single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    text-align: left;
    width: auto;
    margin-right: 10px;
    }
    
    .single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
    position: relative;
    top: -4px
    overflow: visible;
    }

    Here’s a screenshot of how that should look.

    Cheers!
    Geoff

    in reply to: Triggering approval email to community event poster #1157681
    Geoff
    Member

    Try heading to Settings > General from the WordPress admin and enable the option for “Anyone can register” (screenshot). That will create an option on the WordPress login screen for folks to register an account on the site.

    Cheers!
    Geoff

    in reply to: Shortcode for latest events on homepage in 4 columns #1157677
    Geoff
    Member

    My pleasure! I am so stoked that you’re loving the plugin — in fact, if you have a moment we’d love for you to leave us a review. 🙂

    I’ll go ahead and close this thread but thanks a ton for following up and definitely let us know if any other questions pop up — we’d be happy to help.

    Cheers!
    Geoff

Viewing 15 posts - 2,146 through 2,160 (of 10,150 total)