wallpaper ad

Posted in: Newspaper
Post count: 15

hi

I found where and how to replace the code for the top banner (ads.php), but I do not know where to change the code of wallpaper ad. I should set <? php echo adrotate_group (1); ?> set instead default one. Because I use adrotator WP plugin

Post count: 15

Post count: 22421

Hello,

The background ad is added like so in our theme:
https://www.screencast.com/t/Oqk9jqDPd
I’m not sure replacing it with adrotate will work though. We have not tested this.

Thank you!

Post count: 15

no…not work… any solution where to place <? php echo adrotate_group (1); ?> to make it work… pls help

Post count: 22421

Sorry but since we have not tested replacing our background ad with another ad system, I cannot provide any solution to this. i suggest hiring a freelancer to help out with this task as plugin implementation is not part of the theme support.
The background ad in our theme for the moment is not working as there is a problem with the code but it can be fixed with a simple css if this is what prompted you top look for an external plugin for a bakcgorund ad:
body {
cursor: pointer;
}
#td-outer-wrap {
pointer-events: none;
}
.td-main-content-wrap, .td-container-wrap {
pointer-events: auto !important;
cursor: default;
}

Thank you for your understanding.

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.