Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #11741

    Bo D
    Participant

    Hi

    I’ve created a child-theme for X, and in this I’ve dumped the screenshot.png, a style.css importing the original style.css.. and then I have created a new page-template called template-layout-full-width-products.php. This new page-template is however not visible when creating a new page. Why is this? What am I missing here?

    Cheers
    Bo Dudek
    Webdeveloper

    #11754

    Rubin
    Keymaster

    Hey Bo,

    first of all I would recommend using our Child Themes templates to prevent any errors on your side. So on the left side of the member area you can find the “Child Themes” section where you can download the child themes. Other than that page sure that your page template is defined meaning that on the top of the file you’ve added:

    < ?php
    /* Template Name: Custom Template */
    ?>
    

    or something similar.

    Also make sure to clear your cache.