• Resolved Vijay Padiyar

    (@vijaypadiyar)


    There is a small bug in file <simple-tags-plugin-folder>/ressources/jquery.autocomplete/jquery.autocomplete.css

    The following element causes a 404 error for the requested file:

    .ac_loading {
    background: white url(../images/indicator.gif) right center no-repeat;
    }

    The line needs to be changed as shown below:

    .ac_loading {
    background: white url(../../inc/images/indicator.gif) right center no-repeat;
    }

    Thanks

    Vijay Padiyar

Viewing 2 replies - 1 through 2 (of 2 total)
  • Fixed on the new version Simple Tags 2.1.
    Thank you.

    Hello,

    The same in version 2.2:

    404 Report – a file not found error was registered on your site.

    404 URL: …/plugins/simple-tags/ressources/jquery.autocomplete/indicator.gif

    Referred by: …/wp-admin/post-new.php

    .ac_loading {
    background: white url(‘indicator.gif’) right center no-repeat;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bug in jquery.autocomplete.css file’ is closed to new replies.