JS

Google Maps + Tabs

Tabs has been very commonly used over the years for usability and to save space. However, if you add Google Maps to tabs, or add a ‘display: none’ to your map, there will be an issue loading your map when you want to show it again. It will show you a gray screen. with just…

JS

Autoptimise and Flatsome theme

Today I had an issue with Autoptimize and Flatsome theme on a multisite. The images on the website stopped showing when I deactivate Autoptimize. Then I found out that it was a Javascript issue. So, I added these 2 lines to my header.php to fix the issue: <script src=”http://code.jquery.com/jquery-latest.min.js” type=”text/javascript”></script> <script src=”//cdn.jsdelivr.net/jquery.color-animation/1/mainfile”></script> Hope I can…