BUG: v7.8 backgruond click ad

Posted in: Newspaper
Post count: 2

After update to 7.8 link on background image does not work. Before update, everyting worked corectly.

  • This topic was modified 9 years by mangup.
Post count: 16

We have the same problem http://www.kuvajmo-blogovski.com Please, check this problem, this really worked fine before update 🙁

Post count: 22421

Hello,

Yes, there seems to be an issue with the background ad. Please add this code in your custm css box as a temporary solution until we fix the issue in the next update:
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: 16

Thanks for help! That works fine!

Post count: 2

Thanks. Now work corectly.

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