Background skin ad not working

Posted in: Newspaper
Post count: 6

We have a background ad skin campaign and are unable to use your build in image and link editor.

We are also trying to use advanced ads and running into the same issues.

We have this code:

Advertisement

or

Advertisement

or
<ins class=’dcmads’ style=’display:inline-block;width:1px;height:1px’
data-dcm-placement=’N30602.3753112BABELTECHREVIEWS/B23770327.270791322′
data-dcm-rendering-mode=’iframe’
data-dcm-https-only
data-dcm-resettable-device-id=”
data-dcm-app-id=”>
<script src=’https://www.googletagservices.com/dcm/dcmads.js’></script&gt;
</ins>

And none of them work. We have downloaded a manual image with the tracking code and not all resolutions show the image correctly. The theme is not being responsive and cropping the image or not showing it at all. At higher resolutions it looks perfect. What should we do?

As mentioned, we tried your built in method but it did not work. Advanced ads then suggested using this code:

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

in functions.php but this does not work in your theme.

Please help

Post count: 2

? This is my up to date profile with an active license key If that Is why I have had no response

Post count: 18283

Hello !

By the looks of your code we have tested it on a clean wordpress install without Newspaper Theme and the codes do not render. Please make sure that you have the correct codes.

Thank you !

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