beh0t

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Ical and multiplied events #947740
    beh0t
    Participant

    its default android app.

    but in ics file that event is present multiple times with same start and end date. Is it correct? I think it should be only one entry – like in wordpress dashboard

    in reply to: Ical and multiplied events #947693
    beh0t
    Participant

    title: Wystawa obrazów Marii Dryll-Marciniak pt. „Sztuka natury”

    in the ‘events calendar’ month view is displaying correct (one entry each day), in dashboard only ones (correct)

    in reply to: Ical and multiplied events #947664
    beh0t
    Participant

    Screenshot with other dates and same bug
    my ical file – multiplied event uid:842-1424131200-1426636800

    I’m using code (from here) to remove html tags from event description:
    add_filter( ‘tribe_google_calendar_parameters’, ‘remove_tags_from_gcal_links’ );
    function remove_tags_from_gcal_links( array $params ) {
    $params[‘details’] = urlencode( strip_tags( urldecode( $params[‘details’] ) ) );

    in reply to: Ical and multiplied events #947497
    beh0t
    Participant

    sorry for misspelling

    in reply to: embed day view #947495
    beh0t
    Participant

    I know it isn’t out of the box, but documentation provides partial solution for this: queries and pagination etc. But how to connect this to day view theme?

    in reply to: Translation #906413
    beh0t
    Participant

    Its not only one word that is missing in Polish language. Original translation file translate only half of ‘Add New Venue’: ‘Add New Miejsce’ Instead of ‘Dodaj nowe Miejsce’ or ‘Add New Organiser” to ‘Add New Organizatora’ instead of ‘Dodaj Nowego Organisatora’ but I handle it by modifying language files. Some other sentences was missing too. But ‘Day’ in drop down menu was intranslateble by *.po file – but I was able to translate it by modyfing the-events-calendar.class.php Last word that i need to translate is ‘Week’ to ‘Tydzień’

    in reply to: Map display #822408
    beh0t
    Participant

    I just tested 20 random venues.
    Some of them works if I don’t add ‘ul.’ prefix (street):
    http://mojemiastoawnim.info/miejsce/tt6/
    http://mojemiastoawnim.info/miejsce/tt8/

    But others don’t
    http://mojemiastoawnim.info/miejsce/tt/

    Or sometimes maps shows, but with incorrect location (shows the same place – city center I think):
    http://mojemiastoawnim.info/miejsce/tt9/
    (but this could be when adress isn’t sufficiently precise)

    Another country – same as above.
    I’m creating test venues through venues, but other user through the events – unfortunately all real venues didn’t worked until ‘province’ edition.

    in reply to: Event Calendar widget displays incorrectly #802376
    beh0t
    Participant

    custom css worked!
    Thanks!

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