Background-Ad is not showing
-
I use the avada theme and have added a background-ad with placement in the background. The website is boxed and now I have added the code:
add_filter( ‘advanced-ads-pro-background-selector’, ‘my_custom_background_selector’ );
function my_custom_background_selector(){
return ‘.main-container’;
}But no ad is showing. Only the background-image from theme-settings. Before background-image it was the background-color.
Thanks for help
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Background-Ad is not showing’ is closed to new replies.