Khanh

Forum Replies Created

Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • in reply to: Order of list view #931534
    Khanh
    Participant

    Hi Brian,

    I checked with Conflicts you suggested
    My theme was 2013, so i changed to a different one and step2 is not applicable, cleared cache and tested — No Change it is same.

    I tried turning on Recurring event instances, let the clean-up and create to default numbers 24 months — No change

    Can you please suggest what could be wrong?

    Thanks

    in reply to: Order of list view #931057
    Khanh
    Participant

    This reply is private.

    in reply to: add venue to month tooltip #930035
    Khanh
    Participant

    Hi Geoff,

    Thanks for the information.

    I made it to work with slightly changing the code as per the following thread

    Add custom fields to tooltip in month view

    It works for me. Thanks Again for your help.

    Thanks

    in reply to: add venue to month tooltip #929893
    Khanh
    Participant

    This reply is private.

    in reply to: add venue to month tooltip #929441
    Khanh
    Participant

    Hi Geoff, Thanks for the answer.

    I tried the following in single-event.php

    added

    $venue = array();
    $getvenue = tribe_get_venue();
    $venue[‘venue’] = $getvenue;
    at lines 23-25

    added tribe_events_template_data( $post, $venue ); right before ?> line 191, removed echo as it is printing on the calendar

    changed the line in tooltip.php to <p>Venue :: [[=venue]]</p>

    Now the hover tooltip stopped working, tried with add/del venue line.

    Thanks

    Thanks

Viewing 5 posts - 16 through 20 (of 20 total)