• Anonymous User 13689779

    (@anonymized-13689779)


    I have in the past made a couple of changes in the Spun theme.

    But today, I have discovered child themes.

    I have changed theses files:
    – header.php
    – content-home.php
    – style.css

    So I’ve created the child theme.
    I put the three files in.

    Here is my style.css child theme:

    /*
     Theme Name:   Spun Child
     Description:  Spun Child Theme
     Author:       Alexandre Schweig
     Template:     spun
     Version:      1.0.0
     Text Domain:  spun-child
    */
    
    @import url("../spun/style.css");
    
    /* -------------------------------------------------------------- */
    
    textarea:focus{
    	color: #8C8C8C
    }
    
    .blog .hentry a .attachment-home-post,
    .archive .hentry a .attachment-home-post,
    .search .hentry a .attachment-home-post {
    	border-radius: 180px;
        opacity: 1;
        width: 100%;
        height: 100%;
        z-index: 1;
        cursor: default;
    }
    
    .entry-title,
    .entry-title a {
    	color: #444;
    	font-family: Baskerville, "Playfair Display", "Times New Roman", serif;
    	font-size: 0px;
    	font-size: 3.2rem;
    	font-style: italic;
    	line-height: 1em;
    	margin: 0 0 0px 0;
    	display: none;
    }

    Here is how it looked when everything was in the parent:
    http://imgur.com/4vHNMA0
    And now:
    http://imgur.com/SEutx8A

    Web: http://3751creator.cu.cc/
    I don’t know why!!

    Thanks.

    NB: I can’t find a good title for this post, any ideas?

Viewing 9 replies - 1 through 9 (of 9 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What do you mean by the Child Theme is not being read?

    Thread Starter Anonymous User 13689779

    (@anonymized-13689779)

    Well nothing is taken in account.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Let’s see your site

    Can you post a link to your site?

    Thread Starter Anonymous User 13689779

    (@anonymized-13689779)

    Sorry, you can’t access the website so you will need to survive with images.

    I can’t find a good title for this post, any ideas?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Just know that we have to bend over backwards to help you without a link to your site, so it’s kind of too much effort for us to get enthusiastic about.

    Thread Starter Anonymous User 13689779

    (@anonymized-13689779)

    I’ll try to make the website public.

    Thread Starter Anonymous User 13689779

    (@anonymized-13689779)

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    By the way that disable right click plugin is really annoying! You know every browser provides a way to save the webpage don’t you? File -> save as. Then you get all of the images on the page.

    From what I can see your styles are being read, what CSS style specifically don’t you think is working?

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Child Theme not being read’ is closed to new replies.