Site logo

Archived topic

Child Theme

5 replies · Started by John on July 29, 2018

Viewing posts 1–6 of 6

Hi
Could you please let me know where to download a child theme for generatepress premium?

Thank you

Best regards

John

Hi John

A blank child theme is available here

Hi David

Thats great. Thank you very much for your help.

Best regards

John

You're welcome!

Hi David
I have installed the child theme.

In functions.php there is the following:-

<?php
/**
* GeneratePress child theme functions and definitions.
*
* Add your custom PHP in this file.
* Only edit this file if you have direct access to it on your server (to fix errors if they happen).
*/

function generatepress_child_enqueue_scripts() {
if ( is_rtl() ) {
wp_enqueue_style( 'generatepress-rtl', trailingslashit( get_template_directory_uri() ) . 'rtl.css' );
}
}
add_action( 'wp_enqueue_scripts', 'generatepress_child_enqueue_scripts', 100 );

And I have added the following to allow me to use gallery plugins with media-categories
add_filter( 'term_description', 'do_shortcode' );

Is this all OK?

Thanks
Best regards
John

Was this an instruction from the plugin author?

This archived topic is closed to new replies.