Viewing 4 reply threads
You must be logged in to reply to this topic.
Hi,
how can I translate the content of “<span style=”font-family: ‘Open Sans’, sans-serif; font-size: 14px; font-weight: bold; line-height: 20.2222px; background-color: #fcfcfc;”>Copyright Text in the end of footer”?</span>
I have WPML installed but even string translation doesn’t provide translating that content.
Thanks
Sven
Hello,
Sorry for the inconvenience but is not possible to translate copyright text with WPML. You can do it with the .PO/.MO files. Add the text in the .PO file, translate and save file.
Let us know.
Best regards!
Hi.
I’ve had same issue.
Solution:
Edit footer.php (better before copy it to your child theme)
Change: LINE 44
“<div class=”span12 desc”><div class=”copyright_text”><?php echo $cl_redata[‘copyright_text’]; ?></div>”
For this:
“<div class=”span12 desc”><div class=”copyright_text”><?php _e( $cl_redata[‘copyright_text’]); ?></div>”
If you do it the string will be visible for WPML program.
Best Regards.
Jordi
Hello,
Thank you for noticing this. We will check and include the changes to theme in the next theme update.
Regards!
You must be logged in to reply to this topic.