• Hi,

    I am trying to make a Child theme for my website https://www.retreatdiscounter.com. I am not very good in coding. I have tried following the steps mentioned here: https://codex.www.ads-software.com/Child_Themes but it doesn’t seem to be working. When I activate my Child Theme I get the following error: “Cannot write cache folder. You may try setting the folder cache folder permission to 755 or 777 to solved this.”

    Can anyone assist me on how to solve this problem?
    Thanks in advance for your help.
    Best regards,

    Freddie.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Freddie,

    it seems there is a problem with the folder permissions on your server. You can use an FTP client to change the permissions: https://www.dummies.com/how-to/content/how-to-set-file-permissions-on-a-remote-ftp-site.html

    Your hosting company should also be able to help you with this.

    Regards,
    Michael

    Hi Freddie,

    Yes it seems permission issue but it is nothing to do with child theme process.

    Try one more time and delete already created child theme if you on server.

    And follow this 3 step in simple way:

    1) Create child theme directory

    2) make one style.css and add this /*
    Theme Name: Twenty Fourteen Child (It Should be Your Child theme name)
    Template: twentyfourteen (Your Template name)
    */

    @import url(“../twentyfourteen/rtl.css”); (Your main theme css url)

    3) Create Screenshot.png in 640 * 480px

    Any problem let me know.

    Regards,
    Rajan

    Thread Starter fedestura

    (@fedestura)

    Hi,

    Thanks to both of you for the help. I have used Filezilla to change the file permissions of the ‘Cache’ folder from 755 to 777.

    As well, I have done what Rajan advices me. I still receive the same message. I really don’t know what to do.

    This is the code I have placed in my styles.css, maybe there’s some missing:

    @charset "utf-8";
    /*
    Theme Name: Bazar Child
    Template: bazar
    */
    
    @import url("../bazar/rtl.css");

    Thanks again for all your help.
    Best regards,

    Freddie.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Child Theme not working properly’ is closed to new replies.