Hello,
I didn’t update to the last version of Newspaper because we weren’t able to fix some issues. One of the original posts is here: https://forum.tagdiv.com/topic/disable-custom-ad-on-desktop-no-longer-working/
I have updated to Newspaper 11 and the problems still persist. I have changed the ads on the homepage because it appears that issue couldn’t be fixed. I still have an issue with icons in lists not aligning correctly. I’m sure this can be fixed with some customer CSS?
An example page: https://mcu-initiative.com/tv/loki/. Before and after update images below:
Before update: https://i.imgur.com/4ubhJXS.png
After update: https://i.imgur.com/vHyfD8f.png
I’m also experiencing a problem where editing or publishing a new page does not work. The button is blue but when I click it, nothing happens. The only way I can publish a page is to disable Newspaper plugins.
Hi,
For me the ad option from them panel are working correctly in Newspaper v11 -> https://i.imgur.com/vVTwMiz.png -> https://i.imgur.com/h4jPmst.jpg -> https://i.imgur.com/UTlznFg.jpg
Yes that problem with icons can be fixed by adding this code -> https://i.imgur.com/9NQeYTG.jpg
body .tdm_block_list .tdm-list-item i {
float: none;
}
For the problem with publishing, did you made aa test using only tagDiv plugins? Is possible to have a plugin conflict. Also if you use a child theme, please disable it and make a test again.
Let me know the results!
Thank you!
Hi Calin,
Thanks for the CSS code. That fixed the alignment on the icons.
The potential plugin issue I will have to test on a copy of the site. I’ll come back to you once I have done some testing.
The ad issue isn’t resolved for me. Custom ad 2 is set to only display on mobile: https://i.imgur.com/EbB4FR1.png. In the editor, I choose custom ad 2 in the position required: https://i.imgur.com/0jE0XBu.png. On desktop the ad shows when it shouldn’t: https://i.imgur.com/H6WD9dt.png and it also breaks the alignment of existing ad units: https://i.imgur.com/9ynoNRz.png
The last issue I have is that the background ad is no longer clickable. The URL is included but nothing happens.
Hi,
For the problem with ads we need to make some investigations, there must be something there since for me is working and for you isn’t. For this please contact us at contact@tagdiv.com provide wp-admin and include the link of this conversation, also please make a full backup for your understand.
Also for background ads, please add this custom css in theme panel
.td-boxed-layout #td-outer-wrap {
max-width: 100%;
}
body.td-background-link .td-container-wrap {
cursor: auto;
width: 1164px;
}
This will fix the background and it will work again.
Let me know the results!