• In “themes/classic/stylesheet.css”
    Line 145: background-image:url(images/nav.png);
    Line 179: background-image:url(images/left.png);
    Line 191: background-image:url(images/right.png);

    The error goes away if you change them to something like what is there, like adding “dark-” or “light-” prefix onto the png reference on those lines, although I don’t see any changes besides that it stops throwing errors.

    For example:
    Line 145: background-image:url(images/dark-nav.png);
    Line 179: background-image:url(images/dark-left.png);
    Line 191: background-image:url(images/dark-right.png);

    http://wordpress.org/extend/plugins/featured-articles-lite/

Viewing 1 replies (of 1 total)
  • Plugin Author Constantin Boiangiu

    (@constantinboiangiu)

    Looks like we missed a few things when the plugin was updated and started using color sheets. Thank you for pointing this out, it will get solved in next update.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Featured Articles Lite] stylesheet.css points to file that does not exist’ is closed to new replies.