Forum Replies Created
-
AuthorPosts
-
Tarifs-postauxMember
Ok I'm going to do that
Thanks a lot for your help !!!
Tarifs-postauxMemberNo i didn't ! Could you tell me where I can submit a help ticket ?
Thank you very much
🙂Tarifs-postauxMemberThanks for your help !
But It still not working 🙁 maybe i didn't use well the plugin ...
"Original string : Leave a comment
Text domain : Comments
Replacement strings : Laissez un commentaire! "I have an other website with a free theme and when i have this kind of problem, I can easily change what I want with the "editor" but with Genesis when i'm going in "comments.php" , this is weird i can't see all codes
Do I require a password ?
"<?php
/**
* Genesis Framework.
*
* WARNING: This file is part of the core Genesis Framework. DO NOT edit this file under any circumstances.
* Please do all modifications in the form of a child theme.
*
* @package Genesis\Templates
* @author StudioPress
* @license GPL-2.0+
* @link http://my.studiopress.com/themes/genesis/
*/if ( ! empty( $_SERVER['SCRIPT_FILENAME'] ) && 'comments.php' === basename( $_SERVER['SCRIPT_FILENAME'] ) )
die ( 'Please do not load this page directly. Thanks!' );if ( post_password_required() ) {
printf( '<p class="alert">%s</p>', __( 'This post is password protected. Enter the password to view comments.', 'genesis' ) );
return;
}do_action( 'genesis_before_comments' );
do_action( 'genesis_comments' );
do_action( 'genesis_after_comments' );do_action( 'genesis_before_pings' );
do_action( 'genesis_pings' );
do_action( 'genesis_after_pings' );do_action( 'genesis_before_comment_form' );
do_action( 'genesis_comment_form' );
do_action( 'genesis_after_comment_form' );" -
AuthorPosts