I'm not sure at this point if I have broken this in the process of fixing a few width issues or if its an issue with the template as a whole. But all of my page breaks are there, the navigation menu is there with all of the pages. But clicking on a page doesn't work, every page starts at the beginning and shows the entire article. Switching to a different Joomlart template fixes the issue.

Was hoping you might have an idea of what has gone wrong.

    garfi3ld Hello

    You can open file: /templates/ja_purity_iv/html/com_content/article/default.php

    Look for this line of code:

    <?php echo HTMLHelper::_('content.prepare', $this->item->fulltext); ?>

    change it to:

    <?php echo HTMLHelper::_('content.prepare', $this->item->text); ?>
    Write a Reply...
    You need to Login to view replies.