I don’t know if this was introduced from NP12.6.5 or NP12.6.6, but now my site prints the top logo 2 times; the site display correctly when just viewing (which is why I may have missed the problem).
The top most logo is shrunk (almost looks like the size of the mobile logo), then the properly sized logo is immediately below it (seen when the page is printed)
Thank you for the assistance!
-
This topic was modified 2 years by
marcusdoc.
No, the settings in that area are left blank.
-
This reply was modified 2 years by
marcusdoc.
Hello,
Please set this code https://pastebin.com/BaLhwWgn in the code in Theme panel>Custom code>Custom css
Thank you!
With each instance of new CSS code that was provided, the code was inserted as per instructions, tested, reported on this thread, then removed as it was not functioning properly.
I will re-insert your last recommended code so that you can validate yourself that it is not working properly.
How do I rectify this problem?
Thank you.
Hello!
We would like to investigate this issue.
Please contact us via email at contact@tagdiv.com and provide the following:
– admin url and credentials
– a link to this topic in order to identify you
Thank you!
— email response from TagDiv Support —
Hello,
Sorry for the delay.
Indeed, after many investigations, it seems there is some issue. To provide a solution until this issue is resolved, I created mobile pages and mobile templates, so please check now.
Thank you,
Anamaria
— end of email —
There were still issues with the mobile page printing and I had difficulty identifying what exactly was changed so I restored the website.
In LiveCSS, I added the following code:
@media print {
.tdb-logo-text-wrap {
display: none !important;
}
body {
margin-left: auto;
margin-right: auto;
}
}
by adding the !important flag it places the CSS at a higher priority and thus it actually works !!!
Result:
Desktop printing: perfect
Mobile printing: it still wants to print the background header image … how do I hide that image (I can’t find the CSS name)?
I also tried placing the new working CSS within Newspaper’s
Theme Panel – Custom Code – Custom CSS
however, the !important flag was flagged by the panel and the end result did not work
There is still an issue:
1) mobile printing still prints the background header image … how do I hide this?
other thing for the devs to consider:
a) why did I have to invoke the !important flag; what other CSS preventing this from normally occurring without the !important flag
