• Resolved John

    (@dsl225)


    Hello,

    My child theme’s CSS is no longer taken into account with this version.
    Reverting back to 3.0.11

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hi John. I believe the new version includes a function to automatically detect if a child theme is active and loads both the main theme and child theme stylesheets. Are you saying your child theme stylesheet isn’t being loaded at all? Or it is loaded but some of the styles aren’t being applied?

    Thread Starter John

    (@dsl225)

    Hello,

    It seems that “some” of the styles aren’t being applied.
    For instance this one:

    .entry {
        font-size: 14px;
        line-height: 1.4em;

    and this one:

    .page-title {
        background: #F0F0F0;
        position: relative;
        padding-top: 18px;
        padding-bottom: 17px;
        border-bottom: 1px solid #eee;
        border-top: 1px solid #eee;
        color: #666;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 24px;

    Changelog entries from version 3.0.12:

    * improved : moved style.css rules in assets/front/css/dev-common.css
    * improved : performance, group front-end stylesheets style.css, responsive.css and font-awesome.css in one single file to reduce the number of http requests

    I “lost” my responsive.css customisations, so reverted to 3.0.11 as well, but all it takes is a little more work to get some of the stuff from assets/front/css to hueman-child css-files.

    “entry” and “page-title” are still valid classes in v3.0.12. can you post a link to your site?

    Thread Starter John

    (@dsl225)

    not in public – is there an email address I can send this to you, with my CSS?

    The forum doesn’t allow posting email addresses. If your child theme style.css file isn’t too large can you post it here? Or else on Pastebin?

    Thread Starter John

    (@dsl225)

    Can you please just send an email at this disposable address [removed] and I’ll reply to you from my real one. Thanks.

    Lost some style elements after upgrade.

    The most important loss are the background pictures for header and content.

    Here my child style.css

    /*
    Theme Name: Hueman Child Theme
    Theme URI: https://www.silent-gardens.com/blog/wp-content/themes
    Description: Hueman Child Theme
    Author: rwx-support
    Author URI: https://www.silent-gardens.com
    Template: hueman
    Version: 1.1.0
    */

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

    /* Put a picture in the header */
    /*—————————- */
    #header .pad {
    padding-top: 28px;
    padding-bottom: 30px;
    }
    #header {
    background: url(bamboo-s.jpg);
    position: relative;
    padding-bottom: 60px; }

    /* Make links more visible */
    /*—————————- */
    a {
    color: #3b8dbd;
    text-decoration: underline;
    outline: 0;
    }
    a:hover {
    color: #f00;
    text-decoration: underline;
    }
    /* table content had been centered, now left */
    /*—————————————— */
    .entry table { font-size: 14px; margin-bottom: 1.5em; width: 100%; text-align: left; }
    .entry table tr.alt { background: #f1f1f1; }
    .entry table td { border-bottom: 1px solid #f1f1f1; text-align: left; padding: 5px; vertical-align: middle; }
    .entry table th { font-weight: 600; text-align: left; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; padding: 10px 5px; }

    Hi,

    This is a bug.
    I had made a report to the developers.
    https://github.com/presscustomizr/hueman/issues/199

    In version 3.0.12, Theme CSS codes has been moved in hueman-main-css
    But the problem is parent theme as well as child theme style.css loads before hueman-main-css
    Therefore, styles in child theme is not able to overwrite styles in hueman-main-css

    hueman-main-css should load before style.css

    Please wait for update.

    Thank you

    I have this problem, too.
    All commands of parent is run but commands of child is run if they are not in parent style.

    Thread Starter John

    (@dsl225)

    Everything seems to be back to normal with update 3.1.0
    Thanks guys!

    Theme Author presscustomizr

    (@nikeo)

    Thanks for the feedback @dsl225.
    I’ve published a specific note about this in this topic.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘No child style.css with version 3.0.12’ is closed to new replies.