Forum Replies Created
-
in reply to: Custom fields Parameters not visible
I get it! thanks for the video.
in reply to: Custom fields Parameters not visibleThis reply has been marked as private.in reply to: Custom fields Parameters not visiblethanks for the comments and further explanation. I have found the code in the theme file, /includes/view/portfolio for all portfolio php files and see how the default fields of DESCRIPTION and PROJECT DETAILS can be changed:
<?php if($cl_redata[‘single_portfolio_content_position_container’] == ‘left’): ?>
<div class=”span3″>
<div class=”description”>
<h4><?php _e(‘Project Description’, ‘codeless’) ?></h4>
<?php the_content(); ?>
</div>
<div class=”details”>
<h4><?php _e(‘Project Details’, ‘codeless’) ?></h4>
As it happens, I have changed the portfolio style to Gallery Grid. And see, when I add/edit slides, where I can insert the copy for the default field DESCRIPTION. I understand how to add the custom fields. What I still cannot find is how/where to insert the copy for the default field PROJECT DETAILS or for any custom field I’ve created. What am I missing?
in reply to: Visual Composer elementsAh yes, installing and activating the recommended plugins: a basic step that I didn’t do :). Done. Now to playing with Visual Composer. thank you
in reply to: Custom fields Parameters not visibleThe above screenshots and video are helpful in confirming what I’ve already done. But still not resolving my inability to understand where to place text related to the default field <span style=”color: #4b4d4d; font-family: Raleway; font-size: 14px;”> </span><span style=”color: #4b4d4d; font-family: Raleway; font-size: 14px;”>PROJECT DESCRIPTION </span>with the style: IN CONTAINER SLIDER / IMAGE / VIDEO. However, since this appears at the top of the published post, this is not a problem. The problem is knowing where to place text for the <span style=”color: #4b4d4d; font-family: Raleway; font-size: 14px;”>PROJECT DETAILS </span>default field and any custom fields I create.
I have created screenshots of the published page, published portfolio items, and settings for the portfolio item: https://www.dropbox.com/sh/2is6gp6lsnhls2p/AADGD7E6RvQsiVc6Ok-_wxU3a?dl=0