Title: CSS file path error
Last modified: June 24, 2021

---

# CSS file path error

 *  [Ilari Arovuo](https://wordpress.org/support/users/iarovuo/)
 * (@iarovuo)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/css-file-path-error/)
 * The plugin enqueues css file with double slash, similar to
    [https://…/wp-content/plugins/column-shortcodes//assets/css/shortcodes.css](https://…/wp-content/plugins/column-shortcodes//assets/css/shortcodes.css)
 * Notice the double slash just prior to assets folder name.
 * column-shortcodes.php contains;
    `wp_enqueue_style( 'cpsh-shortcodes', $this-
   >get_url() . '/assets/css/shortcodes.css', array(), $this->get_version(), 'all');`
 * … where $this->get_url() produces path with trailing slash like;
    `https://.../
   wp-content/plugins/column-shortcodes/`
 * … and as the following static path to css file starts with slash, it causes the
   double slash in the path.

The topic ‘CSS file path error’ is closed to new replies.

 * ![](https://ps.w.org/column-shortcodes/assets/icon-256x256.png?rev=1679769)
 * [Column Shortcodes](https://wordpress.org/plugins/column-shortcodes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/column-shortcodes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/column-shortcodes/)
 * [Active Topics](https://wordpress.org/support/plugin/column-shortcodes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/column-shortcodes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/column-shortcodes/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Ilari Arovuo](https://wordpress.org/support/users/iarovuo/)
 * Last activity: [4 years, 9 months ago](https://wordpress.org/support/topic/css-file-path-error/)
 * Status: not resolved