Home Forums HashOne Homepage Sliders Appear Stacked Together When Loading at First

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #990
    Larry
    Participant

    Is this a bug? I have only two sliders on homepage (and yesterday I installed your latest theme update), and when I load it or refresh it both slider images appear stacked one on top of the other for a second before it resolves into just the first slider image. This does not look good at all. This behavior happens using both Chrome and Firefox. Is there a fix for this? Or can you fix this for next update please?

    #994
    Hash
    Keymaster

    It is not a bug to be exact. It is the normal behavior of the Jquery Slider. The jquery take some time to get loaded.

    We can look for some fixes in next update regarding this issue.

    #995
    Larry
    Participant

    Thanks – I am pretty sure there is a pretty easy way to fix this – please do try

    #999
    Larry
    Participant

    Now that I think of it, most sites with sliders do not exhibit this problem, so there has got to be a fix.

    #1011
    Hash
    Keymaster

    May be your site has some heavy sized image that is why it is taking some considerable time for a jquery to convert the stacked images into slider. But for other website, they must be using small size image hence taking quick time.

    Try using the below CSS using some custom CSS plugin. It should fix your issue

    .ht-slide{display:none;}
    .bx-wrapper .ht-slide{display:block;}

    #3649
    Matzelino
    Participant

    OK i have the same problem…
    where i put this code:
    .ht-slide{display:none;}
    .bx-wrapper .ht-slide{display:block;}

    in custom css the code is not working…
    what about overfow:hidden and make a variable height for mediascreen?

    Thanks!

    #3653
    Matzelino
    Participant

    OK my mistake… i wrote .ht but .hs is correct

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