7.8 made background click ad stop working

Posted in: Newspaper
Post count: 12

After the last update The background click ad stopped working. It seems like there is no link at all. Is there a way to fix it?

Post count: 22421

Hello,

Sorry for the inconvenience. Please add this code in your theme panel-> custom css box:
body {
cursor: pointer;
}
#td-outer-wrap {
pointer-events: none;
}
.td-main-content-wrap, .td-container-wrap {
pointer-events: auto !important;
cursor: default;
}

Thank you!

Post count: 12

thank you very much. Will it be fixed in the next update? i just saw that 7.8.1 the problem exists.

Post count: 22421

Yes, the 7.8.1 update was only for the plugin updates. We will release a new one in the coming days for bug fixes.

Thank you!

Post count: 12

Also the code you gave me deactivated the input on comments and contact forms of the page. When will the fix be ready?

Post count: 20685

Hi,

Please provide a link to your website so we can provide you with a more specific solution. This seems to work for most users, but exceptions can happen.

Thanks

Post count: 12

The Website is http://techmaniacs.gr

Post count: 20685

Hi,

I have inspected your website but there is no background image and ad set at the moment. If I could see what is not working properly with the code provided, maybe I could give you a temporary solution. This issue with the background ad will be fixed in the pending theme update, so there will be no need for a code. We are very sorry for any inconvenience this problem has caused for you and your website.

Thank you for understanding!

Viewing 8 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic.