Viewing 1 replies (of 1 total)
  • Hello roro,

    Smart Ads is unlikely to be the problem, but that’s just a guess.

    How exactly is the shortcode placed in your header? Did you edit your theme’s template to put it there? Are you using a plugin to modify the header?

    However you are doing it, that method must process shortcodes. Not all header modification plugins do this. And if you’re manually editing your theme’s template, you must make sure to run the shortcode through WordPress’ PHP function, do_shortcode().

    Example:

    <?php echo do_shortcode( '[adblockingdetector id="55e9c8908dfba"]' ); ?>

    In order to be more helpful, I will need more information on exactly how it is placed in your header.

Viewing 1 replies (of 1 total)
  • The topic ‘Shortcode is showing’ is closed to new replies.