• Hello!

    First of all I really love the infinite scroll plugin.
    Though since upgrading I’ve been experiencing a few minor issues.

    The main problem I have is that the ajax-loader.gif doesn’t seem to be working. When for example uploading an icon I can clearly see the new image but the message I get after saving the update says “No file chosen”. When viewing the page manual trigger works but the loading icon doesn’t show. The image path is incorrect and starts with localhost/sitename/, not localhost:8888/sitename.

    Also the page jumps about 100px upwards in chrome instead of the smooth when new posts have successfully being loaded. Until recently the page scrolled down smoothly when done.

    Finally if you have a look at this image (sorry for the image size):
    http://bit.ly/ybvFqn

    The fields in the WordPress admin area doesn’t seem to be displayed properly.

    Can anyone help me with this?

    Thanks!

    http://wordpress.org/extend/plugins/infinite-scroll/

Viewing 1 replies (of 1 total)
  • I’m having exactly the same issue.
    Did your loading image show up on your live site? Then it’s probably a bug for local sites only.

    In line 51 in infinitescroll.init.js.php:
    $noscheme = parse_url(stripslashes($infscropts['infscr_image']));
    I think the :8888 gets slashed off of the image url

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Infinite-Scroll] Ajax-loader and more’ is closed to new replies.