Title: Double // in url path
Last modified: July 15, 2017

---

# Double // in url path

 *  [Gemini23](https://wordpress.org/support/users/gemini23/)
 * (@gemini23)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/double-in-url-path/)
 * Can you/anyone help?
 * for some reason in the path for the column codes there is a double //
 * as in [https://www.finepetportraits.co.uk/wp-content/plugins/column-shortcodes](https://www.finepetportraits.co.uk/wp-content/plugins/column-shortcodes)**//**
   assets/css/shortcodes.css
 * ps.. On another site where we use the plugin we don’t see the call for the css..
 * not sure why – and this site works fine
    [https://www.ihrtierportrait.com/referenzen/](https://www.ihrtierportrait.com/referenzen/)
    -  This topic was modified 8 years, 11 months ago by [Gemini23](https://wordpress.org/support/users/gemini23/).
    -  This topic was modified 8 years, 11 months ago by [Gemini23](https://wordpress.org/support/users/gemini23/).

Viewing 1 replies (of 1 total)

 *  [wohlstadterewg](https://wordpress.org/support/users/wohlstadterewg/)
 * (@wohlstadterewg)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/double-in-url-path/#post-9399765)
 * There appears to be a bug in the source file column-shortcodes.php.
 * In the function frontend_styles() there is a call to get_url() which is a wrapper
   for plugin_dir_url(). Per the WordPress function reference, plugin_dir_url() (
   see [https://developer.wordpress.org/reference/functions/plugin_dir_url/](https://developer.wordpress.org/reference/functions/plugin_dir_url/))
   returns the path of the plugin including the trailing slash. The function frontend_styles()
   also adds a slash, ergo you get a double slash.

Viewing 1 replies (of 1 total)

The topic ‘Double // in url path’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [wohlstadterewg](https://wordpress.org/support/users/wohlstadterewg/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/double-in-url-path/#post-9399765)
 * Status: not resolved