Title: SSL encryption for specific CSS file
Last modified: August 22, 2016

---

# SSL encryption for specific CSS file

 *  [soralsokal](https://wordpress.org/support/users/soralsokal/)
 * (@soralsokal)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/ssl-encryption-for-specific-css-file/)
 * Hi,
 * I have a problem with the Easy columns plugin, but unfortunately don’t get a 
   reply in the plugin support section.
 * The issue is about the SSL encryption. Proper SSL requires files to load via 
   https://
 * **This plugin loads the file:**
    /wp-content/plugins/easy-columns/css/easy-columns.
   css **=> How can I load this CSS file over https:// ?**
 * **The location of where this page is being called is located here:**
    wp-content/
   plugins/easy-columns/easy-columns.php 232: <link rel=”stylesheet” href=”<?php
   echo EZC_PLUGIN_URL; ?>/css/easy-columns.css” type=”text/css” media=”screen, 
   projection” />
 * Best, Robin
 * [https://wordpress.org/plugins/easy-columns/](https://wordpress.org/plugins/easy-columns/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Evan Herman](https://wordpress.org/support/users/eherman24/)
 * (@eherman24)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/ssl-encryption-for-specific-css-file/#post-5312334)
 * Are you properly enqueueing your scripts?
 * You should be enqueueing them using wp_enqueue_style, not a `<link>` tag.
 * wp_enqueue_style should properly load your files based on the protocol of your
   site.
 * [http://codex.wordpress.org/Function_Reference/wp_enqueue_style](http://codex.wordpress.org/Function_Reference/wp_enqueue_style)
 *  [respectyoda](https://wordpress.org/support/users/respectyoda/)
 * (@respectyoda)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/ssl-encryption-for-specific-css-file/#post-5312347)
 * I agree with Evan, but even if you use a link, the constant of “EZC_PLUGIN_URL’
   needs to make a relative, not an absolute, path to the plugin folder.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘SSL encryption for specific CSS file’ is closed to new replies.

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [encryption](https://wordpress.org/support/topic-tag/encryption/)
 * [SSL](https://wordpress.org/support/topic-tag/ssl/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [respectyoda](https://wordpress.org/support/users/respectyoda/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/ssl-encryption-for-specific-css-file/#post-5312347)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
