Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • willer Friend
    #206727

    I 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 Moderator
    #572331

    I 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 Friend
    #572341

    Because the comments in the magazine section are visible whereas in sections and video events are not visible?


    1. comment
    2. Comment-visible
    Ninja Lead Moderator
    #572782

    I 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; ?>

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

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

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