Nico

Forum Replies Created

Viewing 15 posts - 3,886 through 3,900 (of 6,506 total)
  • Author
    Posts
  • in reply to: Reselling Event Calendar Pro #1110634
    Nico
    Member

    Hi Steve,

    Thanks for reaching and thanks for your interest in our products! So nice to see our plugin being used in such a project 🙂

    Regarding your licensing question, if you purchase the unlimited license you can install the plugin in as many site as you need. But only the license holder (you) will be able to access premium support. While you cannot re-sell the license, you can charge the sub sites a fee or not that’s up to you. If all the site are in the same network, you can buy a Network license instead (which is cheaper).

    Please let me know if this answers you question,
    Best,
    Nico

    in reply to: Directory name update causes 404 errors #1110628
    Nico
    Member

    Hey Grant,

    Thanks for reaching out! I’ll help you getting the URLs right 🙂

    The following snippet changes the organizer slug, just past it in your functions.php file:


    /**
    * Change organizer slug
    */
    function tribe_modify_organizer_slug ( $args ) {
    $args['rewrite']['slug'] = 'bands';
    return $args;
    }

    add_filter( 'tribe_events_register_organizer_type_args', 'tribe_modify_organizer_slug');

    Please give this a try and let me know about it,
    Best,
    Nico

    in reply to: display thumbnails on the Events List widget #1110579
    Nico
    Member

    Hi Pau,

    Thanks for reaching out to us! Let’s see why this happens.

    We have an article in place that shows how to add this images: Add thumbnails to upcoming events List Widget. Maybe Divi is doing something similar by default? Or maybe it’s an option of the plugin you need to activate? Also, have you checked that the events in the second website actually have featured image set?

    Please let me know about it, also it might be a good idea to reach out to Divi support and ask what the default behaviour should be and how to activate the thumbnails if needed,
    Best,
    Nico

    in reply to: All upcoming events are not displayed when #1110509
    Nico
    Member

    Hi @ezracatz,

    Thanks for reaching out to us and sorry to hear about the issue. I could see this in your site but I can’t match it with any known bug.

    I see you marked as this was tested with a WordPress default theme and no other plugins active, is that right? Did you see any differences?

    What’s the value configured in WP-Admin > Events > Settings > General > Number of events to show per page? If you change that to for example 2 events, does this change reflects correctly on the front-end?

    Please let me know about it,
    Best,
    Nico

    in reply to: Get ride of "add another rule" #1110496
    Nico
    Member

    Hi there,

    Thanks for getting in touch! I’ll help you here…

    Just add this CSS rule to your theme stylesheet or via Simple Custom CSS plugin:


    #tribe-add-recurrence {
    display: none !important;
    }

    Please let me know if this does the trick for you,
    Best,
    Nico

    in reply to: Event meta showing wrong date #1110486
    Nico
    Member

    Howdy Damien,

    Thanks for reaching out and sorry to hear about this issue. I’ll help you figuring out what’s happening…

    First of all, Can you please follow the steps described in our Testing for conflicts guide? This way we can see if this is a problem in our plugin or a conflict with the theme or other installed plugins.

    Please let me know if this is still an issue after the test,
    Best,
    Nico

    Nico
    Member

    Howdy Rebecca,

    Welcome to our support forums and thanks for reaching out to us!

    To add an image to the organizer you’ll need to enable featured image support for the organizer post type. You can do so by adding the snippet below to your theme functions.php file:


    /**
    * Enables the Thumbnail support for Organizer edit screen.
    */
    function tribe_add_thumbnail_support_organizer() {
    add_post_type_support( 'tribe_organizer', 'thumbnail' );
    }
    add_action( 'init', 'tribe_add_thumbnail_support_organizer' );

    Once the code is in place you’ll see the option to add an image to the organizer in the back-end.

    To display the image in the event’s meta section and to remove other fields from the organizer, you’ll need to create a template override (check our themer’s guide for details on this) of the template that renders the organizer info. The file for it is locate at /wp-content/plugins/the-events-calendar/srv/views/modules/meta/organizer.php, once you have the copy of the file in your theme folder, just goahead and remove the lines that out put other venue info and add the following code instead:


    echo get_the_post_thumbnail ( $organizer );

    Please give try a try and let me know about it,
    Best,
    Nico

    in reply to: Filtering by date? #1110467
    Nico
    Member

    Thanks for following up Karl, and sorry to hear this doesn’t work for your project 🙁

    You can add PRO additional fields as filters, I guess that’s what you are referring in you reply. Unfortunately you can’t add a filter for the start date or other fields in the event. But it’s possible to create custom filters (see example custom taxonomy filter), if you feel confident with your programming skills you can give this customization a try.

    Best,
    Nico

    in reply to: tribe_get_events next event by hour #1110410
    Nico
    Member

    Hey Malcolm,

    Thanks for following up!

    it’s right in the template for the homepage (is there a problem with that?)

    Possibly. Maybe there’s a global affecting the query but I’m not sure about it. Can you try to use the code I sent instead (just for testing if it works), and let me know about it?

    Best,
    Nico

    in reply to: Google #1110406
    Nico
    Member

    Thanks for following up J.P., and sorry to hear our plugin won’t fully cover your project requirements.

    Literally, just adding/deleting an event in Google Calendar would populate to the WordPress site.

    Please note that if you set up a recurring import (daily, for example) all new events will be added. You are right on the part that deleted events in the G Calendar won’t be deleted in WordPress. We know this is a bummer for some use cases (like yours) and we do have this ‘full sync’ feature in our long term road-map, but it’s a rather complex feature to develop and I don’t think we are going to see this baked in the near future.

    Please let me know if there’s anything else I can help you with,
    Best,
    Nico

    in reply to: Adding Events to archive with other posts #1110403
    Nico
    Member

    You are welcome Patrick! We cannot help much with these type of customizations (not even to premium license holders), and on the top of my head I cannot think of a possible solution for this. Maybe ‘forking’ the widget code and creating your own customized version can be easier than trying to modify the default widget behaviour?

    Hopefully as you say it’s probably a matter of time until you nail this.

    I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

    in reply to: HELP – Fatal error #1110401
    Nico
    Member

    Thanks for the heads-up Rhonda!

    Be sure to mark your reply as private is any sensitive information is present.

    Best,
    Nico

    in reply to: Change RS #1110399
    Nico
    Member

    Hey Geoff,

    Thanks for following up! The change should be easy to make, but if you are not sure about it and don’t feel comfortable editing php files then it might be a good idea to wait for your dev to be back. Please note that we are not allowed to log into client sites and make changes!

    Best,
    Nico

    in reply to: Events alongside products #1110390
    Nico
    Member

    Glad to hear Bas 🙂

    I’ll go ahead and close out this thread, but if you need help with anything else please don’t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

    in reply to: Event pages show 404 errors #1110387
    Nico
    Member

    Hi there,

    Thanks for the patience while we looked into this! We’ve done some testing and this issue seems to be introduced in the latest update of Sensei (version 1.9.5). Downgrading Sensei to version 1.9.4 should make this right again.

    We are in contact with the Sensei team to solve this, and will be giving you another heads-up when the fix is in place.

    Best,
    Nico

Viewing 15 posts - 3,886 through 3,900 (of 6,506 total)