Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Walter Doljar Friend
    #192533

    The title / page header (big letters) in the area between them mainmenue and the content is missing. Seems to work with Joomla articles, K2 tags…. but not with K2 items.

    I think I did everything that is nessessary in the Menue-Manager:
    Page Display Options/Show Page Heading: yes

    But it does not show any of these big headings in K2-items:
    http://altespinnerei.at/index.php/k2item-not-working

    It should look like this when using normal Joomla articles:
    http://altespinnerei.at/index.php/projekt

    Please help, all content should have this title/heading


    1. screenshot
    2. screenshot2
    Ninja Lead Moderator
    #513567

    I’m sure that the item details of K2 component would not support show category name but you can customize it with my solution

    Open templates/ja_lens/html/com_k2/ja_lens_blog/item.php and templates/ja_lens/html/com_k2/ja_lens/item.php files

    Find

    <!-- Plugins: BeforeDisplay -->

    Change to

    <?php if($this->item->params->get('catItemTitle')): ?>
    <div class="componentheading">
    <?php echo $this->item->category->name;?>
    </div>
    <?php endif;?>
    <!-- Plugins: BeforeDisplay -->

    Let me know if it helps

    Walter Doljar Friend
    #521336

    Thanks you very much, it works.
    :laugh:

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

This topic contains 3 replies, has 2 voices, and was last updated by  Walter Doljar 10 years, 9 months ago.

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