carosch

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 23 total)
  • Author
    Posts
  • in reply to: calendar still in english (I wanted french) #1633716
    carosch
    Participant

    Hello,

    ok I wait for the answer.

    Caroline

    in reply to: calendar still in english (I wanted french) #1632970
    carosch
    Participant

    Hello,

    I’m worried if you can not go to this site http://lectureparnature.fr
    it’s weird, it’s open since Tuesday.

    However, here is a screenshot

    Caroline

    in reply to: calendar still in english (I wanted french) #1631657
    carosch
    Participant

    Hello,

    you can see here that I still have an english datepicker instead a franch one however the wordpress setting is on fr_FR.
    http://lectureparnature.fr

    Where can I change the datepicker text ?

    Caroline

    in reply to: can't see Events in admin #1631650
    carosch
    Participant

    I was very afraid
    I deactivated the Tribe extensions and reactivated, and it’s back

    in reply to: single-event page architecture #1628541
    carosch
    Participant

    Hello,

    I use Enfold as parent theme.
    Please let me know how to not use the Enfold overring.

    I found a single-event.php in wp-content/themes/enfold/config-events-calendar/ directory.

    And that is the file that the wordpress use instead of my child-theme/tribe-events/singel-event.php

    I need help for tomorrow, please.

    Caroline

    in reply to: single organizer link blank #1628533
    carosch
    Participant

    Hello, could you help me to write with correct syntaxe ?

    thanks
    Caroline

    in reply to: single-event page architecture #1628532
    carosch
    Participant

    Hello,

    sorry the overriding doesn’t work.

    I also try to change the back link label like that :

    	<p class="tribe-events-back">
    		<!--<a href="<?php echo esc_url( tribe_get_events_link() ); ?>"> <?php printf( '&laquo; ' . esc_html_x( 'All %s', '%s Events plural label', 'the-events-calendar' ), $events_label_plural ); ?></a> -->
            <a href="<?php echo esc_url( tribe_get_events_link() ); ?>"> &laquo;&nbsp;Retour à la liste des événements</a>
    	</p>

    but nothing happens.
    I still have “<< Tous les évènements.

    And the problem with this sentence, is that I can’t find where to correct the french way to write événement (note the orientation of the second accent).

    I change all the translation in the two .po files (the events calendar & the events calendar pro) but that does not change anything.
    Il have also the label well written in the display settings but the plugin does not respect the label or the po file (I’v forced to override the %s reference, but putting the word instead).

    So I have two problems:
    – my child file single-event.php does not override the plugin file
    – the plural label in the display settings does not work (évènements is still there instead of the good one évènements).

    Any idea of what happens ?

    I need to publish the website tomorrow, it’s about french littérature, so, I need to correct all words.

    Caroline

    in reply to: calendar still in english (I wanted french) #1628498
    carosch
    Participant

    Hello,

    can I send you a private message with access codes ?

    caroline

    in reply to: single organizer link blank #1627345
    carosch
    Participant

    Hello,

    sorry, but it seems that I didn’t explain well what I need

    it’s this information I need to open in a new tab

    <dd class="tribe-organizer-url">
       <?php echo $website; ?>
    </dd>

    Caroline

    in reply to: single-event page architecture #1623133
    carosch
    Participant

    hello,

    single-event.php is in the right place.
    I already succeed to customize related-event.php at the same place and some other stuff in the module (and) meta directories.

    But this one, I think is not overriding anything.

    I try to add brut text, but nothing appears.

    How can I force to override this file ?

    Caroline

    in reply to: single organizer link blank #1621718
    carosch
    Participant

    Hello,

    could you tell me where I find the <a href attributes in order to add a target=”_blank” for
    tribe_get_organizer_link( $organizer ) ?

    thank you
    Caroline

    in reply to: additional information for venue #1621710
    carosch
    Participant

    Hello,

    I will try this code snippets.
    But I don’t really understand in which file I must past it.

    For venue.php, is it the
    the-events-calendar/src/views/modules/meta/venue.php file?
    or
    the-events-calendar/src/views/embed/venue.php file?
    or
    the-events-calendar/src/Tribe/Venue.php file ?
    or
    the-events-calendar/src/functions/template-tags/venue.php file?

    I haven’t find the fields.php file and the page.php file neither.

    Perhaps I must only past all the snippets into the function.php file in my child theme?

    Please, help me to understand

    Caroline

    in reply to: single-event page architecture #1621297
    carosch
    Participant

    Hello,

    here is the snippi url
    http://snippi.com/s/58wklfu

    I try to insert the title in a h1 line 62

    Caroline

    in reply to: single-event page architecture #1620607
    carosch
    Participant

    Hello,

    thank you for the answer

    I try now to move the event title in the single event view.

    I need a full-width title.
    So I’m editing the single-event.php file from “views” directory.
    and I have past

    	<h1 class="wp-embed-heading tribe-events-list-event-title">
    		<a class="tribe-event-url" href="<?php echo esc_url( tribe_get_event_link() ); ?>" title="<?php the_title_attribute() ?>" rel="bookmark">
    			<?php the_title() ?>
    		</a>
    	</h1>

    just after that :
    <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

    But nothing appeared in the single event page.

    what am I doing wrong ?

    Caroline

    in reply to: additionnal fields not the same in list than in single view #1620404
    carosch
    Participant

    Sorry,

    it’s not last-child, but last-of-type

    .tribe-events-meta-group-other dl>dt:last-of-type, .tribe-events-meta-group-other dl>dd:last-of-type {
        display: none !important;
    }

    Caroline

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