Layout collapses in child theme creation - Acme Themes

Best Premium and Free WordPress Themes Forums Restaurant Recipe Layout collapses in child theme creation

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #90092
    youko
    Participant

    Restaurant Recipe’s child theme was made.
    Described in style.css

    /*
     Theme Name:   Restaurant Recipe Child Theme
     Template:     restaurant-recipe
     Description:  Restaurant Recipe Child Theme
     */

    functions.php

    <?php
    add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
    function theme_enqueue_styles() {
      wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
      wp_enqueue_style( 'child-style', get_stylesheet_directory_uri() . '/style.css', array('parent-style')
    );
    }

    There is nothing in style.css. But the layout was broken.
    See the image.

    Do you officially distribute child themes?
    What should I do?

    Child Theme

    #90106
    acmethemes
    Keymaster

    Dear Youko,
    Your query will be replied soon.

    Best Regards!

    #90158
    acmethemes
    Keymaster

    Dear Youko,
    Please send your URL by going through the page below:

    Contact

    Best Regards!

    #90266
    youko
    Participant

    I asked the question!
    We look forward to your answer.

    #90394
    acmethemes
    Keymaster

    Dear Youko,
    We need URL of your site.

    Best Regards!

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