Cristiano

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: Change word Events #1263863
    Cristiano
    Participant

    Hi Hunter

    Thank you for the reply. The problem still remain after the fix with the css editor
    (the events title remain)

    Best regards

    in reply to: Change word Events #1262958
    Cristiano
    Participant

    Hi

    I’ve set the “Events model” to “Events Template” and the situation goes back to normal (see the attached file).
    Only one thing. i don’t understand how remove the title of the page “Eventi”. I don’t understant the theme override.

    in reply to: Change word Events #1262599
    Cristiano
    Participant

    Hi
    Now the view of the events page for desktop are ok (see the attached file), but in the mobile view there is a grey square that i want to remove (see the second attached file, i think that is the calendar search)
    How ca i remove it
    Best regards

    in reply to: Change word Events #1259737
    Cristiano
    Participant

    Edit
    Now the page is without title, but it looks like the picture in image attached
    Thank you!

    in reply to: Change word Events #1259724
    Cristiano
    Participant

    Hi
    another question; i’ve tried to change the title with this snippet in function.php
    https://theeventscalendar.com/knowledgebase/altering-or-removing-titles-on-calendar-views/
    But when i insert the snippet, the site no load again and show me a white page. Why?
    Best regards

    in reply to: Change word Events #1259671
    Cristiano
    Participant

    Hi
    I’ve edited the bar.php but the result is like the image attached. Why?
    Best regards

    in reply to: Change word Events #1257877
    Cristiano
    Participant

    Hi
    Thank for the advices.
    I want to know if there is the possibility to translate the Title “Events” or if it can be removed.
    Also i want to translate “find” and remove the word “for” (or traduce in “a”)
    Thank you again!

    in reply to: Change word Events #1257196
    Cristiano
    Participant

    Hi
    i’ve edited the funtion.php file but the words “Eventi” remains. Why?
    Here is my text, added at the end of function.php

    <?php
    // Singular
    add_filter( ‘tribe_event_label_singular’, ‘event_display_name’ );
    function event_display_name() {
    return ‘Evento’;
    }
    add_filter( ‘tribe_event_label_singular_lowercase’, ‘event_display_name_lowercase’ );
    function event_display_name_lowercase() {
    return ‘evento’;
    }
    // Plural
    add_filter( ‘tribe_event_label_plural’, ‘event_display_name_plural’ );
    function event_display_name_plural() {
    return ‘Eventi’;
    }
    add_filter( ‘tribe_event_label_plural_lowercase’, ‘event_display_name_plural_lowercase’ );
    function event_display_name_plural_lowercase() {
    return ‘eventi’;
    }

    Thanks a lot!

    • This reply was modified 7 years, 1 month ago by Cristiano.
Viewing 8 posts - 1 through 8 (of 8 total)