• Resolved ataboy

    (@ataboy)


    Love the plugin. So easy to use. Thanks!

    I am using the Sydney theme. It provides 2 templates for pages. One of them is “Front Page”. The “Front Page” template can be used for any/all posts or pages in the theme.

    One of the reasons I am using the “Front Page” template is because it removes the page title and the spacing around the page title.

    My problem is that CC Child Pages appears to be using the “Default Template” which displays the page title for the children.

    Is there a way to have CC Child Pages honor the template that is selected for the child page?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author caterhamcomputing

    (@caterhamcomputing)

    Hi.

    The plugin does not get any styling from the theme used on the site (other than some simple inheritance).

    There is not currently a parameter to hide the page titles as the original purpose of this plugin was to display the page titles, and no-one has ever asked to hide them. I will put this idea on the list for future development.

    In the meantime, the following CSS will hide the titles from being viewed:

    .ccchildpage h3 {
        display:none;
    }

    You can either add this to your theme/child theme or can enter it in the Custom CSS box found in the dashboard at Settings -> CC Child Pages

    Please let me know if this fixes the problem for you.

    P.S. I am unable to look at your site as it is not on-line at present – https://only%20have%20locally%20right%20now/

    Thread Starter ataboy

    (@ataboy)

    Thanks for the quick response.

    Yes this fixes the problem.

    However, I have decided to code the queries and layout logic myself. This allows me to have control over all aspects of styling.

    Plugin Author caterhamcomputing

    (@caterhamcomputing)

    Glad that this helped … the next release will include a hide_titles parameter, which will remove the titles completely if set to true.

    I am currently in the final stages of testing, so hopefully it should be out in the next few days.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not honoring Template selected for child pages’ is closed to new replies.