Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • goady Friend
    #198229

    Please help me, How do I get rid of this (see attached image)


    1. WebHelp
    Ninja Lead Moderator
    #536946

    You can try this workaround.

    Open the templates/ja_decor/html/com_content/article/default.php file

    Find and remove this code block:

    <?php if($extrafieldsexist){ ?>
    <div class="col-sm-3 col-xs-12">
    <div class="extrafileds-list">
    <dl>
    <?php
    echo '<dd><strong>'.JText::_('TPL_CLIENT').'</strong>'.$extrafields['jcontent_client'].'</dd>';
    echo '<dd><strong>'.JText::_('TPL_LOCATION').'</strong>'.$extrafields['jcontent_location'].'</dd>';
    echo '<dd><strong>'.JText::_('TPL_CATEGORY').'</strong>'.$extrafields['jcontent_category'].'</dd>';
    echo '<dd><strong>'.JText::_('TPL_YEAR').'</strong>'.$extrafields['jcontent_year'].'</dd>';
    ?>
    </dl>
    </div>
    </div>

    <div class="col-sm-9 col-xs-12">
    <?php } ?>

    and

    <?php if($extrafieldsexist) { ?>
    </div>
    <?php } ?>

    Let me know if it helps.

    goady Friend
    #536979

    How come there are some articles in “Featured Products” that do not have this information already without having to edit a .php file

    Ninja Lead Moderator
    #537068

    I am afraid you have to go with that option, unless your articles come without extra field.

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 9 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum