Tagged: enfold
Can you let me know the code necessary to remove the square scroll top button from showing? I followed the CSS solution described in this thread: https://kriesi.at/support/topic/enfold-remove-scroll-top-button/#post-189106. It removed the scroll to top button, but also changed the appearance of the footer on our website – http://rightideacreative.com. Is there another way to remove this button without the layout issues?
Actually it seems the CSS from the thread I pasted did work. There was actually a piece of javascript I had embedded on my pages that was causing the footer issue.
Is there a way to install this javascript across all of my pages within the <body> tags without messing up layout of the footer? Previously I had it pasted in a Code Block Element.
<!– Start of Messages Async Embed –>
<script type=”text/javascript”>
(function(d, s, id) {
if (d.getElementById(id)){ return; }
var js = d.createElement(s); js.src = ‘https://api.usemessages.com/messages/v1/embed/307534.js’; js.id = id;
e = d.getElementsByTagName(s)[0]; e.parentNode.insertBefore(js, e);
})(document, ‘script’, ‘messages-307534’)
</script>
<!– End of Messages Async Embed ->
Hi!
You can place that code to your footer.php ( as it can load last ), before the </body> tag.
I do not think it will bring any issues
Regards,
Basilis