Nico

Forum Replies Created

Viewing 15 posts - 6,346 through 6,360 (of 6,506 total)
  • Author
    Posts
  • Nico
    Member

    Hey Mauricio,

    Since there hasn’t been any activity on this thread for over 2 weeks I’m now closing it. Feel free to start a new thread if you have further issues.

    Thanks,
    Nico

    in reply to: Empty dates generating crawl errors #972585
    Nico
    Member

    Hey Susan,

    Since there hasn’t been any activity on this thread for over 2 weeks I’m now closing it. Feel free to start a new thread if you have further issues.

    Thanks,
    Nico

    in reply to: Eventbrite options not visible in CMS #972584
    Nico
    Member

    Hey Bryan,

    Since there hasn’t been any activity on this thread for over 2 weeks I’m now closing it. Feel free to start a new thread if you have further issues.

    Thanks,
    Nico

    in reply to: Step By Step, please #972583
    Nico
    Member

    Hey James,

    Since there hasn’t been any activity on this thread for over 2 weeks I’m now closing it. Feel free to start a new thread if you have further issues.

    Thanks,
    Nico

    in reply to: Ticket Numbers per Event #972582
    Nico
    Member

    Hey Patrick,

    Since there hasn’t been any activity on this thread for over 2 weeks I’m now closing it. Feel free to start a new thread if you have further issues.

    Thanks,
    Nico

    in reply to: Events Calendar title and breadcrumbs not showing #972580
    Nico
    Member

    Hey Torbjøn,

    Since there hasn’t been any activity on this thread for over 2 weeks I’m now closing it. Feel free to start a new thread if you have further issues.

    Best,
    Nico

    in reply to: Event Submitted Template Community Events #972579
    Nico
    Member

    Hey operapreneur,

    Since there hasn’t been any activity on this thread for over 2 weeks I’m now closing it. Feel free to start a new thread if you have further issues.

    Best,
    Nico

    Nico
    Member

    Hey nes49,

    Since there hasn’t been any activity on this thread for over 2 weeks I’m now closing it. Feel free to start a new thread if you have further issues.

    Best,
    Nico

    in reply to: 500 internal server error upon install #972576
    Nico
    Member

    Hey kris10haley,

    Since there hasn’t been any activity on this thread for over 2 weeks I’m now closing it. Feel free to start a new thread if you have further issues.

    Best,
    Nico

    in reply to: Events incorporate into blog #972573
    Nico
    Member

    Hey Katherine,

    Since there hasn’t been any activity on this thread for over 2 weeks I’m now closing it. Feel free to start a new thread if you have further issues.

    Best,
    Nico

    Nico
    Member

    Hey Adam,

    Since there hasn’t been any activity on this thread for over 2 weeks I’m now closing it. Feel free to start a new thread if you have further issues.

    Best,
    Nico

    Nico
    Member

    Hey Bruno,

    Looks like you marked an answer as correct, so I’m going to close this topic – but please don’t hesitate to create new topics if you need help with anything else.

    Nico

    in reply to: How can I remove website and contact info. for venue? #972562
    Nico
    Member

    Hi krystalknapp,

    Thanks for reaching out to us! Sorry to hear default fields are not working for you, they are designed to fit a wide variety of needs so they often need to be customized. Hopefully the process to do so is quite simple.

    Basically you’ll need to override the event submission form and comment those fields out – I’ll outline the steps here but please check our Themer’s Guide for further details on template overrides.

    1. Copy the file ‘venue.php’ from ‘wp-content/plugins/the-events-calendar-community-events/src/views/community/modules/’ to ‘wp-content/themes/your_theme/tribe-events/community/modules/’ (create the ‘tribe-events/community/modules/’ folders if necessary).
    2. Open the file you just copied over to your theme folder.
    3. Comment out lines 167-187 of the file. That block should look like this:
    https://gist.github.com/niconerd/fcbabceaa768e2879e62

    4. Save the file and test.

    Let me know how this goes,
    Best,
    Nico

    Nico
    Member

    Hi cesua,

    Thanks for hitting the forums on this!

    If your events are single day events you can add this snippet to your ‘functions.php’ file – located at ‘wp-content/themes/your_theme/’. It will hide end time from single events, list widget and tooltip in month view.


    add_filter( 'tribe_events_event_schedule_details_formatting', 'change_schedule_format' );
    function change_schedule_format( array $format ) {
    $format['show_end_time'] = false;
    return $format;
    }

    If your events start date and end date are not on the same day, you’ll need to create some template overrides to hide the end date – I’ll outline the steps here but please check our Themer’s Guide for further details.

    For the single event view:
    1. Copy the file ‘single-event.php’ from ‘wp-content/plugins/the-events-calendar/src/views/’ to ‘wp-content/themes/your_theme/tribe-events/’ (create the tribe-events folder if necessary).
    2. Open the file you just copied over to your theme folder.
    3. Replace line 36 of the file:

    //replace this line
    <?php echo tribe_events_event_schedule_details( $event_id, '<h3>', '</h3>' ); ?>
    //whit this one
    <h3><?php echo tribe_get_start_date(); ?></h3>

    4. Save the file and test.

    For the list view the steps are the same, but the template location and lines to edit change:
    – List view: template is located at ‘wp-content/plugins/the-events-calendar/src/views/widgets/list-widget.php’ and should be copied to ‘wp-content/themes/your_theme/tribe-events/widgets/’. Line to edit is 54.

    Regarding month view, do you want to edit the tooltip?

    Let me know if the code provided worked for you,
    Best,
    Nico

    Nico
    Member

    Hi amandadmg,

    Thanks for reaching out to us!

    Sorry to say we’re experiencing some issues with our ‘EventBrite Tickets’ plugin – you can read details about it here. Most probably your site is affected by these issues. An update (3.10.1) for the plugin is being tested and will be out as soon as possible.

    Can you confirm when did this started happening? Did it work as expected before?

    Do you think you can wait till the maintenance release is out?

    Sorry for the inconvenience,
    Best,
    Nico

Viewing 15 posts - 6,346 through 6,360 (of 6,506 total)