Private: Home › Forums › WordPress Themes › Elvyre – Retina Ready WordPress Theme › Content Manager plugin page error and cant install › Reply To: Content Manager plugin page error and cant install
September 5, 2014 at 11:13 pm
#186
Participant
Hello.
You can manually create elvyre-child theme. In your wp-content/themes create a new directory called elvyre-child. Inside that directory, create a new css file called style.css. Inside style.css paste this code:
/*
Theme Name: Elvyre child - Retina Ready WordPress Child Theme
Theme URI: http://pixel-industry.com/
Description: TElvyre child theme.
Author: Pixel Industry
Version: 1.0
Template: elvyre-child
*/
@import url("../elvyre/style.css");
/* Your css styles here */
Do not delete @import part. You now have a child theme 🙂
Robert