There are a few problems with responsive behavior. I was wondering if you noticed these and if there are fixes. I am putting these into a single issue, and this is not complete but lists the worst issues I have seen:
1) Seen on iPad1: When page scroll is not at the very top there is usually a scroll jitter. Header changes in height and scroll moves. It has to do with calculating and recalculating the modified height of the top menu div. Often the browser will crash. I have yet to be able to test on IPad2 and up.
2) Can be seen on desktop browser made to mimic smaller sizes and on iPad and iPhone: Meet the team block (.view-team). On iPad and iPhone the images don't show up at all. In all cases the text is not scrolled and unreadable and the social media icons are floating on top of text and in bad locations. Also the way I would usually make something like this work in bootstrap is to have them stack, 1 per row, in mobile (just saying).
3) mobile main menu button and search icon overlap at times, position inconsistent.
4) Mobile menu bar logo size is often too large making the bar to tall, or the bar is at times too tall making the logo too big. Logo at times overlaps with menu button.
Thanks.
Thanks again
Matt
Hello matt,
Please attach screenshot for each of issues you met. Also, send your admin account to [email protected], we try to help you fix them.
Thanks
Hello lehoa85,
Thanks for getting back to me about this. Sorry to be the guy reporting bugs. I gave you 3 images for the worst bug which is #2. bug #1 is hard to take a picture of because it's about a movement or jitter. The menu is unstable on my iPad. It also crashes. I can't take a picture of that. Bugs #3 and #4 can be seen in the logo images. #3 actually I would have to get more images of, this is enough I think for now though. You can see all this at evergreen-adc.com.
Thanks
Matt
The meet the team never shows the images in Safari. Please see attached image. In chrome on desktop widths it will work correctly. In Safari you never see the images.
Hello matt_lang,
The responsive bug caused by wrong setting in view bx_slider. Please edit view and change settings to fix this issue
Min Slide = 1
SlideWidth != 0 (ex: 300)
About effect hover, we will fix and send feedback to you later.
Thank you.
I made the changes. Thanks that makes it work responsively in chrome. I also added:
@media screen and (min-width: 996px){
.view-id-team .bx-pager-item{
display: none !important;
}
}
So the single dot was not there when wide.
Usually I would write some javascript to display none when it was single pager, but this should work for here.
BUT - still not seeing front images in Safari.
Please advise.
Thanks
M