• Hello, I´ve got an issue when enabling the bootstrap version for theme include, and WordPress Network Site(MU) with Domain Mapping(Free version).

    It works fine before the Domain is changed(Less is compiled and css is stored), then i got error in line 96, in stylesheet.class.php, and i think the error is because of

    $this->source_path = WP_CONTENT_DIR.preg_replace('#^'.WP_CONTENT_URL.'#U', '', $this->stylesheet->src);

    – when the new domain is mapped.

    if anybody could help me, it would make my day

    http://wordpress.org/extend/plugins/wp-less/

Viewing 1 replies (of 1 total)
  • Plugin Author oncletom

    (@oncletom)

    Hi,

    thanks for reporting the problem.
    This is due to the constant usage. If the URL is changed from the admin, it does not alter the URL so that’s why the plugin does use the new address.

    A similar issue has been reported so maybe your problem will be addressed within the same fix.

    I’ll do my best to fix this problem.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-LESS] Issue(s) with WP Network Site and Domain mapping’ is closed to new replies.