Lee Whitworth
Lee Whitworth
Google maps must load before OMS, and this can be a problem if using async defer. This is what I did to resolve the issue - first, load the Google...
I'm running into this async problem too, on loading google maps asynchronously. The above mentioned fix didn't work for me. Anyone know how to ensure a script like OMS loads...
There are benefits to async defer for data-heavy sites that cannot be ignored. http://peter.sh/experiments/asynchronous-and-deferred-javascript-execution-explained/ Based on the explanation above I was able to resolve this issue by simply deferring the...
Looks like it's not a bug but a feature as the plugin seems to only look for titles. Solved it / added the feature by inserting this at line 125:...