• Closed
  • Chapstick
    Spectator
    January 7, 2014 at 6:27 pm #8218

    Where do I edit the text shown on each portfolio page? I don’t want the title to be “Job Description”

    Roman
    Spectator
    Posts: 3147
    January 7, 2014 at 6:58 pm #8908

    single-alora_portfolio.php file, line #230

    Code:
    <div class=”title”><h2><?php echo __(‘Job Description’, ‘alora’) ?></h2><div class=”title-sep-container”><div class=”title-sep”></div></div></div>

    but be aware when you change it, and your update to a newer version it will be overwritten.

    Chris Birchall
    Spectator
    Posts: 6
    May 26, 2014 at 1:10 am #9847

    I wanted to to replace the words “Job Description” with the post title.
    So on line #230 of the “single-alora_portfolio.php” file, I replaced

    Code:
    <?php echo __(‘Job Description’, ‘alora’) ?>

    with

    Code:
    <?php the_title[/b](); ?>
    Marco Cobarrubias
    Spectator
    Posts: 6
    September 11, 2014 at 1:55 am #12845

    Hello,

     

    I want to do the same with text “Project Details” that is shown just above the “Categories” in portfolio page.  Where should I change it?

    Alok Maheshwari
    Spectator
    Posts: 303
    September 11, 2014 at 9:48 pm #12860

    The <?php echo __(‘Project Details’, ‘alora’) ?> is just few lines below the ‘Job Description’ section.

    Marco Cobarrubias
    Spectator
    Posts: 6
    September 12, 2014 at 5:03 pm #12864

    One additional question about categories in portfolio post.

    I’m using Advanced Custom Fields plugin to define new files and group them. This plugin gives the option to filter the custom fields groups based on the category of the post. I works perfect with the categories defined in regular POST. But it does not with the categories defined in PORTFOLIO POST. In fact, ACF don’t see such categories just the ones of regular POST.

    Any idea how can it be solved?

    I’m new in the forum and don’t know how to generate a new question from the beginning. How is it done?

    Thanks

     

    Alok Maheshwari
    Spectator
    Posts: 303
    September 13, 2014 at 9:23 pm #12871

    Need more details about the ACF issue to suggest a solution though just a gentle reminder that this forum is for the theme support only.

    Sam
    Spectator
    Posts: 7
    December 1, 2014 at 4:37 pm #13667

    Hi,

    Is there an option in portfolio page to unshow “Job Description” title  instead of modifying the code to blank character?

    Thanks.

    Roman
    Spectator
    Posts: 3147
    December 1, 2014 at 8:19 pm #13673

    unfortunately not..you could hide it by a custom CSS rule