Website not displayed properly in Safari - html

My website www.dshinestudio.com is not displaying properly in Safari, but it is displayed correctly in Chrome, Firefox, Opera and other browsers.
Why isn't Safari displaying my website properly?
Do I need to add anything in my code?

Some Safari extensions that block ads or other website content can prevent some page elements from displaying. You can temporarily turn off extensions, then re-load the page to see if this is the issue.
Choose Safari > Preferences.
Click Extensions.
Select an extension, then deselect the checkbox "Enableā€¦ extension." Repeat this step for every extension that's currently installed.
Reload the page by choosing Choose View > Reload in Safari. If the webpage loads correctly, one or more extensions was blocking the content from loading. Re-enable an extensi

Related

HTML page link odd behaviour

I have a simple website containing 3 HTML pages but sometimes internal links on IOS Safari doesn't work correctly. Rather than rendering the page, it displays the 'Open in "Drive" screen with options to save page as a document. When I refresh the page it renders correctly again. This usually when I navigate around the pages quickly and I am not sure why this odd behavior and how to fix.
See a screenshot here https://ibb.co/bXxzZTS
Not sure if it is related but the DNS is via CloudFlare (Free) and the pages are really fast (as it's just HTML, CSS and JS).
I have only seen happen on iPhone Safari. Other devices I have checked on include iPad, MacBook, PC running browsers Chrome or Safari are all OK.
Additionally, I tried using URL with and without full domain with the same result.
I just expect the page to render as an HTML page.

Form input's are not showing in Firefox browser?

I designing the UI for web site and i created the login and signup page. this page i can clearly see all input's in chrome browser as i design but in Firefox browser can't see that input's, It's showing like blank form. I can't understand what's that issues please advice me or give a solution how to fixed this issues? I'll upload my images for reference..
This is Chrome Browser
This is for Firefox browser

Can't click anywhere on my website from iPhone

I have one problem with my web site, if i open the website from any android device, everything is fine and the page work normal. But if i open the web site from my iPhone or any other iPhone (didn't try with other ios devices) i see the webpage, but i can't click anywhere. Can't click on links, button, input fields, images, can't select text or any other content in the page. It's like the page is one big image and can't do nothing there. I try with different browsers (safari, mozilla, chrome) from the iPhone and it's all the same. I don't know what to search exactly... If you need HTML or CSS code i can give you, but i have no idea where to start looking/fixing this problem or what cause it.

Why are these two pages displaying differently on ipad?

http://kilgorerodriguez.com/index.html
&
http://kilgorerodriguez.com/CarlosRodriguez.html
On the second page the background spans the entire page but on the first page it cuts off. I'm guessing it's something with CSS, but I can't figure it out.
If you have the Xcode developer tools installed on your Mac, you can attach the Safari Web Inspector to the iPad Simulator, like this:
Open the iOS simulator:open Xcode, then go to menu Xcode > Open Developer Tool > iOS Simulator
Change the hardware mode in the simulator to iPad
Open the Settings app on the simulator, go to Safari > Advanced and set Web Inspector to On
Follow the instructions under the Web Inspector switch: open the desired web page in Safari in the iPad Simulator, and also open the desktop version of Safari on the Mac. Go to the Develop > iPad Simulator menu in Safari and choose the appropriate page
Now you'll have a Web Inspector window that is attached to the web page in the iPad Simulator, with full power to debug the web page.
I used this to find the bad HTML markup I mentioned in the comment. When I used the Web Inspector to fix that markup (find the HTML element in the Resource tab or use the hand icon to select the element in the simulator window, then right click the element and choose Edit as HTML), and then also changed the style attribute for that div I mentioned to have min-width: 1002px;, the page looked OK in the iPad Simulator for me. The change to 1002px is based on one of the parent elements, <div id="wrapper">, having width: 1002px defined in the CSS. The wider min-width of 1124px probably caused the page width problem.

How to send current page in Google Chrome to Firefox?

In Firefox I use a add-on called "Open With" which adds Chrome and Safari icons in Firefox's toolbar. If I want to open the current webpage in Firefox in one of these browsers, I just click that button and the page opens in the chosen browser in a new tab.
I would like similar functionality but in Google Chrome, to be able to send current page to other browsers, mainly to Firefox.
Does anyone know a way or a extension?
In the URL box in Chrome on the left is an icon, sheet of paper. Drag the icon to the firefox window and drop it.
The reverse also works.
If the firefox window is hidden or underneath Chrome then drag the icon to the Taskbar and over the Firefox icon, hold it for a split second and the Firefox window will be brought to the front. Then drop the icon into Firefox.
No extension that I've found yet.