Results 1 to 6 of 6
Like Tree1Likes
  • 1 Post By cajsoft

Thread: child theme

  1. #1
    Thread Starter
    Expired Customer cajsoft's Avatar
    Join Date
    Jul 2017
    Location
    UK
    Posts
    58
    Thanks
    2
    Thanked 1 Time in 1 Post

    child theme

    Hi,
    I'm following your guide to set up a child theme - https://docs.appthemes.com/tutorials...r-classipress/

    however, once I set up the required files the theme is not inheriting the CSS. Wordpress see's the child them ok but once activated all the text is blue and white and css is not right.

    here's the style.css -

    /*
    Theme Name: HireBee Child
    Theme URI: http://www.appthemes.com/themes/hirebee/
    Template: hirebee
    Author: AppThemes
    Author URI: http://www.appthemes.com/
    Description: A freelance marketplace theme for WordPress.

    */


    and the functions.php -

    add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
    function theme_enqueue_styles() {
    wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css
    ' );
    }

  2. #2
    Thread Starter
    Expired Customer cajsoft's Avatar
    Join Date
    Jul 2017
    Location
    UK
    Posts
    58
    Thanks
    2
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  3. #3
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,959
    Thanks
    169
    Thanked 3,405 Times in 3,276 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  4. #4
    Expired Customer designpad46's Avatar
    Join Date
    Apr 2015
    Posts
    41
    Thanks
    0
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!

  5. #5
    Thread Starter
    Expired Customer cajsoft's Avatar
    Join Date
    Jul 2017
    Location
    UK
    Posts
    58
    Thanks
    2
    Thanked 1 Time in 1 Post
    You must be an AppThemes customer and logged in to view this response. Join today!
    jomarkosabel likes this.

  6. #6
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,959
    Thanks
    169
    Thanked 3,405 Times in 3,276 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: November 14th, 2014, 08:40 AM
  2. [SOLVED] Pre-Sales Question - child theme of a child theme?
    By dorothy in forum Directory
    Replies: 2
    Last Post: August 7th, 2014, 09:09 PM
  3. Create a child theme of FlatPress child theme
    By dabesa in forum FlatPress
    Replies: 1
    Last Post: May 3rd, 2014, 07:10 AM
  4. creating child templates while using a child theme
    By bannerspace in forum Ultra Classifieds
    Replies: 5
    Last Post: January 10th, 2014, 06:26 AM