Reply To: Enqueuing to create child themes with GP Premium

Home Forums Support Enqueuing to create child themes with GP Premium Reply To: Enqueuing to create child themes with GP Premium

Home Forums Support Enqueuing to create child themes with GP Premium Reply To: Enqueuing to create child themes with GP Premium

#159841
NBC

I’m not using any non-GP plug-ins, so that debugging step doesn’t apply.

It was working before I enabled the child theme.

Here’s the entirety of the child theme’s style.css file content. The other two files in the child come from your basic child package, including a theme screenshot PNG and a functions.php file.

/*
 Theme Name:   GeneratePress child
 Theme URI:    http://generatepress.com
 Description:  GeneratePress child theme
 Author:       Thomas Usborne
 Author URI:   http://edge22.com
 Template:     generatepress
 Version:      0.1
 Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, light, white, dark, black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, yellow
*/
@import url("../generatepress/style.css");

.highlight-text { background-color:#FFFF00; }