Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author webaware

    (@webaware)

    G’day Magnus,

    I looked at a few pages on your website, and saw no errors. What browser and what page?

    cheers,
    Ross

    Thread Starter magnus911

    (@magnus911)

    Sorry, I deactivated the offending plugin, should be back up now!

    Plugin Author webaware

    (@webaware)

    You’ll need to edit the plugin to fix this one. Open up the file quick-flag.php in the Quick Flags plugin, and change line 62 from this:

    $this->url = WP_PLUGIN_URL . '/' . self::slug;

    to this:

    $this->url = rtrim(plugin_dir_url(__FILE__), '/');

    If that works, open up a support ticket on the Quick Flag support forum and tell them what you had to do.

    cheers,
    Ross

    Thread Starter magnus911

    (@magnus911)

    That appears to work perfectly…thanks so much.

    I really appreciate your immediate help and the great plugin.

    Let me know how to return the favor.

    Plugin Author webaware

    (@webaware)

    That review was great, thanks ??

    cheers,
    Ross

    Plugin Author webaware

    (@webaware)

    @magnus911: don’t forget to open up a support ticket on the Quick Flag support forum and tell them what you had to do!

    Thread Starter magnus911

    (@magnus911)

    i was doing that…and then I added a second comment with the code you supplied and it said that wordpress had closed the thread! It was bizarre. Will try again.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Quick Flag plugin still delivered over http’ is closed to new replies.