Really need your help here guys. If you can point me in the right direction.
There is an error of some sort that is not allowing my website to load in Safari.
I think it is tied to the VRRP Connector plugin. I have contacted them as well.
Just needing input on whether you have any ideas or not?
Thank you
Hi Justin,
“New Website Coming Soon”. Can you please post temporary logins here privately so we can look into it?
Best regards,
Yigit
Hey,
VRPConnector plugin is currently active however i cannot see any issues on Safari. Attached a screenshot in private content field below.
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
Cheers!
Yigit
Hmmm strange. This is the result for me: https://kohalacoastpropertiesinc.com/er.png
A few others are seeing it too..
Hey!
Which version of macOS and Safari are you using? I will ask my teammates to check as well.
Cheers!
Yigit
5.1.7
For windows
Hi,
Since Safari is not supported on Windows since 2012, we do not support it as well. Good news is that your site shows up fine on Safari on Mac and IOS.
Regards,
Yigit
HaHa I did not know that :)
Thanks for looking into this Yigit. Happy Holdays
Yigit. One more thing while I have your attention. The mobile menu is messed up. Have any ideas on why? The sub-menu items aren’t rendering correctly
Hi Justin,
Thanks! Happy holidays to you too!
You had following code in Style.css file of your child theme
ul.sub-menu {
border-radius:14px!important;
width:260px!important;
}
I changed it to following
@media only screen and (min-width: 990px) {
ul.sub-menu {
border-radius:14px!important;
width:260px!important;
}}
Please review your website :)
Cheers!
Yigit
Thank you Yigit. Looks good.