Troubles installing child theme

Feel free to talk about everything related to our Wordpress Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Thu Dec 19, 2013 2:45 pm
Hello everyone,

I am trying to install the child theme for "social". However, it is not working and tells me the following error:

"The package could not be installed. The theme is missing the <code>style.css</code> stylesheet.
Theme install failed."

I would highly appreciate help on this, as I do not want to set everything up from zero in first place.
Many thanks!
User avatar
Senior Boarder

GK User
Thu Dec 19, 2013 3:28 pm
Hi,

Did you read this article?
https://www.gavick.com/documentation/wo ... ld-themes/

Don't install it like normal WP theme, just create Msocial-child theme with style.css file:
Code: Select all
/*
Theme Name:     Msocial Child
Theme URI:      http://www.gavick.com
Description:    Child theme for the Msocial theme
Author:         GavickPro
Author URI:     http://www.gavick.com
Template:       Msocial
Version:        1.0
*/


Activate your Msocial-child and then you can copy files from your Msocial parent (only files which you want to change).
User avatar
Moderator

GK User
Thu Jan 09, 2014 4:33 pm
Hi there,

I did follow your example. However, it deleted everything I have done so far in the parent theme (widgets, etc.). When I went back to the parent theme it deleted my GK Image title overlay widgets. Is that normal?

Basically, do I have to do all the work in the child theme including setting up widgets and the menue?
User avatar
Senior Boarder

GK User
Fri Jan 10, 2014 8:21 am
Yes WP treats it like another theme, so it's normal, you should set your widgets, menus etc on Child theme, and if you need some code modification you can copy files from parent to your child theme and edit them. (If you didn't copy any files, child theme is using every files from parent theme but it's still another theme.)
User avatar
Moderator

GK User
Fri Jan 10, 2014 3:41 pm
Thanks for the quick reply, I thought it worked similar to the override.css file. My mistake.

Cheers, Dirgis
User avatar
Senior Boarder


cron