Dokan child theme enqueue?

This topic contains 1 reply and 2 voices, and was last updated by towhid 9 years, 2 months ago
Viewing 1 Posts - 1 through 1 (of 1 total)
Author Posts
February 10, 2015 at 7:48 am 36274
towhid When creating a Dokan child theme, do we need to include the enqueue function? According to this: https://wphive.com/plugins/one-click-child-theme/ It says I should add the below function, as well as rtl.css: add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' ); function theme_enqueue_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' ); } Thanks
February 10, 2015 at 10:48 am 36279
towhid towhid

Heloo Gabriel,

To know more about dokan child theme please read the following documentation: http://docs.wedevs.com/category/themes/dokan/child-theme/

Also please read this topic. Here have a discussion about dokan child theme enqueue function.
http://wedevs.com/support/topic/child-theme-3/

Thank You 🙂

Viewing 1 Posts - 1 through 1 (of 1 total)