• Resolved Steven

    (@ste84ven)


    Hi,

    I’m using Mesocolumn for my wordpress site. However, I can’t seem to add adsense to the header section, even though I’ve used Shortcoder.

    It just gives me a blank space.

    Anybody had the same issue and knew a solution to it?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Richie KS

    (@rkcorp)

    the top header ads had been tested many time with adsense and it works.
    check if you’re using text editor or visual editor when adding the code in shortcoder plugin.
    it must use ‘text editor’ mode.

    did other area using adsense code with shortcoder work?

    Theme Author Richie KS

    (@rkcorp)

    or you could try add this to functions.php bottom before end ?>

    function meso_allow_scripts() { return 'meso_sanitize_null'; }
    add_filter('meso_textarea_settings_filter','meso_allow_scripts');

    reenter the ad script code and save setting, it might not show in customizer preview but it will show in live site.

    • This reply was modified 7 years, 11 months ago by Richie KS.

    Hi Richie,

    I have the same issue, even after adding the code in your reply in my functions.php

    https://girlbrains.org

    Let me know
    Thanks
    Kelly Brindle

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding Adsense to My Header’ is closed to new replies.