Hello,
There seems to be a css bug in our current version regarding the background ad. It will be fixed in the next theme version though. until then 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;
}
Sorry for the inconvenience.
Hey, the code doesn’t work or rather cause a fault on the whole website. If I add this code then I can’t open a new page, post or anything else on the website. No matter where I click it will open the ad link. How can I fix it?
Thank you for the answer!
Here my site: https://www.awayfromlife.com/
Hi,
@AWAY FROM LIFE It seems it is needed to make some modifications to the code provided in this case. Please remove the previous one and enter this code, then everything should function normally
body {
cursor: pointer;
}
#td-outer-wrap {
pointer-events: none;
}
.td-main-content-wrap,
.td-container-wrap,
.td-container,
.td-header-container {
pointer-events: auto !important;
cursor: default;
}
Please let me know if you have any further issues, or the code does not work properly for you.
Thank you for understanding!
After the new update the background-ad link again don’t work. I tried it without your code and with your code. Both times it doesn’t work. Is there a new code that I could make it work?
Thank you!
Hi,
I have tested the background ad with the latest version of Newsmag, and it is working properly. Please check to see if you have an URL inserted in the background ad section – https://www.screencast.com/t/8hLcQs9hlXsQ and this option is disabled.
Also check any other custom code you might have entered in Theme panel, or modifications to the theme files. Maybe a plugin could be the cause, you could try to disable all of them except Visual composer, clear any caching installed then see if this issue is still present. Please let us know how it goes.
Thanks
Hey,
I’ve checked everything. Before the update it worked with the code that you give me. After the Newsmag update it don’t work (with and without code). I’ve added a link and configure everything as in the tutorial is suggested: https://forum.tagdiv.com/newsmag-background-ads/
The ad is the importanst ad for me..
Simon
Hi,
Please try and switch from your child theme to the main theme, the check to see if the issue is still there. If this does not fix it and you have no custom code that could affect the background, and deactivating the plugins also does not resolve it, you could try and make a new theme install
– https://forum.tagdiv.com/newsmag-install-via-ftp/
Maybe something has gone wrong during the update process. The background ad is working properly on my end, using the latest version of the theme.
Thanks
Hello.
I’ve still the same issue after updating to version 8.
-
This reply was modified 9 years by
vasilis.
Hi,
@vasilis I have inspected your website and the background ad is working properly from what I can see. When clicked it will redirect to this website
– https://www.screencast.com/t/aR0oau11rOxm
Thanks
Hi,
Sorry I did not check the theme version. The background issue was fixed in the latest theme update and we had no other bad reports in this matter
– https://www.screencast.com/t/vUN6gqccZZnm
If you decide to update, please do it by FTP
– https://forum.tagdiv.com/install-via-ftp/
Check any custom code you might have in the theme panel related to this, or in a child theme. I have just tested the background ad in the version 8 and it is working properly. So it must be something in your case that is interfering with this function.
Thanks
I’ve updated the theme via FTP. I do have a child theme (provided by tagdiv), but activated the parent theme, to bypass any modifications. Also, there is no custom code in the theme panel. I’ve also disabled all the plugins, but had no luck with the background ad link in v8.0.
The link is working fine with the 7.7.1 version and all the plugins and child theme activated.
Hi,
After further investigations it seems that this particular demo tat you have has a problem with the background ad functionality in the latest theme update. I have added the problem on our list, and it will be fixed as soon as possible. As a quick fix I could provide you a code that should make the background ad work, in theme version 8.
Please update the theme and enter this code in the Theme panel->Custom Css
@media (min-width: 1180px) {
.td-magazine.td-boxed-layout #td-outer-wrap {
width:auto;
}}
.td-boxed-layout .td-main-content-wrap {
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.12);
}
I have tested this code and it is working for version 8. We are very sorry for this problem, and any inconvenience this might have caused for you. Please let us know if you still encounter issues in this matter, so we can provide you with a different solution.
Thank you for understanding!