-
AuthorPosts
-
Walter Doljar Friend
Walter Doljar
- Join date:
- September 2014
- Posts:
- 60
- Downloads:
- 75
- Uploads:
- 19
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
November 25, 2013 at 2:15 pm #192533The 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: yesBut it does not show any of these big headings in K2-items:
http://altespinnerei.at/index.php/k2item-not-workingIt should look like this when using normal Joomla articles:
http://altespinnerei.at/index.php/projektPlease help, all content should have this title/heading
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 26, 2013 at 11:23 am #513567I’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
1 user says Thank You to Ninja Lead for this useful post
Walter Doljar FriendWalter Doljar
- Join date:
- September 2014
- Posts:
- 60
- Downloads:
- 75
- Uploads:
- 19
- Thanks:
- 17
- Thanked:
- 1 times in 1 posts
February 5, 2014 at 2:54 pm #521336Thanks you very much, it works.
:laugh: -
AuthorPosts
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, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum