• Hello,

    I’m not sure if I’m writing this in the proper section. I’m basically facing some trouble relating to a skin theme I introduced to be used as an ad. The ad is working but is not clickable.

    I’ve tried including the following code in the theme’s functions.php section with no luck.

    add_filter( 'advanced-ads-pro-background-selector', 'my_custom_background_selector' );
    function my_custom_background_selector(){
        return '.main-container';
    }

    The above code removes the current image for some reason.

    • This topic was modified 4 years, 8 months ago by bcworkz. Reason: code fixed

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

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Including a Skin Ad’ is closed to new replies.