Solved the issue. If someone faces the same problem, the conflict was because I used the same Ad inventory inside the post body when in mobile and in the sidebar when in desktop. That seems to be responsible for the trouble.
Just created a new inventory in DFP and it worked fine.
Thanks for your assistance.
Hi Andrei. I see what you see, but I´m very confused here. The same Ad code, in the same widget, in the same sidebar works on pages but not in posts. It doesn´t seem an ad server problem but a template or DFP plugin problem. That´s my chain.
Any clues on this?
Thanks!
Hi. I´m also facing issues with ads.
All ads display correctly except the sidebar ads in single posts. The strange thing is that the sidebar is the same I use in the main page, where it works correctly.
I doesn´t seem a cache problem because header and article bottom ads are showing correctly in single posts.
Please help!!
I can´t access either. I´ll try to ask bitnami if they can help.
Thanks!
Perfect. Thanks!!!!
Sorry, forgot to paste it. Here it goes
I solved the B point with this code:
.td-header-sp-logo img {
margin: 0px;
}
Only missing the A point.
OK
I inserted the cutsom code:
.td-header-style-1 .td-header-sp-logo {
margin-left:0;
}
Nowe I get the logo to the left, but the Ad is also trimmed left, and I want to keep it to the right margin.
What can I do?
Thanks!
Hi. Thanks for your answer and congrats for the theme, it´s great.
I found that I hadn´t updated the DFP master tag in the header, so that didn´t match the Ad´s tags in the control panel.
Thanks!
Solved it thanks.
If anyone needs to know, I did it like this:
Insert this code in Custom CSS and the theme panel.
.td-social-wrap .td_mod_wrap {
margin-bottom: 1px;
text-align: left;
line-height: 11px;
}