Chrome not displaying text until I interact with console - html

The site in question is thegreengoddessboutique.com
On the site in Chrome, text is not displaying on first load (or after ctrl 5).
If I open the console with inspect element, and interact with html tab at all though, the text displays.
The other browsers have no issues and I cannot think of any javascript that would be causing this issue.
Does anybody have a hint as to what the trouble could be?

Related

Google Chrome Devtools cannot highlight elements in IFrame over certain height

Can anyone help here, i'm wondering if this is actually a bug or expected behaviour?
Chrome Dev Tools seems to not be allowing hovering elements and highlighting of them in Iframes over a certain height.
For example, look here:
http://csreis.github.io/tests/cross-site-iframe-simple.html
now if you set the iframe height to 3000px, and then go and try to inspect the 'Cross the bridge' button. It does not highlight or allow you to select anything below the container you can see about half way down the picture.
I am getting this same behaviour on a different project I am working on, where the highlighting is not working in dev tools in an iframe.
Is anyone else getting this behaviour? I am using Chrome 88.0.4324.190 and am seeing this behaviour on other machines too. I am not getting this behaviour using Firefox which allows me to highlight all elements in iframes. I'm stumped on this one.
Thanks.

Chrome Mobile Render tool not rendering dropdowns

When I open Developer tools and turn on device mode, and click any drop down on the page chrome renders options with minimum width and rest of the area as black.
I dont know what is causing this error. I tried to update my graphics card driver, but problem still exists.
After some googling, got to know that this is an issue in Chrome browser itself. Refer the following link for more info - https://bugs.chromium.org/p/chromium/issues/detail?id=553274&q=status%3Aunconfirmed&sort=-id&colspec=ID%20Pri%20M%20Iteration%20ReleaseBlock%20Cr%20Status%20Owner%20Summary%20OS%20Modified&num=1000

Safari on mobile devices detecting text field on entire webpage

I have found a very strange issue that seems to only affect iPhones/touch devices using the Safari browser.
When you load any page of our website, e.g. http://199.119.123.135/surety-bonds/commercial-bonds/auto_dealer_bond.htm, tapping anywhere on the page brings up the keyboard as if it's detecting a text field.
I've done a lot of research but couldn't find anything on the subject or how to fix it. Anyone have ideas? Thanks!

Sharepoint Search Input box Rendering Issue in Chrome

I have encountered a problem in SharePoint using chrome which is that sometimes my site navigation's were not loading so after some Google i found out that there are some problems of rendering Sharepoint Search Input box in chrome. So i hide it and after that my menu's were loading fine.
Now i want my search box to be visible as well. What can i do to make the rendering of search box correctly in chrome ?
Thanks in Advance !

Rendering issue in Chrome - Hides part of webpage

My webpage is rendering oddly in Chrome on a Mac. This is just below the fold of the page, but when I highlight the area it comes back into view, also if i use the "inspect element" it just shows the page as it should.
Its also not consistently, it only happens now and again.
Rendering Issue:
http://albertcrm.com/1.png
When I highlight:
http://albertcrm.com/2.png
I really have no idea how to even start debugging this, I guess its a CSS issue maybe, or a Chrome Rendering issue, maybe a JS include is taking to long to load?