• Resolved tsgw

    (@tsgw)


    Hi,

    I created (for first time) a child theme of hueman-theme (actual version ) with a minimal style.css (only comments) and functions.php.

    If I go to UpdraftPlus -> Backup, I get a message concerning “white space” with a link to: https://updraftplus.com/problems-with-extra-white-space/

    And if I want to start a backup I get an error:

    unexpected response: <!–?php
    add_action( ‘wp_enqueue_scripts’, ‘theme_enqueue_styles’ );
    function theme_enqueue_styles() { wp_enqueue_style( ‘parent-style’, get_template_directory_uri() . ‘/sty

    If I switch back to parent theme ( actual version of hueman ), backup works properly. It is reproducable.

    What can I do?
    Best Regards
    Rolf

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor bcrodua

    (@bcrodua)

    Hi Rolf,

    If that is the case something is wrong with that part of the code on your child theme. Please check and make sure there are no extra spaces and syntax is correct.

    Thanks,
    Bryle

    Thread Starter tsgw

    (@tsgw)

    Hi Bryle,

    I got the code for my functions.php from an example and there it started wit
    <!–?php
    I removed the “–” and now backup is working.

    Thanks.
    BR
    Rolf

    Thread Starter tsgw

    (@tsgw)

    Resolved

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error with ChildTheme after WhiteSpace-Warning’ is closed to new replies.