Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Air.

    (@air-1)

    Hello

    Due to lack of any answer, above link is disabled for now as I have to push development.
    If you will have time to look into this, then please notify me and I will prepare new test case as I would love to help in development of this plugin, cause I think that concentration on thing(like this plugin does) is great idea, instead of massive plugin like W3 Total Cache.

    With regards.

    Plugin Author Weston Ruter

    (@westonruter)

    Sorry for the delay. I’ll have more availability next week.

    Plugin Author Weston Ruter

    (@westonruter)

    Hi Air,
    Please upgrade to the latest version of the plugin, add the following to your functions.php, and then re-activate Dependency Minification:

    add_filter( 'dependency_minification_disabled',
    	isset( $_GET['dependency_minification_enabled'] )
    	? '__return_false'
    	: '__return_true'
    );

    This will keep the plugin from doing its minification unless you make a request of page with ?dependency_minification_enabled=1 in the URL. This way we can diagnose the problem, and regular visitors to your site won’t have a broken experience.

    Thread Starter Air.

    (@air-1)

    I don’t need that filter as this is my development version, so no visitors there:-)

    Back to question:
    Checked this with version 0.9.7 and still rewriting of URLs in CSS is not working.
    It is strange that I am only having such issues.
    I would debug it, but now I have to put all my time to finish deadline, so I can only give you access to it via WP and FTP if needed.

    With regards.

    Plugin Contributor Chris Olbekson

    (@c3mdigital)

    Hi Air,
    We recently made some changes to when the rewrites are added for better compatibility with themes or plugins that also modify rewrite rules. Could you please check if the latest version resolves your issues? Thanks.

    Thread Starter Air.

    (@air-1)

    Still the same. When plugin kicks in I lose proper URLs in CSS.
    Just checked one missing image and its URL is url("images/Icons.png"); and it was from style.css in theme directory. I see that minified file is in https://domain.com/_minify/main-style,child-style,user-css.a0de08949fc1ebade861445bf65c9738.fa1ac9193a88016b748cf8002d81802a.css so it should be changed to url("../wordpress/wp-content/themes/beach_apollo/images/Icons.png");.

    With regards.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Not working rewrite of URL in CSS’ is closed to new replies.