Clickable Background

Posted in: Newspaper
Post count: 12

After the recent update all my config with Google doubleclick platform has broken all the area.
I finally reconfigured all the adv code for fix all the problems. By the way I have a problem with the clickable background. I manage my background image and url from Doubleclick. As u can see on my website the only clickable area is on top of the website, because I add margin-top to the body. Seems like all the body hasn’t invisible margin on left and right area and the Clickable SKIN is loaded behind the body. How i can manage it?

Thanks

Post count: 20688

Hi,

Unfortunately I can not provide a solution in this case, I do not know how that plugin works. The only background ad available by default is like this – https://forum.tagdiv.com/background-ads/ Maybe there is a setting in the plugin configuration you are using for your ads regarding background and link positioning , which you may have overlooked and could be fixed that way.

Thanks

Post count: 12

Hi,
I know the default background adv. I can’t use the default background because it’s impossible to track impression and clicks. With the latest update, something change in the <body> and I have to write from zero all the ad code fro the background image. I can’t understand what’s going wrong.
Is there a possibility to pay for custom support for this issue?
Or find some work around?

Thanks

N.

Post count: 20688

Hi,

Maybe something changed in the plugin, that could be affecting this. If I could I would help you, but since this plugin was not tested with the theme there are too much factors to be taken in account and investigate. You can try to search for similar problems on the forum in this matter, like this one – https://forum.tagdiv.com/topic/tutorial-responsive-ads-with-google-dfp/ maybe it would provide some insight.

Thanks

Post count: 12

The plugin didn’t update(last update 60 days ago), I had the problem after the theme update. I already read the post on this forum, they generally talk about DFP but not of the background. Did you change something in the <body> on the recent update? If you inspect the code, you can see it’s just visibility problem, cause the DFP background is perfect loaded. I need a solution, especially because the background works before the update.

Thanks

Post count: 20688

Hi,

I suggest you review the ad implementation again. I can see that you have two different background images at the moment – https://www.screencast.com/t/AgHAXJMgghttps://www.screencast.com/t/Sw0csHcVwTP Maybe this could be the problem, or it could be a matter of z-index between the background image and the theme wrap. I can not say for sure, as I am not familiar with this ad implementation. Try setting the ad system from scratch if possible, maybe there is something in the code or settings that has been overlooked.

Thanks

Post count: 16

We have the same problem, after update, background ad is not clickable. We do not use any other plugin. Please, help, our sponsor is not happy with this situation…which is not your problem…but it would be nice that something, what was doing great, does the same way in the future too.
This is our website: http://www.kuvajmo-blogovski.com

Post count: 20688

Hi,


@SanjaKokica
We are currently investigating the issue with the theme background ad in the latest update, and will provide a solution as soon as possible. We are very sorry for the inconvenience. You could try this quick fix if you have this problem, and enter this code in Theme panel->Custom Css

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 understanding!

Post count: 16

That works, thank you a lot!

Post count: 15

Hi n.Lazzati,

Did you get DFP’s background work?
I’m desperately looking for a code that works with this theme.
Really appreciate your help.

Post count: 12

Hi Waves. Sorry for the delay. Yes I found a solution. I install DFP – DoubleClick Ad Manager plugin and an extension to manage background automatic ADV from doubleclick. Unfortunately the autor of the plugin close his website. By the way i found the page with the download in the internet archive. You can reach the tutorial here If you can’t load the webpage contact me, i will send you the HTML that i have downloaded.

This is the plugin

To match this AD to Doubleclick create a new Creative model then click to import and use this code To paste this code create a new file without and extension and upload it to doubleclick.

For help feel free to contact me again

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