Results 1 to 6 of 6

Thread: Creating a child theme for Hirebee - Some styling gone

  1. #1
    Thread Starter
    Expired Customer vignaudfabien's Avatar
    Join Date
    Aug 2019
    Posts
    18
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Creating a child theme for Hirebee - Some styling gone

    Dear Support team,

    I am a Hirebee theme user and have experienced some loss in styling for some pages (but not all) when attempting to create a child theme from Hirebee original theme. To create the child theme, I followed instructions in the tutorial below:
    https://docs.appthemes.com/tutorials...r-classipress/

    Using FTP protocol, I performed the following as per tutorial:

    1. In the themes folder (/wp-content/themes/), I created a new folder named hirebee-child.
    2. Inside the new child theme folder, I created two new files. style.css and functions.php
    3. I added the following header to the child theme style.css

    ---
    /*
    Theme Name: My Hirebee Child Theme
    Version: 1.0
    Description: A child theme for Hirebee, freelance marketplace theme.
    Author: Fabien Vignaud
    Author URL: http://www.accountingoutsourcing-eu.com
    Template: hirebee
    */
    ---

    4. I added the following code to functions.php

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

    5. The child theme appears among my other themes, and when activated, some of the pages have the same styling as the original theme, but some other pages lost a big part of the original styling.

    Could you please help? I will send you my details by e-mail,

    Thank you and have a good day!

    Fabien

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,702
    Thanks
    166
    Thanked 3,390 Times in 3,261 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.

  3. #3
    Thread Starter
    Expired Customer vignaudfabien's Avatar
    Join Date
    Aug 2019
    Posts
    18
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  4. #4
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,702
    Thanks
    166
    Thanked 3,390 Times in 3,261 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.

  5. #5
    Thread Starter
    Expired Customer vignaudfabien's Avatar
    Join Date
    Aug 2019
    Posts
    18
    Thanks
    0
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

  6. #6
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,702
    Thanks
    166
    Thanked 3,390 Times in 3,261 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. Help creating HireBee Child Theme
    By jlpride1 in forum Help Using HireBee
    Replies: 4
    Last Post: June 24th, 2016, 12:53 PM
  2. [SOLVED] Creating child theme for Hirebee
    By impesud in forum Help Using HireBee
    Replies: 4
    Last Post: December 17th, 2014, 11:57 AM
  3. creating child templates while using a child theme
    By bannerspace in forum Ultra Classifieds
    Replies: 5
    Last Post: January 10th, 2014, 05:26 AM
  4. Dimitris Problem with Form Styling using Child theme
    By aabdi406 in forum Help Using Vantage (Legacy)
    Replies: 2
    Last Post: December 12th, 2013, 04:16 AM
  5. [SOLVED] Styling a Classipress Child Theme problem
    By abarajas in forum Help Using ClassiPress
    Replies: 3
    Last Post: May 23rd, 2013, 12:24 PM