• Resolved laurine7

    (@laurine7)


    Hi!
    I’m using crelly slider on a page.
    The slide I made consists of the background image, the logo and a mouse-arrow indicating to scroll down.
    When loading the website, the arrow keeps loading first, and is visible in the top left corner. I’ve checked all the settings multiple times, but can’t figure out why this image keeps loading first and appears in the corner.

    Do you have a solution for this?
    Thank you!

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Fabio Rinaldi

    (@fabiorino)

    Hi, sorry for the long delay, sometimes my email client marks emails from www.remarpro.com as spam :/

    Anyway, it took a bit long to debug but I figured out what’s wrong: apparently your theme sets a CSS transition to all the links, which my slider doesn’t really like (I need to figure out why). Since you don’t need transitions on that particular element, you just need to add this custom CSS (click on the element in the edit slide page, scroll to the end of the page and you’ll find the custom CSS text area) and the problem should go away.

    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    Thread Starter laurine7

    (@laurine7)

    Hi Fabio,
    No problem!
    Thank you for checking it out.
    I’ve added the custom css, but it’s still showing the mouse icon in the top left corner while loading…
    Is there anything else I can do?

    thanks,
    Laurine

    Plugin Author Fabio Rinaldi

    (@fabiorino)

    Hi,
    please update Crelly Slider, the fix is included in there. After you have updated, please clear your browser cache

    Thread Starter laurine7

    (@laurine7)

    Hi Fabio,
    Thanks! I have updated the plugin and cleared my cache, but now the lider isn’t showing at all ??

    Checked all the settings and they should be ok!

    Doy you know if i’m doing something wrong here?
    Thanks!

    Thread Starter laurine7

    (@laurine7)

    Sorry, I’ve tried it again and now it works ??

    The mouse icon is also doing what it should be, so everything works!
    Thanks for your help and the update!

    Plugin Author Fabio Rinaldi

    (@fabiorino)

    You’re welcome, I’m glad it’s fixed now ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Image loading quicker than other images’ is closed to new replies.