Andrej

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Cost!!! #1016150
    Andrej
    Participant

    Hi Nico,

    thank you very much! My issue is now resolved.

    Best regards
    AD

    in reply to: Cost!!! #1015391
    Andrej
    Participant

    Hi Nico,

    thanks, this solution I have already found and installed. The problem is, when a zero writes, nothing is displayed!

    in reply to: Add Location to preview window (tooltip) #727521
    Andrej
    Participant

    Hi Brook,

    I have this line of code
    <abbr class=”tribe-events-abbr”> [[=VenueCity]]</abbr>
    inserted in the script. But it does not work. Have an idea?

    Thanks and regards
    Andrej

    <script type=”text/html” id=”tribe_tmpl_tooltip”>
    <div id=”tribe-events-tooltip-[[=eventId]]” class=”tribe-events-tooltip”>
    <h4 class=”entry-title summary”>[[=title]]</h4>
    <div class=”tribe-events-event-body”>
    <div class=”duration”>
    <abbr class=”tribe-events-abbr updated published dtstart”>[[=startTime]] </abbr>
    [[ if(endTime.length) { ]]
    -<abbr class=”tribe-events-abbr dtend”> [[=endTime]]</abbr>
    [[ } ]]
    <abbr class=”tribe-events-abbr”> [[=VenueCity]]</abbr>
    </div>
    [[ if(imageTooltipSrc.length) { ]]
    <div class=”tribe-events-event-thumb”>
    [[=title]]
    </div>
    [[ } ]]
    [[ if(excerpt.length) { ]]
    <p class=”entry-summary description”>[[=raw excerpt]]</p>
    [[ } ]]
    <span class=”tribe-events-arrow”></span>
    </div>
    </div>
    </script>

Viewing 3 posts - 1 through 3 (of 3 total)