Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #707828

    Hi guys, could you suggest me the way to use a page loader (gif) I’m creating with photoshop?
    Thanks

    #707832

    Hey bardinidavide,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .av-siteloader {
        border: none;
        background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png)!important;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    

    Best regards,
    Yigit

    #707858

    Ok, I’ve created it and I’ve put it inside the theme via ftp, in the correct directory. now how ca I do to use it?

    #707866

    Hey!

    Please find following line in the code

    background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png)!important;

    You should simply replace the link to your custom image :)

    Cheers!
    Yigit

    #707895

    Hi Yigit, thank you so much but there’s aproblem. What happens is that a figure continue to rotate on itself.
    The gif I’ve preparedhave an animation inside, not a general rotation.
    I just want to activate my gif, that’s it

    #707927

    Hi,

    Please add following code to Quick CSS as well

    .av-siteloader {
        -webkit-animation: none;
        animation: none;
    }

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.