• Resolved leonuts

    (@leonuts)


    Hi, with the latest update on the plugin which now support admin panel setting, I have a problem regarding the loading gif animation. It doesn’t show up and also unable to upload custom gif. Anybody else having this issue?

    View post on imgur.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Dean Williams

    (@deano1987)

    This is because the uploads directory is not writeable by WordPress? The plugin needs to be able to create folders and upload images to this directory:

    /wp-content/uploads/

    There should be a directory created:

    /wp-content/uploads/AAPL/loaders/

    And in there a copy of all available loader images taken from the plugin directory /loaders/, plus any loaders you upload.

    Thread Starter leonuts

    (@leonuts)

    But as far as I know the correct path is:

    /wp-content/plugins/advanced-ajax-page-loader/loaders/

    and just to double check, the permission directory has also been set to 755

    Plugin Author Dean Williams

    (@deano1987)

    no thats from the plugin, what it does is it copies the loaders from:

    /wp-content/plugins/advanced-ajax-page-loader/loaders/

    to outside the plugin (so when you update you dont lose all your changes):

    /wp-content/uploads/AAPL/loaders/

    so make sure the destination path is writeable (755) – NOTE:: NEVER USE 755 FOR FILES, ESPECIALLY ON A SHARED SERVER, 644 THEM!

    Thread Starter leonuts

    (@leonuts)

    Ah, it cleared my confusion now. I thought that by default you have options to choose from the dropdown that list every loaders in

    /wp-content/plugins/advanced-ajax-page-loader/loaders/

    The folder has few loading gif but unfortunately it doesn’t show in the dropdown.

    So I manually create a folder from ftp as you suggest, which is:

    /wp-content/uploads/AAPL/loaders/

    and upload the loading gif I chose.

    And now only the ‘uploaded’ drop down shows the loading gif I just uploaded.

    So, basically the loaders you included were not supposed to show up in the uploaded drop down?

    Plugin Author Dean Williams

    (@deano1987)

    Yes they were supposed to be shown, as when the plugin is installed it was meant to create that directory you just created and copy the files over.

    But it has failed, more than likely due to permission problems.

    Try and upload an image using the admin interface, is it working now? you may still have permission problems!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Advanced AJAX Page Loader] loading gif not showing in admin panel’ is closed to new replies.