ThimPressThimPress ThimPress
  • Themes
    • WordPress Theme
    • Shopify Theme
    • All Themes
  • Plugins
    • LearnPress
    • LearnPress Pro Bundle
    • LearnPress Semi-Pro Bundle
    • LearnPress Premium Add-ons
    • LearnPress Free Add-ons
    • LearnPress Mobile App
    • All Plugins
  • Blog
    • Best SEO Practice for Beginners
    • Internal link building tools
    • WordPress for Education
    • What are Sentiment Words
    • 20+ Free Shopify Themes
  • Help Center
    • Support Forum
    • Ticket Center
    • Documentation
    • Knowledge Base
    • FAQs
    • Contact Us
  • Our Services
    • Customization
    • Maintainance
    • Hosting
    • Advertise
  • 0
  • Sign in
Back
  • Themes
    • WordPress Theme
    • Shopify Theme
    • All Themes
  • Plugins
    • LearnPress
    • LearnPress Pro Bundle
    • LearnPress Semi-Pro Bundle
    • LearnPress Premium Add-ons
    • LearnPress Free Add-ons
    • LearnPress Mobile App
    • All Plugins
  • Blog
    • Best SEO Practice for Beginners
    • Internal link building tools
    • WordPress for Education
    • What are Sentiment Words
    • 20+ Free Shopify Themes
  • Help Center
    • Support Forum
    • Ticket Center
    • Documentation
    • Knowledge Base
    • FAQs
    • Contact Us
  • Our Services
    • Customization
    • Maintainance
    • Hosting
    • Advertise
  • Home
  • Knowledge Base

How To Create A Child Theme in Resca

  • Share
  • Facebook

1.  Creating a new folder for your child theme. Naming it something like “Resca-child” is common. Within your new theme folder, create two files called style.css and functions.php. 

resca-child 1

Filling in the information of each file as below:

– In Style.css file:

/*
 Theme Name: resca
 Theme URI: https://resca.thimpress.com
 Description: Resca Child Theme
 Author: Thimpress
 Author URI: https://thimpress.com
 Template: resca
 Version: 1.0.0
 Text Domain: resca-child
*/

The most important part of this file is the “Template” which must be the same name with your parent theme. The folder of our parent theme now is “resca”.

You can decide yourself to write other information as you want.

– In functions.php file:

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

?>

2. Activating Your Child Theme by going to Appearances > Themes > Upload theme >(before you upload, you must first ZIP it) choose file resca-child.zip created above  > click “Install Now” button > then Active zoneshop-child, see instruction below:

resca-child 2

Your child theme is now ready to use.

Please notes that if after activating the child theme then your site may  overturn position of all Widgets. Please keep calm down and follow these steps:

1.  Import demo data again.

2. Go to Appearance >> Menu >> delete the menu items was repeated by the second importation >> click “Save Menu”.

I hope this Knowledge is helpful with you and have a nice day our customers!

You also read this docs for more information.

Latest Articles

  • Remove the Date From Your WordPress URLs

    Remove the Date from Your WordPress URLs: Complete Guide

  • LearnPress Add-on Stripe v4.0.2

    LearnPress Add-on Stripe v4.0.2 Update

  • LearnPress v4.2.3.6

    LearnPress v4.2.3.6 Update

  • LearnPress v4.2.3.5 Update

    LearnPress v4.2.3.5 Update

  • EIG Hosting Alternatives

    EIG Hosting: Recommendations for Alternatives

Categories

  • Blog
  • Tutorials & Updates
  • WordPress Theme Collections
  • Marketing & SEO
  • Glossary
thimpress logo

We are a company that is passionate about developing products to help you build your business online. Our very first priority is to guarantee our customers’ experience and satisfaction.

"ThimPress" is a brand of "PhysCode LLC".
Address: 14936 DILLOW ST, #V301, Westminster, CA 92683.
Email: [email protected]


COMPANY

  • Privacy Policy
  • Terms & Conditions
  • Refund Policy
  • Item Support Policy
  • Partner
  • Advertise

AFFILIATE

  • Become an Affiliate
  • Affiliate Terms & Policies

SUPPORT

  • Documentation
  • Forum
  • How to get help

PRODUCT

  • WordPress Plugins
  • WordPress Themes
  • Shopify Themes
  • Coupon

Our Network

  • Facebook
  • Twitter
  • Envato
  • Youtube
  • PhysCode
  • ArrowTheme

Special offer promotion

Up To 40% OFF
ThimPress Products
Sale ends September 30, 2023
Show me more
Designed by ThimPress. Powered by WordPress.
DMCA.com Protection Status
  • Terms & Conditions
  • Documentation

Sign In

Lost your password?

Not a member yet? Sign up now

Lost Password

Please enter your username or email address. You will receive a link to create a new password via email.

Are you a member? Sign in now