• When a parent page is created and then sub entries to that parent made, the “Deep-Silent” theme fails to display the sub-entry list when viewing the parent page.

    A person can go to the side panel and find the sub-entries, but the formatting of the sub-entries to the parent page is not done properly. It is hard to tell, in the side panel list as to what is a sub-entry to the parent as it all looks as one list. That needs to be fixed.

    Example, the way it currently shows:
    Announcements (Parent page)
    Todays Info (Sub-entry)

    The way it should show…
    Announcements
    -Todays Info

    Also the list of sub-entries should show as a list in the main content of the parent page as well, not just in the side panel.

    If I fix it, I will reply here to my comment.

Viewing 1 replies (of 1 total)
  • Thread Starter mwarbinek

    (@mwarbinek)

    Ok, I managed to make a small change to the ‘style.css’ file regarding the sublists in side panel or column. Here is the CSS code

    #sidebar ul li ul li ul{
    background-image:none;
    margin-bottom:0px;
    margin-left: 14px;
    padding-top:0px;
    padding-bottom:0px;
    border:none;
    }

    I added a “margin-left” setting. That offset the sublist to the pages and gave a clear indication to what parent page it belonged to.

    What is still needed is the change to a “php” file that allows the main page to pull in a list of its subpages. That I have not been able to do since I do not know ‘php’ code language yet.

Viewing 1 replies (of 1 total)
  • The topic ‘Sub-Entries to Parent Pages Fail to Show’ is closed to new replies.