Geoff

Forum Replies Created

Viewing 15 posts - 8,521 through 8,535 (of 10,150 total)
  • Author
    Posts
  • in reply to: WP 4.1 Compatability #938539
    Geoff
    Member

    Thanks for following up and confirming the answer! I’ll go ahead and close this thread, but feel free to start a new one if anything else pops up–we’d be happy to help.

    Cheers,
    Geoff

    in reply to: Short codes buttoms #938538
    Geoff
    Member

    Rad, thanks for following up! I’ll let this thread open a while longer to give you a chance to check things out and ask any follow-up questions.

    Cheers,
    Geoff

    in reply to: Coding not pulling ALL events posts into one spot #938537
    Geoff
    Member

    Hello there, Lisa! Thanks for getting in touch and sorry you’re hitting some trouble here with how events are pulling into your site’s blog posts.

    It looks like the shortcode being used is pulling in events based on the Published Date of the event rather than the Start Date of the event. So, in other words, the events that get displayed are the latest published events rather than the next upcoming events.

    I would suggest reaching out to the developer of the shortcode and see if there is a way it can recognize and order the Start Date of the tribe_events custom post type and output the posts that way.

    As far as some tags being recognized and other not, is there some sort of limit of how many posts that the shortcode displays at one time? I would definitely check that out as well.

    Let’s start there and see what we find.

    Cheers!
    Geoff

    in reply to: Can not find template for dd class=’address’ #938526
    Geoff
    Member

    Hi there, Ferry! Thanks for getting in touch.

    That’s strange. I tried commenting out the same line in modules/meta/venue.php (Line 35) and the dd tag was removed as expected.

    I think it’s worth checking that the file is in the correct place in your theme directory. If it’s in the correct place, it should be located at:

    [your-theme-directory]/tribe-events/modules/meta/venue.php

    And, Line 35 of your file should look like this:

    echo "$address $gmap_link ";

    Can you confirm that is where you template is located and how it is set up as well? Please let me know. 🙂

    Cheers!
    Geoff

    in reply to: Is this the right calendar for my use case? #938520
    Geoff
    Member

    My pleasure! More questions aren’t a bad thing at all. 🙂

    Is there functionality in the CSV import for tags?

    No, there is not. Admittedly, there is room for improvement with the CSV importer, but I think you’re idea of bulking editing for tags hits the mark right on. That’s a totally valid way to go about it.

    Here’s a brief tutorial with a video walkthrough of the CSV importer you might find useful.

    Additionally, are the additional fields provided by PRO able to be filtered in Filter Bar?

    Oh, interesting question. The short answer is no, not right out of the box. The longer answer, however, seems to be yes with some custom development. I found this thread  and another one where other customers found a way to do it and shared the solution–it’s worth seeing if these would work for you as well.

    Can you rename ‘Tags’ to ‘Bands’ without PRO?

    This would be a little trickier, but I think it would be possible. For example, here’s a link to a snippet that shows how to change the text for any string on a page:

    https://gist.github.com/geoffgraham/33da9072d9a3a8206f99

    I hope this helps!

    Geoff

    in reply to: Calender View #938515
    Geoff
    Member

    Thanks for following up and marking the answer, Murph! I’ll go ahead and close this thread, but let us know if any other questions comes up and we’d be happy to help.

    Cheers!
    Geoff

    in reply to: Show dates spanning #938513
    Geoff
    Member

    Hi there, Sara! Welcome back and nice to see you again. 🙂

    That’s a really good question but, unfortunately, there is currently no way to display the recurring date range on a single event. It’s certainly an interesting idea and one I’d encourage you to share on our UserVoice page when you have a chance–I could see how others might find that useful as well.

    For the time being, the only way to get a date range to display is with multi-day events. For example, an event that starts on one day but ends on another will display the full date range.

    I’m sorry that’s probably not what you were hoping for, but does it at least answer your question? Please let me know.

    Cheers!
    Geoff

    in reply to: Is this the right calendar for my use case? #938503
    Geoff
    Member

    Hey there, cd83! Thanks for getting in touch and we’re stoked that you’re checking out the plugins. 🙂

    1. Customized info in calendar view along with Event

    All of our templates can be completely customized by overriding them in your theme directory. It takes a little development on your end, but we do have a very thorough Themer’s Guide that details the process step-by-step.

    Additionally, we have a whole slew of functions detailed in our documentation that you can hook into to alter the output or display of content. For example, here’s a snippet for how to include the category name in your event title.

    https://gist.github.com/geoffgraham/014d26b9262488721518

    2. Searchable by band, venue/state/city, type of event.

    I think Filter Bar is definitely the way to go here. And, you’re spot on that Bands as Tags and Tours/Festivals as Categories makes a lot of sense.

    If you want to take it a step further, The Events Calendar PRO includes additional fields that can be used to display custom content or details.

    3. ‘Notify Me when a tour is added for my City / State’

    We do offer an RSS feed for events and all event categories but, unfortunately, not a built-in notification feature. We’re actually reviewing this sort of functionality, but don’t have a timeframe for if or when it would be developed.

    I believe MailChimp’s RSS-to-Email feature would be an option for you in the meantime. Enter the URL for the event feed, then let MailChimp email it out to those who have subscribed to be notified.

    Do you offer any sort of multi-add-on discount?

    We do not, though we sometimes do send out promotions and discounts via Twitter and Facebook. Follow us there if you want to be in the loop. 🙂

    One last thing I’ll add is that all our products comes with a full 30-day refund. Give them a shot and see if they’re the right fit for you.

    Does this help answer your questions? Please let me know if you have any follow-up questions and I’d be happy to help. 🙂

    Cheers!
    Geoff

    in reply to: need categories in "View As" list #938460
    Geoff
    Member

    Rad! Thanks for following up. I’ll go ahead and close this thread, but feel free to start a new one if anything else pops up and we’d be happy to help.

    Cheers!
    Geoff

    in reply to: Calender View #938320
    Geoff
    Member

    Hi there, Murph! Thanks for getting in touch.

    Unfortunately, embedding the full calendar on a page is currently not a feature that is supported.

    You might want to consider using Event Rocket, which adds the ability to add the calendar to any page using a shortcode. It’s not supported by us here in the forums, but it is maintained by one of the developers on our team and sounds like it will do exactly what you’re looking for.

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

    Cheers!
    Geoff

    in reply to: Page title for events page #938318
    Geoff
    Member

    Interesting, so everything works properly when using a default WordPress theme and on your local installation, correct?

    If so, that certainly sounds like a configuration on your live site has gone awry, whether that’s how the theme generates page titles or something else.

    Will you please try following the steps in our Testing for Conflicts Guide to see if we can pinpoint the issue to a conflict with either the theme or one of the other installed plugins?

    For what it’s worth, the page title displays properly on my local install when the calendar is set to Month View by default. You can see the same thing working on our demo site as well.

    Let me know what you find, and we’ll go from there. 🙂

    Cheers!
    Geoff

    in reply to: Post 3.91 update: Empty Event Categories showing error #938313
    Geoff
    Member

    Thanks for the follow-up! Sorry you’re still hitting trouble here. Definitely not good.

    I wonder if there’s some sort of conflict at play. Will you please try running through the steps in our Testing for Conflict Guide and let me know what you find?

    Let’s try that before we get into deeper troubleshooting. 🙂

    Cheers!
    Geoff

    in reply to: Multiple Instances of WordPress on One Site #938312
    Geoff
    Member

    My pleasure! Feel free to open a new thread if anything else pops up–I’ll close this one for now. 🙂

    Cheers!
    Geoff

    in reply to: Page title for events page #938152
    Geoff
    Member

    Oh strange, my first response is missing an entire paragraph. My apologies!

    I just tried this snippet on my local setup and it seemed to do the trick:

    add_filter('tribe_events_title_tag', 'filter_events_title');
    
    function filter_events_title ($title) {
    if ( tribe_is_month() ) { // Month View
    $title = 'Your Page Title | Midland Karting';
    }
    
    return $title;
    
    }

    Does that work for you as well?

    Geoff

    in reply to: Events List Font Size #938149
    Geoff
    Member

    Hey there–welcome back to the forums. 🙂

    It looks like the font size is coming from one of your theme’s classes, specifically #theme-page h2.

    You can change that size using something like:

    #theme-page h2 {
    font-size: 15px; /* or whatever size */
    }

    Or, if you don’t want that to change everywhere on your site, then you can declare this instead:

    .tribe-mini-calendar-event .list-info h2 {
    font-size: 15px !important; /* or whatever size */
    }

    Cheers!
    Geoff

Viewing 15 posts - 8,521 through 8,535 (of 10,150 total)