Hi AzimuthDesigns,
I have provided all the suggestions about the configuration in the previous answers. I just enabled some of the menu items to show the login page and configured the width of the main body row.

Also, I suggest this to fix an error:
copy/paste this file into the \templates\ja_justitia\html\com_content\featured folder
Add the following code under line 71:
<?php $rowcount = ((int) $key % (int) $this->columns) + 1; ?>
That's all.
Hope this helps!

17 days later

so you mean paste that into this file?

copy/paste this file into the \templates\ja_justitia\html\com_content\featured\default_item.php ?

or is it the stepwise process of this....

Step 1: The error in the /public_html/plugins/system/t4/themes/base/html/com_content/featured/default.php on line 72.
you can copy/paste this file into the \templates\ja_justitia\html\com_content\featured folder

Step 2: Add the following code to "default.php" under line 71:
<?php $rowcount = ((int) $key % (int) $this->columns) + 1; ?>

Step 3: upload "default.php"

++++++++++++++++
Here is what I've done so far:
Re-migrated the entire domain over. This fixed the redirect problem. so my apologies there must have been a glitch when an auto permission correction was run on the new server.

Performed the steps above. Nothing really has changed, but I understand if there is something fixed that I wasn't aware of.

I noticed you said the issue is on how the template was configured, which means that was me.

Is there any way to fix it so that it appears to work like the actual website?

What did I do wrong?

In the Admin/Preview area The home page still doesn't work.

May I ask what I should do to repair the configuration issue?

From what I can tell we have made the configuration changes as requested.

Here are screenshots from the Template area now.

The component is in the "Layout Setting"

or is it in this area that it needs to be added?

    Hi AzimuthDesigns,
    I have answered this question in the previous answer.
    If you want to view full the sections of the page when clicking the menu item in the preview screen, you need to add the section block as the homeshort layout in the default layout.

    Write a Reply...
    You need to Login to view replies.