- This topic has 6 replies, 3 voices, and was last updated 7 years, 1 month ago by Matzelino.
- AuthorPosts
- November 3, 2016 at 12:07 am #990LarryParticipant
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?
November 3, 2016 at 12:21 am #994HashKeymasterIt 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.
November 3, 2016 at 1:13 am #995LarryParticipantThanks – I am pretty sure there is a pretty easy way to fix this – please do try
November 3, 2016 at 1:32 am #999LarryParticipantNow that I think of it, most sites with sliders do not exhibit this problem, so there has got to be a fix.
November 3, 2016 at 8:36 pm #1011HashKeymasterMay 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;}October 12, 2017 at 12:03 am #3649MatzelinoParticipantOK 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!
October 12, 2017 at 9:24 pm #3653MatzelinoParticipantOK my mistake… i wrote .ht but .hs is correct
- AuthorPosts
- You must be logged in to reply to this topic.