Hi,
I’m having an issue with the background colour under the text in the footer which is showing black and not matching the rest of the footer. Despite meticulously going through all the settings I can’t correct the issue.
Secondly, I seem to be having an issue with the footer ad not displaying at all?
I have the ad code in the footer placed correctly.
Hello ScubaDiverMag,
Please provide your website URL so I can take a closer look at it. Also, the Ad Code for the Footer Top should have to be placed here -> https://www.screencast.com/t/Z8Uz11IGbV
Thanks for your understanding!
Hi,
I could give you a code to make the titles in the footer have the same background color
– https://www.screencast.com/t/euNPTTx7HYk
.td-footer-wrapper div .td_block_template_3 .td-block-title > * {
background-color: #222222;
}
Regarding the ad, make sure the code used is valid, test it in a different ad spot and see if it is displayed
– https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Thanks
Hi Catalin,
Here is the URL https://www.scubadivermag.com
Also the ad code has already been placed where you mentioned but it’s not showing. I’m using the same code for the header ad which is showing correctly.
Ad code still not functioning properly, here it is in the head and the foot. The head works the foot doesn’t. I’ve tried running in just the footer but that didn’t work either.
With the footer, is there a way of changing the popular posts in the footer to display the last 7 days?
Hi,
Enter this code in Theme panel->Custom CSS section and the ad should be visible
– https://www.screencast.com/t/mqFtO4oJHgh
.td-a-rec-id-footer_top {
display: block;
}
That is a predefined footer template, the blocks in the template cannot be edited. You could select style 3 for example which is similar. Add the widgets you want, configured the way you want in the footer sections.
Thanks