-
AuthorPosts
-
willer Friend
willer
- Join date:
- February 2015
- Posts:
- 275
- Downloads:
- 21
- Uploads:
- 52
- Thanks:
- 1
- Thanked:
- 10 times in 1 posts
May 29, 2015 at 4:48 am #206727I noticed that in the video sections and events does not appear the comments plugin I installed on my site. E ‘can do so that they appear there as well ?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 29, 2015 at 5:42 pm #572331I checked under video and events sections by JA Teline V template, but I’m not sure which comment are you mentioning here? You can give me the screenshot of the issue and I will help you out.
willer Friendwiller
- Join date:
- February 2015
- Posts:
- 275
- Downloads:
- 21
- Uploads:
- 52
- Thanks:
- 1
- Thanked:
- 10 times in 1 posts
May 29, 2015 at 6:53 pm #572341Because the comments in the magazine section are visible whereas in sections and video events are not visible?
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 3, 2015 at 5:15 pm #572782I checked event and video detail pages and they do not load text event thats why you could not see the comment to show but you can try to use my solution below
+ Open templates/ja_teline_v/html/layouts/joomla/content/item/event.php file
find and change
<?php echo $item->fulltext; ?>
to
<?php echo $item->text; ?>
+ Open templates/ja_teline_v/html/layouts/joomla/content/item/video.php file
find and change
<?php echo $item->event->afterDisplayContent; ?>
to
<section class="article-content" itemprop="description">
<?php echo $item->text; ?>
</section>
<?php echo $item->event->afterDisplayContent; ?> -
AuthorPosts
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, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum