A
A
Alexander2016-12-17 13:14:35
PHP
Alexander, 2016-12-17 13:14:35

How to make a background notification when the site starts?

How to make an adaptive background notification on the first launch of the site?
Example:
81cc74da38fb42ccbb2e3909e4f14d80.jpg

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander, 2016-12-17
@SmoKE_xD

function get_location() {
  if (Modernizr.geolocation) {
    navigator.geolocation.getCurrentPosition(show_map);
  } else {
   // Нет встроенной поддержки
  }
}

htmlbook.ru/html5/geolocation

R
Roman, 2017-05-04
@dimsontm

See how it's done in the twentyseventeen off -topic .
There is icon-functions.php file

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question