Authorize visitor to close it of force the gallery to remain visible.
Choose the type to match with topic and ad program.
Warning Google Adsense do not permit to. place Google ads in floating script that causes the ad to need in a. sticky. position on the page as the user scrolls down..
Scroll scroll up the ad doesn't move and sticks to the foot or header.
Upload 'Sticky Ad Bar to your wp-content plugins directory using data sftp scp etc..
Because it is Google policy to place Google ads in floating script that causes the ad to need in a. sticky. position on the page as the user scrolls down....
Modify margin in your css issue or in
'); } else { $(id).addClass('tags_small'); $(id).removeClass('tags_big'); $(fa).html(''); } } function subscribe_to_news() { var NewsletterName = document.getElementById("NewsletterName").value; var NewsletterEmail = document.getElementById("NewsletterEmail").value; var xhr = new XMLHttpRequest(); xhr.open("POST", "https://aklamator.com/remote/subscribe"); xhr.withCredentials = false; xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); xhr.onload = function() { if (xhr.status === 200) { var obj = JSON.parse(xhr.responseText); if (obj["flag"]) { document.getElementById("akla_home_message_field").innerHTML = "Thank you for signing up."; document.getElementById("akla_home_message_field").style.display = "block"; } else { if (typeof obj["name_error"] != "undefined" && obj["name_error"] != "") document.getElementById("NewsletterName").value = "required"; if (typeof obj["email_error"] != "undefined" && obj["email_error"] != "") document.getElementById("NewsletterEmail").value = "required"; } } else if (xhr.status !== 200) { document.getElementById("akla_home_message_field").innerHTML = "An error occured. Please try again later."; document.getElementById("akla_home_message_field").style.display = "block"; } }; xhr.send(encodeURI("NewsletterName="+ NewsletterName + "&NewsletterEmail="+ NewsletterEmail + "&widgetid=100002")); }