• Resolved Azrael90

    (@azrael90)


    It seems the scroll-top.png wasn’t loading properly.
    At a#scroll-top I changed url(\”includes/images/scroll-top.png\”) into url(‘includes/images/scroll-top.png’).

Viewing 9 replies - 1 through 9 (of 9 total)
  • Theme Author Pitabas

    (@pitabas106)

    Hi,
    Thaks for choose Ascent theme.

    You can change the style on style.css file

    a#scroll-top {
        display: none;
        position: fixed;
        right: 20px;
        bottom: 80px;
        height: 42px;
        width: 42px;
        z-index: 9999;
        line-height: 3em;
        background: #1ABC9C url("includes/images/scroll-top.png") center center no-repeat;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    If you have setup your theme any live url plase send the link will check and give you the solution.

    Thanks
    Pitabas

    Thread Starter Azrael90

    (@azrael90)

    Yeah, that’s what I did.

    Theme Author Pitabas

    (@pitabas106)

    Did you overwrite the CSS? Can you give the URL of your theme then I can check.

    Thread Starter Azrael90

    (@azrael90)

    What I did was changing the path of the PNG in the style.css since it wasn’t loading. As I said, I changed it from (\”includes/images/scroll-top.png\”) to (‘includes/images/scroll-top.png’). My website is tekaxy.com.

    Theme Author Pitabas

    (@pitabas106)

    Your website is under maintenance mode. After live, will check

    Thread Starter Azrael90

    (@azrael90)

    OK but there’s no problem to solve anyway.
    I just wanted to say “what to do” in case someone else needed.

    Theme Author Pitabas

    (@pitabas106)

    It will work if you change the CSS.

    Theme Author Pitabas

    (@pitabas106)

    Fixed.

    Hi how can i make my website landing page to fit all screen size resolutions

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘"scroll-top.png" not loading’ is closed to new replies.