• SlouchyFlower

    (@slouchyflower)


    The relative path to ‘loading.gif’ from slimbox2.css seems incorrect. Perhaps when the css was moved to its own folder, the path didn’t get updated? I’m getting lots of 404s in my logs trying to access
    /wp-content/plugins/wp-slimbox2/css/images/default/loading.gif

    it’s an easy fix, but I don’t like modifying core plugins as a general rule. So if it could be worked into the next update that’d be awesome.
    Thanks!

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author malcalevak

    (@malcalevak)

    Thanks for pointing this out. I actually saw this the other night, but I didn’t actually process what it meant until you posted.
    You’re quite right about the cause of the problem, a fix should be coming soon.

    leanderbraunschweig

    (@leanderbraunschweig)

    I just wanted to inquire about the very same error here.

    If I fix this one (code from relative to absolute), will the next update work fine e.g. overwrite my settings?

    Thanks.

    Plugin Author malcalevak

    (@malcalevak)

    It’s not a matter of switching from relative to absolute, it’s a matter of just pointing to the correct directory.

    Just change url(images/default/loading.gif) to url(../images/default/loading.gif)

    Then, when the next update is out (it’s delayed since I’m trying to get more than this fix into it) it will continue to work fine.

    Thread Starter SlouchyFlower

    (@slouchyflower)

    Awesome, thanks Malcalevak!

    I’m still seeing the same error, was this fixed or is it still in the develop phase?

    Plugin Author malcalevak

    (@malcalevak)

    I’ve been a bit sick, so I haven’t been able to wrap up the next release, however, the posted modification should still work.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: WP-Slimbox2 Plugin] loading.gif 404 from slimbox2.css’ is closed to new replies.