Adding background ad

Posted in: Newspaper
Post count: 21

Hello,

I see that Newspaper theme have option to add background ads. I need to ad one branding background ad, like this: http://imgur.com/a/vkeu5 that would not be possible with this option in Newspaper panel, right? I should try with some plugin for that?

Thanks
Kind regards

Alex

Post count: 22421

Hello,

The background ad in our theme simply adds a link on your background image. It does not have any other functionality for split sections and multiple links on the background.

Thank you!

Post count: 21

Hello,

Thanks for the update, but that is not working on my site. I can add background image but can’t link it. It simple not working. I installed theme on my test site here: https://flex202.com/2017/05/04/health-star-ratings-kellogg-reveals-the-cereal/ added background image and linked it in settings, but it’s working. What could be the problem?

View post on imgur.com

View post on imgur.com

Thanks
Kind regards

Post count: 22421

Hello,

There seems to be an issue with the background ad. We will fix it in the next theme update. until then please add this css 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!

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