Title: HTTPS problem and simple fix
Last modified: February 25, 2017

---

# HTTPS problem and simple fix

 *  [Awaken Solutions Inc.](https://wordpress.org/support/users/awakensolutions/)
 * (@awakensolutions)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/https-problem-and-simple-fix/)
 * The plugin doesn’t call the plugin directory in a way which preserves “https”
   for secured sites.
 * A simple fix is to edit advanced-post-slider.php
 * And replace this:
    define(‘advps_url’,WP_PLUGIN_URL.”/advanced-post-slider/”);
 * With this:
    $awk_content_url = content_url(); define(‘advps_url’,$awk_content_url.”/
   plugins/advanced-post-slider/”);

Viewing 1 replies (of 1 total)

 *  [michael16](https://wordpress.org/support/users/michael16/)
 * (@michael16)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/https-problem-and-simple-fix/#post-9423180)
 * Thank you for this fix. It works perfectly

Viewing 1 replies (of 1 total)

The topic ‘HTTPS problem and simple fix’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/advanced-post-slider_b6b7a3.svg)
 * [Advanced post slider](https://wordpress.org/plugins/advanced-post-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-post-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-post-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-post-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-post-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-post-slider/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [michael16](https://wordpress.org/support/users/michael16/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/https-problem-and-simple-fix/#post-9423180)
 * Status: not resolved