I have an inline form pop-up on our site (after scrolling down 25% and 3 pageviews of the different vegas inc articles) and it displays and works perfectly on Google Chrome, but on Safari on Mac it shows the pop up box, but everything inside is blank. Any ideas on why Safari would display it as blank or how it could be fixed to display correctly?
Hey there @GMGVEGAS2013
Thank you for providing great information to help us begin troubleshooting this. Commonly we see this as a result of specific browser settings, meaning you may have something preventing the pop-up form from fully functioning on Safari which isn't present on Chrome.
For Safari, you first need to go into Private Browsing to see if that resolves the issue:
Please respond back to this thread if you are still experiencing the pop-up form not displaying correctly after trying out these steps.
Thanks. Unfortunately, disabling all extensions and viewing in private browser still results in the same issue. It is only a problem with Safari and not Chrome, Opera, Firefox.
Thank you for following up with these details. We have seen cases where the Inline Sign Up Form is not visible specifically on Safari 11 for Mac computers. In these cases we suggest using a different browser. Some users also change specific coding on their website to help with this. The coding these users change is:
<script type="text/javascript">
document.getElementById('password').focus();
</script>
They then replace it with this coding:
<script type="text/javascript">
//document.getElementById('password').focus();
</script>
In the meantime we have also tracked this experience in your account and added you to our queue to be notified when this is resolved.
This issue is still valid and happening after so many years! The inline form is not appearing on Mac Safari. I have tried to search your community for this issue, but nothing has fixed the issue so far. All other browsers behave okay, apart from Mac Safari. Can you please respond with proper fix to this issue?
Support Tips
"There's a multitude of ways to engage your audience through us using your social platforms - via ads, social post metrics, email links, and more! " - Will
See ArticleSupport Tips
"Target your most engaged contacts by creating a segment. Create a special offer or show your appreciation!" - Caitlin
See ArticleSupport Tips
"Greet new contacts with one or more automated Welcome Emails depending on their interests or your business goals." - Nick
See Article