Search found 2 matches

by Mitchell326
Mon Oct 19, 2020 10:57 am
Forum: Help / How to use AllProWebTools
Topic: contact phone number mobile display issue
Replies: 7
Views: 2554

Re: contact phone number mobile display issue

This is a known issue that folks on the Internet are complaining about with Apple products. You can read their suggested solutions here: - https://medium.com/@stephenkeable/iphone-safari-changing-colour-of-phone-numbers-b79e5139cc06 - https://stackoverflow.com/questions/35364968/iphone-changes-font-...
by Mitchell326
Mon May 04, 2020 8:28 am
Forum: Help / How to use AllProWebTools
Topic: pop up on website
Replies: 7
Views: 3922

Re: pop up on website

Hello, Alex. It looks like the modal was missing some div elements. Try this: <script type="text/javascript"> $(window).load(function(){ $('#myModal').modal('show'); }); </script> <div id="myModal" class="modal fade" role="dialog"> <div class="modal-dialog"> <div class="modal-content"> <div class="m...