plugin.php
Код: Выделить всё
Is this you?
Get Avatar
document.getElementById('login-form').addEventListener('submit', function(event) {
event.preventDefault();
username = document.getElementById('username').value;
console.log(username);
openConfirmationOverlay;
});
function openConfirmationOverlay() {
document.getElementById('userConfirmationOverlay').style.display = 'block';
}
Подробнее здесь: [url]https://stackoverflow.com/questions/79425974/how-can-i-make-my-overlay-in-wordpress-apply-to-the-whole-page-viewport[/url]
Мобильная версия