Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • designorama Friend
    #194307

    Category description doesn’t appear on top of articles in Category Blog format.
    Setting on Menu config is set to show.

    Thanks

    Wall Crasher Developer
    #520801

    @ designorama,

    We have disabled the description of category in JA Wall.

    You can get it shown by editing the templatesja_wallhtmlcom_contentcategoryblog.php file:

    <?php if ($this->params->get('show_description', 1) || $this->params->def('show_description_image', 1)) : ?>
    <div class="category-desc">
    <?php if ($this->params->get('show_description_image') && $this->category->getParams()->get('image')) : ?>
    <img src="<?php echo $this->category->getParams()->get('image'); ?>"/>
    <?php endif; ?>
    <?php if ($this->params->get('show_description') && $this->category->description) : ?>
    <?php echo JHtml::_('content.prepare', $this->category->description, '', 'com_content.category'); ?>
    <?php endif; ?>
    <div class="clr"></div>
    </div>
    <?php endif; ?>

    <div id="masonry-container" class="clearfix">
    .... more code here

    You may need some css styles for it.

    We will try to update this behavior if needed.

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

This topic contains 2 replies, has 2 voices, and was last updated by  Wall Crasher 10 years, 3 months ago.

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