Home Forums Aside WordPress Theme how to set page loading image

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3608
    Johnny
    Participant

    adamdcl:
    Hi,
    How do I change the loading animation?
    I’m talking about the image in the center, when the page is loading

    Hi, setting loading image is here: Aside/General Settings, Enable Plain Text Logo: Off; Custom Logo: Update Image.
    see attached images please.
    Thank you

    #3619
    SeaTheme
    Keymaster
    Purchased
    Expired

    If you want to change the loading image,

    please change the css code as in line 206-217 of \wp-content\themes\aside\style.css(or put the css code to custom css box in themeoption) and replace the \wp-content\themes\aside\img\loading.gif as your gif:

    .site-loading .ux-loading-transform,
    .page-loading .ux-loading-transform {
     display:none;
    }
    .page-loading .ux-loading,
    .site-loading .ux-loading {
      background-image: url('img/loading.gif');  margin-top: -56px; 
    }
    .page-loading .ux-loading,
    .site-loading .ux-loading {
      display: block;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.