Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author rpetersen29

    (@rpetersen29)

    Hi @cmejackson500
    If you enabled the banner but set it as Hidden then i’ll be able to debug your issue better.

    Thread Starter cmejackson500

    (@cmejackson500)

    How about now?

    Plugin Author rpetersen29

    (@rpetersen29)

    Hi @cmejackson500
    You have some type of optimizing tool that is intercepting a lot of what Simple Banner does. That is most likely the cause to the banner not showing. For example, on your DOM the banner looks like:

    <div class="simple-banner simple-banner-text amp-wp-303fb38" data-amp-original-style="display:none !important"></div>
    

    but it should look like

    <div class="simple-banner simple-banner-text" style="display:none !important"></div>
    

    If you exclude it from this amp plugin then it should start behaving more predictably. I’ll also be able to properly debug it at that point and possibly give you some CSS to get your banner looking good.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Simple Banner is not showing on website’ is closed to new replies.