• Resolved glowingnova

    (@glowingnova)


    Hi, how do I make simple banner display only on the home page and no other pages? Thanks!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author rpetersen29

    (@rpetersen29)

    Hi @glowingnova
    There’s a pro feature for that, otherwise you could find another plugin to add some custom javascript. Altering this example from the FAQ:

    document.addEventListener('DOMContentLoaded', function(){
    if (window.location.href !== "https://your-url.com")){
    document.getElementById('simple-banner').remove();
    }
    }, false);

    • This reply was modified 1 year, 3 months ago by rpetersen29.
Viewing 1 replies (of 1 total)
  • The topic ‘How to make simple banner display only on home page?’ is closed to new replies.