Child Theme for Alula

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #502
    Anonymous
    Guest

    Hello colleagues, I am trying to make a new page template in Alula. I believe in order to do this I need to create and activate a child theme. However when doing so (with only a style.css file), the dashboard tells me the directory needs an index.php file. When add an index.php, I get a fatal error when trying to use the child theme.

    Can you provide a child theme or otherwise guide how to do this?

    #1306
    admin
    Participant

    Hello,
    Alula child theme should work with ONLY required file “style.css” as per WordPress guidelines. I have tested to create the child theme of Alula and it is working fine. Please follow the WordPress guidelines,

    https://codex.wordpress.org/Child_Themes

    What i did ?

    – Make sure “alula” is present in themes folder
    – Create a folder and named it alula-child
    – Create a file style.css in the alula-child folder
    – Header of style.css is as follows,

    /*
    Theme Name: Alula Child
    Theme URI: http://designorbital.com/
    Description: Alula Child Theme
    Author: DesignOrbital.com
    Author URI: http://designorbital.com/
    Template: alula
    Version: 1.0.0
    Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
    Text Domain: alula-child
    */

    @import url(“../alula/style.css”);

    /* =Theme customization starts here
    ————————————————————– */[/CODE]

    – Activate [B]Alula Child[/B] theme via Appearance > Themes
    – It is working properly

    Thanks[CODE]/*
    Theme Name: Alula Child
    Theme URI: http://designorbital.com/
    Description: Alula Child Theme
    Author: DesignOrbital.com
    Author URI: http://designorbital.com/
    Template: alula
    Version: 1.0.0
    Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
    Text Domain: alula-child
    */

    @import url(“../alula/style.css”);

    /* =Theme customization starts here


    */[/CODE]

    – Activate Alula Child theme via Appearance > Themes
    – It is working properly

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.