• Resolved linguasite

    (@linguasite)


    Thanks for the wonderful plugin, saves lots of clicks.
    But attention!
    If your wordpress is not installed in the root of your domain it won’t work unless you change the file wordpress-console/console.js as follows:

    Line 11:
    self.url = '/wp-content/plugins/wordpress-console/';

    to

    self.url = '/[your directory]/wp28/wp-content/plugins/wordpress-console/';

    .. where [your directory] is the one your WP is installed in.

    Example: https://www.foo.bar/mywp/ is your WP root, then line 11 should read like this:
    self.url = '/mywp/wp-content/plugins/wordpress-console/';

    https://www.ads-software.com/extend/plugins/wordpress-console/

Viewing 1 replies (of 1 total)
  • Hi.

    This problem has been resolved as of version 0.1.2. Please try upgrading and let me know how it works.

    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WordPress Console] Great plugin, but path problem’ is closed to new replies.