Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there – I too would like to know where to locate word ‘Loading’ that appears in the transitions, in order to either edit the message or add a loading .gif

    Can anyone offer any advice on this one at all?

    Many thanks in advance.

    Ben.

    Plugin Author numixtech

    (@numixtech)

    Hello @talgat111 and @benjamindark,

    The loading text is added with following CSS:

    .animsition-loading:after{color:#aaa;content:"Loading"}

    You can change your text by adding/changing this css class “.animsition-loading:after” in the head sections of your WP pages using wp_head action.

    Also I have not tried but you can add loading gif by changing content property of the css to something like “content:url(‘http://example.com/loading.gif’)”

    I hope this helps.

    Thanks.

    Thank you numixtech! I just needed this and your solution works like charm.

    Here is a set of some nice loading gifs http://www.ajaxload.info/

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Loading gif’ is closed to new replies.