Lars

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 202 total)
  • Author
    Posts
  • in reply to: Custom Map date no longer works #1158634
    Lars
    Participant

    Ok, we solved this.

    in reply to: Add new "Additional Field" and move it up #1158382
    Lars
    Participant

    Hi,

    It should we placed at the top of the “Organizer / Signup” coloumn her.

    We wouldn’t know how to do that. Why can’t we just drag the Addtional Fields up/down in Settings to make them appear in the order we which?

    It’s been almost 2 years since we last worked with TBA and honestly we cannot see any UX improvements at all. Utterly disappointing and still incredible difficult to work with.

    in reply to: Custom Map date no longer works #1157857
    Lars
    Participant

    Hi,

    That seems rather excessive. You wrote the snippet you wouldn’t you be able to modify on your own demo?

    in reply to: Custom Map date no longer works #1157460
    Lars
    Participant

    This reply is private.

    in reply to: Events not listing chronologically #1106570
    Lars
    Participant

    Hi

    Any news on this issue! This bug has huge impact.

    in reply to: Hide Weekend Days from Month View (4.0) #1035788
    Lars
    Participant

    Hi,

    Thanks! Actually just this part below with:

    .tribe-events-calendar tr td:nth-child(7) changed to .tribe-events-calendar tr td:nth-child(6) works:

    /* Hide Weekends the Events Calendar Monday First Day of Week */
    .tribe-events-calendar th#tribe-events-sunday,
    .tribe-events-calendar th#tribe-events-saturday,
    .tribe-events-calendar tr td:nth-child(6),
    .tribe-events-calendar tr td:last-child {
    	display: none;
    }
    • This reply was modified 8 years, 5 months ago by Lars.
    in reply to: Make Organizer email active #985598
    Lars
    Participant

    Hi,

    Thanks! That was easy 🙂

    in reply to: Image format in Tooltip #953641
    Lars
    Participant

    Thanks George!

    Works just fine 🙂

    in reply to: Position Tooltip higher #952206
    Lars
    Participant

    Hi,

    Thanks! This actually did the trick:

    .tribe-events-calendar .tribe-events-tooltip { left: 25%; bottom: 100% !important; }

    in reply to: Date glitch on recurrence events #951943
    Lars
    Participant

    Hi,

    The problem wa caused by the WordPress “Redirection” plugin By John Godley that unfortunately was set to monitor redirections itself and add these automatically.

    Sorry that I missed that one.

    in reply to: Date glitch on recurrence events #951931
    Lars
    Participant

    Hi,

    Sorry! No cache. No cache plugins and no cache on server. Disabled in .htaccess.

    in reply to: Date glitch on recurrence events #951927
    Lars
    Participant

    Hi

    The “Test event” just created behaves as intended though it is created just as the other recurrence events.
    What to do then? We can’t really ask our client to delete all recurrence events and create them again.

    Lars
    Participant

    Sorry, this was due to server cache. What you suggest regarding removing categories works fine.

    in reply to: Textfield for "Organizers" doesn't output anything #951799
    Lars
    Participant

    Hi,

    Using the <?php the_content(); ?> function will just grab the text from the event content field. Not the text from the Organizer content field.

    How do we specify?

    Lars
    Participant

    Hi

    We are trying to do the same but with no luck. It doesn’t make any difference.

    Actually deleting the whole “modules” folder makes no difference. Are we missing something here? Has these files moved to a different location?

Viewing 15 posts - 1 through 15 (of 202 total)