Lightbox wont open in iPad Safari 4 - lightbox

I got a very simple jquery lightbox that works fine everywhere except in iPad Safari 4.3.1 ! The lightbox wont open when clicked.
Here is the link :
http://jetransmetsamessalaries.fr/
Scroll down to < Pourquoi transmettre à ses salariés > and the lightbox is on the round stamp with the face of one man.

Unfortunately, fixed position is not supported in iOS 4. So we got to use js or other solutions of the same kind. See more info here:
http://www.quirksmode.org/blog/archives/2010/12/the_fifth_posit.html
How to resolve position:fixed for a bottom toolbar on iOS (iPhone/iPad)
Fix position:fixed in iOS 4

Related

Youtube Embed breaks on mobile Safari

I am encountering a weird issue once again, and it again happens to be in Safari on iPhone. Safari on macOS works fine, and so do all other major browsers.
Here's the issue: Embedding a YouTube video in an iframe transforms the iframe to the left, out of the viewport. There is no transform applied to the iframe, or any parent elements. I double checked, but I am out of luck. Funnily enough, there's two quirks:
The clickable area stays non-transformed. I can interact with the content as if it was in its correct position.
Switching to the tab overview renders the video correctly.
Here's a few screenshots to demonstrate the issue:
I have also created a JSFiddle that reproduces the issue, with markup directly out of the project. Visit it on mobile Safari on iPhone or with a simulator on macOS to see the problem in action. (Use this link for fullscreen access)
Any help would be greatly appreciated.

Links are disabled on mobile

I can't click on any building pictures links (at the very bottom of the homepage) when going on mobile a this project whatever safari, chrome or firefox (while it's working well on desktop) :
here is the concerned building pictures links
Do you have any ideas of how I can fix that ?
Thanks for your help !
I can click them on an iPhone 8 with Chrome Browser.
But i can only click them outside of the colored border. So the colored border is above the image which contains the link.
Check the z-index property and the media queries. You will see, that the border is above the image on mobile devices and below the image on desktop screens.

Difference between navbar bootstrap in same firefox

I created a page that has a navbar from bootstrap 3.
In firefox v.37.0.2 the navbar is like this:
But in another computer that it has same firefox (v.37.0.2), the navbar is ok:
Also the page and navbar is ok in chrome v.42 and IE v.11.
Why this happened?
Not an answer but couple of crosschecks you can do
Check screen resolution of another computer
Check if you are testing in already zoom in browser (Press Ctrl + 0 to make it normal)
Very least but cache could be one problem

Bootstrap 3 fullscreen carousel not fullscreen in landscape

I made a carousel to fill 100% height and width of browser and it does that fine on a desktop or in protriate mode on a mobile but when switched to landscape the display breaks. I made a bootply but it doesnt show the error im refering to. Maybe its caused by the form I have added?
http://www.bootply.com/BKl0fXVMrj
You can see the actual error here. Open dev tools select a iphone4,5,6 galaxy s4,5.. pretty much any current smart phone and you will see what I mean.
http://www.casouza.com/homelist
After my previous comment I looked deeper into this, try the code below in your CSS.
#bg-slide-carousel .carousel-inner {
position:fixed;
}
This makes the background carousel stay with the viewport. I've tested this in the chrome dev tools emulator with the site you posted and it appears to work fine.

CSS Menu Not working with XML rotating Banner

I tested Nvidea css drop down menu on a site with XML Flash rotating banner , it works find on opera but doent work on internet explorer and google chrome, it actually goes behind.
menu from : http://www.lwis.net/free-css-drop-down-menu/
see link here: http://sonymax.co.uk
thx
Seems there is a problem with the menu actually, I removed the banner in IE and the drop-down menu still doesn't show up. Also note, that if you change your compatibility mode from IE7 to IE8 or 9 the menu and banner are way off. You should revise your code a bit.
It works in my Chrome, not sure why it doesn't in yours, only IE has the problem as far as I tested.

Resources