Background Advert not having click through

Posted in: Newspaper
Post count: 31

Hi,

I have added a background image and a background ad url but there is no click through?

It is on http://bbrief.co.za.www119.jnb2.host-h.net/

TIA

Beni

Post count: 20688

Hi,

There was a problem with the background ad functionality in the previous theme version. This can be fixed by updating the theme
https://forum.tagdiv.com/how-to-update-the-theme-2/
If you do not want to update yet, please enter this code in Theme panel->Custom Css section and it should make the background ad work properly for you
https://www.screencast.com/t/nDmMPtjf

body {
cursor: pointer;
}
#td-outer-wrap {
pointer-events: none;
}
.td-main-content-wrap, .td-container-wrap,
.td-container, .td-post-header {
pointer-events: auto !important;
cursor: default;
}

Thanks

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