G’day Magnus,
I looked at a few pages on your website, and saw no errors. What browser and what page?
cheers,
Ross
Sorry, I deactivated the offending plugin, should be back up now!
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
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.
That review was great, thanks 🙂
cheers,
Ross
@magnus911: don’t forget to open up a support ticket on the Quick Flag support forum and tell them what you had to do!
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.