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

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you link to a page with the issue?

    Thread Starter GM_hps

    (@gm_hps)

    Sure:

    http://www.nastassja-giulia.com/

    Thanks,
    Guido

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What other files do you have in your Child Theme folder?

    Thread Starter GM_hps

    (@gm_hps)

    Folder “admin”
    screenshot.png
    style.css

    That’s it. I tried it also with the image folder but it doesn’t worked.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Instead of this:

    @import url("../themes/theron-lite/style.css");

    Try this:

    @import url("../theron-lite/style.css");

    Thread Starter GM_hps

    (@gm_hps)

    nop, doesn’t work unfortunaly!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Instead of this:

    Theme Name: Theron lite child
    Description: Child Version für Nasti
    Author: Guido Messere
    Author URI: http://www.messere.de
    Template: theron-lite
    Version: 1.0
    Tags:
    */
    @import url("../themes/theron-lite/style.css");

    Try this:

    /*
    Theme Name: Theron lite child
    Description: Child Version für Nasti
    Author: Guido Messere
    Author URI: http://www.messere.de
    Template: theron-lite
    Version: 1.0
    Tags:
    */
    
    @import url("../theron-lite/style.css");

    Thread Starter GM_hps

    (@gm_hps)

    Thanks, but it doesn’t work. No change, still the same problems!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I think you misread, try the last snippet again

    Thread Starter GM_hps

    (@gm_hps)

    I copied the complete snippet. That’s what I have currently in my style.css:

    /*
    Theme Name: Theron lite child
    Description: Child Version für Nasti
    Author: Guido Messere
    Author URI: http://www.messere.de
    Template: theron-lite
    Version: 1.0
    Tags:
    */

    @import url(“../theron-lite/style.css”);

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    If you’re using Windows, now press CTRL and R to clear your browser’s cache and refresh the page

    Thread Starter GM_hps

    (@gm_hps)

    Great! It works now. Thanks a lot for your help.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Theron lite Child theme problems’ is closed to new replies.