• Resolved emphatic

    (@emphatic)


    Hello, I am fairly new and finally got filezilla working with wordpress using earthlink host. After I uploaded the theme, and activated it, how do I go about editing the page it self ? Do I edit the files in filezilla or in wordpress ?

Viewing 15 replies - 16 through 30 (of 33 total)
  • Thread Starter emphatic

    (@emphatic)

    Broken Themes

    The following themes are installed but incomplete. Themes must have a stylesheet and a template.
    Name Description
    pagelines-child Stylesheet is missing.

    esmi

    (@esmi)

    Did you review child themes?

    Thread Starter emphatic

    (@emphatic)

    I think I have to install a theme inside my child because it still is giving me that message that I’m missing a theme and css file. I clicked and dragged the css file inside notepad, and copy and pasted

    /*
    Theme Name: Twenty Twelve Child
    Theme URI: http://example.com/
    Description: Child theme for the Twenty Twelve theme
    Author: Your name here
    Author URI: http://example.com/about/
    Template: twentytwelve
    Version: 0.1.0
    */

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Aren’t you missing the line that starts with an @ symbol?

    WPyogi

    (@wpyogi)

    If you are getting an error message, it’s not set up correctly. Do you have this file structure:

    wp-content
       themes
          twentytwelve
          twentytwelvechild
             style.css

    Do you have the @import line in your child them style.css file below what you pasted above?

    esmi

    (@esmi)

    No. You never place a theme inside a theme.

    Thread Starter emphatic

    (@emphatic)

    yes, I have the structure. What is this @ symbol line of code ?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    We can only advise you read the section about Child Themes http://codex.ww.wp.xz.cn/Child_Themes#How_to_Create_a_Child_Theme

    Thread Starter emphatic

    (@emphatic)

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

    Thread Starter emphatic

    (@emphatic)

    Broken Themes

    The following themes are installed but incomplete. Themes must have a stylesheet and a template.
    Name Description
    Page Lines Child The parent theme is missing. Please install the “PageLines” parent theme.

    WPyogi

    (@wpyogi)

    Are you using pagelines or twentytwelve – the names have to be the same. Do you have pagelines theme installed (not activated) if you are using that one?

    Thread Starter emphatic

    (@emphatic)

    I am using pagelines , I do have pagelines theme installed and activated

    esmi

    (@esmi)

    Please list the names of all folders inside wp-content/themes.

    Thread Starter emphatic

    (@emphatic)

    Do I have 2 themes activated or just the child ?

    Thread Starter emphatic

    (@emphatic)

    wp-content/themes > pagelines > pagelines-child > style.css

Viewing 15 replies - 16 through 30 (of 33 total)

The topic ‘After Filezilla theme upload…’ is closed to new replies.