Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi there,
I’m wondering how to edit the field names “Project Description” and “Project Details” ?
I’m using this theme as a german user and I’d like to change these filed-labels (the same way I can attach additional fields).
If the standard-filed-labels are not changeable this would be a mess….
Thanks for reply in advance
Greetings
Michael
Hello,
If you are using any translation plugin like WPML and want to translate portfolio description titles, you can do it by using .po file.
Or you can translate the words by editing the file manually.
Depending on portfolio type you have selected edit one of the files:
specular\includes\view\portfolio\ – single-floating.php, single-container.php, single-fullwidth.php, single-gallery.php
Find the lines:
<div class="description">
<h4><?php _e('Project Description', 'codeless') ?></h4>
<?php the_content(); ?>
</div>
<div class="details">
<h4><?php _e('Project Details', 'codeless') ?></h4>
and change the words here.
I can’t see the attachment. Please upload the image here https://postimage.org/ and show us the link.
Best regards!
You must be logged in to reply to this topic.