I am utilizing the Shopkeeper them and attempting to create a toddler theme so I can add some customized PHP in my capabilities.php file.
https://themeforest.internet/merchandise/shopkeeper-ecommerce-wp-theme-for-woocommerce/9553045
I went by means of the steps of making a toddler theme and activated it, however its not loading all of the dad or mum model sheets.
<?php
add_action( 'wp_enqueue_scripts', 'enqueue_shopkeeper_child' );
perform enqueue_shopkeeper_child() {
wp_enqueue_style('shopkeeper-css', './shopkeeper/model.css');
wp_enqueue_style('shopkeeper-child-css', './shopkeeper-child/model.css');
}
?>
This theme has a ton of kinds so there may be in all probability one thing I’m lacking about enqueue’ing all of the stylesheets. Has anybody used this theme and tackled this downside? Thanks!