D
dirk-k

  • Sep 13, 2024
  • Joined May 3, 2018
  • Hi @dirk-k,
    We have updated the T4 System Plugin and this issue will be included in the next version.

    You can also manually fix it by opening the blog_item.php file in the "\plugins\system\t4\themes\base\html\com_content\category" path and replace the code below:

    <?php if ($params->get('show_intro')) : ?>
      <div class="item-intro">
    	<?php echo $this->item->introtext; ?>
      </div>
    <?php endif; ?>

    by

    <div class="item-intro">
      <?php echo $this->item->introtext; ?>
    </div>

    Then save and reload your website to view the changes.

    Kind regards

  • Hi @dirk-k,

    I have updated the override layout in the T4 Blank template on your website. Try to reinstall the T4 Framework latest version 2.3.6 and view the change.

    Kind regards,

  • Hi @dirk-k,
    I've tried to configure on our T4 Blank demo and it worked fine. The menu will be spawned as <span class="separator ..."> if the menu is of type Separator .

    You can provide us with your website url and the back-end login account, then we will be able to check this issue for you directly.

    Kind regards,