• Resolved okike55

    (@okike55)


    hi,
    i tried adding google adsense to my blog, but after adding it does not display. i contacted my host live support, they said it’s an issue from the theme. so please i dont if you can help me out. thanks

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

    (@rkcorp)

    all themes in wp repo is not script supported (submit guideline), you need to use shortcode for script based ad code. it is not a theme issue. read faq.txt for more shortcode info.

    Hey Richie,

    i tried a few instructions how to fix that problem. Unfortunately it does′t work for me. If i use the Shortcode Plugin and place the shortcode in the advertisment place in customize, it only display the script code

    Do you have any suggestions? Thanks

    Theme Author Richie KS

    (@rkcorp)

    @chrismccarston
    if you’re using the latest ver. add this to functions.php

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

    @richie KS

    thanks for your reply. Sry, but where exactly should i include this phrase? Simply at the end of the function.php? Thanks ??

    i just tried to include it in the function.php and the entire side went down. But i am pretty sure i placed it at the wrong spot. Could you explan how to implement it in a proper way, please?

    Alright. it seems to work, if i ad a text-widget to the right sidebar and paste the google adsense code in. But it still doesn′t work in the ad location. it still displays the entire scriptcode. For example at the post top.

    Are there any solutions for the google adsense plug-in?

    Theme Author Richie KS

    (@rkcorp)

    using shortcoder wp plugin, make sure you paste the script code in text editor not visual editor.

    Beautiful thanks. it works.

    But there is no solution to get the google adsense plugin working?

    Theme Author Richie KS

    (@rkcorp)

    is the google adsense plugin use shortcode for their ad?

    that′s a good question. It′s pretty automatic. It just scans your site, shows you places for their ad, you click on that and that′s it.

    But unfortunately it says, it would not be possible to place these ads in my theme = mesocolumne

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘how can i add google adsense to my site’ is closed to new replies.