I have an issue with my Print preview (Ctrl + P from internet browser e.g. Chrome). I would like to get rid of the “<URL address>” that appears next to hyperlinks in the blog post/page.
I checked in with WordPress support, but was told that this is an issue with the Theme.
Thank you.
Best regards
P
I’ve searched both forum and web for a way to call a function when the user prints a page or opens the print dialogue or a print preview, respectively. I wasn’t able to find out whether this is possible at all and if yes, how to do it. Can you please help?
Thanks and best regards
Anders
]]>I have a use case that could be much improved if BP Docs could be printed nicely by generating a “text only” window for printing.
Dang business office still needs paper copies!!! Erg!!!
The user is a tribal college in Montana, which doesn’t have money for dev, unfortunately.
So I’m pleading poverty.
]]>Many many thanks.
]]>I set several columns to be visible. Everything is OK until I click PRINT button. So in the preview I saw that there is two extra columns.
I suppose that it is a bug. Can you fix it?
Thanks!
https://www.ads-software.com/plugins/wc-product-customer-list/
]]>@media not screen {
.su-accordion > *{display:block !important;}
}
Looking at the code that is displayed on my site I think it is the style=”display:none” element hard coded into the HTML that is stopping the above CSS code from working:
<div class="su-accordion">
<div class="su-spoiler su-spoiler-style-default su-spoiler-icon-plus-circle su-spoiler-closed"><div class="su-spoiler-title"><span class="su-spoiler-icon"></span>Spoiler title</div><div class="su-spoiler-content su-clearfix" style="display:none"> Spoiler content </div></div>
</div>
Is there a way to force ALL content held inside any accordion shortcode to be visible in Print Preview mode?
https://www.ads-software.com/plugins/shortcodes-ultimate/
]]>How do I create the additional single post page?
]]>this cell is while. It works fine, when displayed in the post. But when I see it in print preview, then it doesnt show the
black background of the cell, rather it shows it white and shows the text in the cell as black.
I have also created a print.css file and have included in the header file. I have created the print.css file and have put in
following entry in it:
@media print {
body { background:white; color:black; margin:0 }
#header {display:none }
#content {display:block
margin-left:0;
float:none;
width:auto }
td.test1{
border-top:solid windowtext 1.0pt;
border-left:none;
border-bottom:solid windowtext 1.5pt;
border-right:solid white 1.0pt;
background:black;
padding:0in 5.4pt 0in 5.4pt;
font-size:10.0pt;
font-family:Arial;
color:white;
}
please help.
regards.
]]>