Hi There,
We are using your enfold theme on one of our new projects. We want to translate the words above the comment field. This is the code: <label for=”comment”>Reactie</label>
We tried translation the word ‘Reactie’ (which is dutch) to something else but nothing happens. We added the comments section to our page via the drag and drop builder so maybe that’s causing an issue here? We just want to translate that word. Hope you can help us out soon.
Thanks Guys!
Greetings Jon
Hi jonruigrok1,
Could you please provide us with a temporary admin login so that we can take a closer look? You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Ofcourse!
Please let us know!
Greetings Jon
Hey!
Thank you for the info. Please modify the comments.php file then look for this code around line 164:
comment_form();
Replace it with:
$args = array(
'comment_field' => '<p class="comment-form-comment"><label for="comment">CHANGE THIS LINE'.
'</label><textarea id="comment" name="comment" cols="45" rows="8" aria-required="true">' .
'</textarea></p>',
);
comment_form($args);
Edit the “CHANGE THIS LINE” part.
Cheers!
Ismael