Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1098672

    Dear Enfold,

    I just installed you child theme, but I don’t get the style.css to work. Right now my functions.php is empty. I tried the following code to link the style.css:

    <?php

    add_action( ‘wp_enqueue_scripts’, ‘enqueue_parent_styles’ );

    function enqueue_parent_styles() {
    wp_enqueue_style( ‘parent-style’, get_template_directory_uri().’/style.css’ );
    }

    But this doesn’t seem to work.
    Can somebody please help me?

    Greetings,
    Nirvana

    #1099131

    Hey nirvanavanleeuwen,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1099221

    Hi Rikard,

    Thank you for your reply. You can find the login details in the private content.

    Thank you in advance!

    Greetings,
    Nirvana

    #1099941

    Hi Nirvana,

    Best regards,
    Victoria

    #1100014

    Hi Victoria,

    Please see private content.
    Thanks in advance.

    Greetings,
    Nirvana

    #1100391

    Hi Nirvana,

    https://imgur.com/a/4KDbaEB When you make changes in css you need to have merging disabled here, because you r changes will not be included in the merged files. When you’re done with css adjustments you can enable merging again.

    Best regards,
    Victoria

    #1101836

    Thank you!!

    #1101897

    Hi,

    Did you need additional help, or shall we close this topic?

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.