Jonah

Forum Replies Created

Viewing 15 posts - 841 through 855 (of 4,001 total)
  • Author
    Posts
  • in reply to: ISSUE? #45550
    Jonah
    Participant

    Hi broomfieldbrc,

    This is generally not an issue with our plugin and if it’s working fine with the free version, installing PRO is not going to make that much of a different unless you’re adding tons of recurring events. But this could be a problem in any case where you’re adding tons of posts, not just with our plugin.

    I would say to test things out in the way you need to use the plugin. Ideally, setup a development instance of the website and test out the scenarios with how you want or need to use the plugin and see how it performs. If you’re running into issues, we may be able to help but sometimes it’s out of our control (web hosting, conflicts with theme or other plugins, etc.)

    3.0 definitely offers improvements in a number of areas, including overall performance but again, it’s going to depend on your specific needs and your specific configuration and you will never know until you actually try it out. We’d be happy to send you a copy of the 3.0 beta if you’re interested. Just email pro [at] tri [dot] be with a request.

    Does that help?

    in reply to: Date & Events Not Saving Since Upgrade #45505
    Jonah
    Participant

    Hi Charles,

    When I deactivated all other plugins, I was able to successfully add an event and change the date without issue. So that means one of your plugins is conflicting with ours. You will need to go through and re-deactivate all other plugins and then re-activate them one by one to determine the culprit. Once you’ve found which one it is, please report back here and I’ll what else I can do.

    Thanks,
    Jonah

    in reply to: New Event showing as passed #45504
    Jonah
    Participant

    Hi Steve,

    I just logged in and successfully added a test event on 5/24 without any issues. I was able to change the date/time and it didn’t revert after saving or publishing. Are you still seeing this behavior? What browser are you using?

    Jonah
    Participant

    Aha, I see now. I’ll go ahead and create a ticket to get this fixed in the next version.

    Thanks!

    in reply to: Calendar Widget format issue. #45499
    Jonah
    Participant

    Hi Neil,

    The tooltips are getting cut off because you have this in your style.css file:

    .widget-area {
    overflow: hidden;
    }

    You’ll need to remove that or change it some other way and then the tooltips won’t get cut off.

    – Jonah

    in reply to: Adding thumbnail to widget-list.class.php #45498
    Jonah
    Participant

    Hi Tom,

    We wrote an article on how to do this with the Next Event widget which should be mostly the same: https://theeventscalendar.com/how-to-show-featured-thumbnails-in-the-next-events-widget/

    Does that help?

    – Jonah

    in reply to: Happening right now conditional #45495
    Jonah
    Participant

    Hi Peter,

    We don’t have a specific function for this but it’s a great idea and I would suggest requesting it here: http://tribe.uservoice.com/ – for now though you should be able to put something together using https://theeventscalendar.com/support/documentation/the-events-calendar-template-tags-date-functions/#functiontribe_get_start_date and comparing that against the current time which you can get with PHP.

    Does that help?

    in reply to: Facebook Events Fail to Auto Import #45424
    Jonah
    Participant

    Hi Heather,

    Alright, I’m going to get a dev to take a look at this. Sorry again for the delay. Please stay tuned.

    Jonah
    Participant

    Hi tinarawlins,

    Can you be a little more specific about what’s going on for you and provide some examples?

    Thanks,
    Jonah

    in reply to: WooThemes Canvas and Event Calendar Month View #45422
    Jonah
    Participant

    Well, since we’re not going to be doing much more with the 2.x codebase, would you guys like to try the 3.0 beta to see if this is resolved? If so, please email pro [at] tri [dot] be and reference this thread and attn. to me.

    Thanks,
    Jonah

    in reply to: New Changes in image format of Events @ Facebook #45421
    Jonah
    Participant

    Hi guys, ok I see what you’re talking about. I’m asking one of our developers what can be done about this and will get back to you here when I know more. Stay tuned.

    in reply to: Customizing the gridview #45419
    Jonah
    Participant

    Glad to hear Ken! Let us know if there’s anything else you need help with.

    in reply to: WooThemes Canvas and Event Calendar Month View #45374
    Jonah
    Participant

    Hi Jason,

    Did you try my suggestion above?

    in reply to: is_post_type_archive for main events feed #45373
    Jonah
    Participant

    Hi Jacob,

    You’re welcome. The plugin does not register a post type archive and I’m not exactly sure why. If it’s something you’d like to request, you can ask for it here: http://tribe.uservoice.com/

    You could create an archive manually though using a custom query on a page template or something like that.

    – Jonah

    in reply to: Customizing the gridview #45369
    Jonah
    Participant

    Hi Ken,

    Yes, you just need to modify the condtional to not include ‘upcoming’ or ‘past’ like so:

    if ( $query->query_vars['eventDisplay'] == 'month' && $query->query_vars['post_type'] == TribeEvents::POSTTYPE && !is_tax(TribeEvents::TAXONOMY) && empty( $query->query_vars['suppress_filters'] ) ) {
    $query->set( 'tax_query', array(
    array(
    'taxonomy' => TribeEvents::TAXONOMY,
    'field' => 'slug',
    'terms' => array('2012'),
    'operator' => 'IN'
    )
    )
    );
    }

Viewing 15 posts - 841 through 855 (of 4,001 total)