Title: Shopper Woocommerce theme
Last modified: September 1, 2016

---

# Shopper Woocommerce theme

 *  [mmacfadden](https://wordpress.org/support/users/mmacfadden/)
 * (@mmacfadden)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/shopper-woocommerce-theme/)
 * I’d like to build a child theme on top of [Shopper Woocommerce Theme](http://dessign.net/shopper-woocommerce-theme/).
 * Something is going wrong during the enqueue of the stylesheet. I see in the Codex
   that “you will have to make sure to maintain all of the Parent Theme dependencies,”
   and this theme does have multiple stylesheets. I’ve tried the code below, but
   it doesn’t seem to work.
 *     ```
       <?php
       add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );
       function my_theme_enqueue_styles() {
           wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
       	wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/css/arrows.svg' );
       	wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/css/flickerplate.css' );
       	wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/css/mobile.css' );
       	wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/css/slicknav.css' );
       }
       ?>
       ```
   
 * Any help would be great. Thanks!

Viewing 1 replies (of 1 total)

 *  [cybmeta](https://wordpress.org/support/users/cybmeta/)
 * (@cybmeta)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/shopper-woocommerce-theme/#post-8402112)
 * Dessign.net themes doesn’t use WordPress dependencies manager at all, at least
   not in all the themes I’ve seen from them. You should complaint to them, WordPress
   has nothing to do, as WordPress can not force to the developer to code in the
   right way, excepts for themes included in the [WordPress.org themes directory](https://wordpress.org/themes/)(
   they are reviewed by [Theme Review Team](https://make.wordpress.org/themes/)).
   Should they review also the products of companies listed in the [commercial themes directory](https://wordpress.org/themes/commercial/),
   whre Dessign.net is listed? I think so, but actually they don’t.

Viewing 1 replies (of 1 total)

The topic ‘Shopper Woocommerce theme’ is closed to new replies.

## Tags

 * [child theme](https://wordpress.org/support/topic-tag/child-theme/)
 * [dessign.net](https://wordpress.org/support/topic-tag/dessign-net/)
 * [enqueue](https://wordpress.org/support/topic-tag/enqueue/)

 * 1 reply
 * 2 participants
 * Last reply from: [cybmeta](https://wordpress.org/support/users/cybmeta/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/shopper-woocommerce-theme/#post-8402112)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
