• Resolved Shonari

    (@shonari)


    Hello

    The text seems to appear on right of the slider on the first load of the homepage. Once the webpage loads the text goes where it should (bottom of slider). Any tips on how to fix this behaviour?

    Screenshot of issue: https://i.imgur.com/Xdenkk5.png

    My website with live issue: https://fit.ky/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Richie KS

    (@rkcorp)

    its normal since the image needed to load first. i think it only have 2 second gap at most. i see you made some edit to
    /lib/scripts/custom.js
    that cause it. edit it back the code for
    jQuery(‘#featuredbox’).delay(1).fadeIn(200);
    to
    jQuery(‘#featuredbox’).delay(5000).fadeIn(200);

    Thread Starter Shonari

    (@shonari)

    OK…

    I edited back. The reason I changed it was from a previous forum post where there was an issue and that was listed as a fix.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Text Appears on Right in Slider on Load’ is closed to new replies.