deelink
Forum Replies Created
-
Forum: Plugins
In reply to: [Print-O-Matic] Menu still prints when targeting no print classThanks again for the follow-up!
This still happens in Firefox, incognito browsers, and I’ve cleared the website server cache in addition to my local. Can also confirm the client on a different machine and IP address is experiencing the same; no menu printed from Safari on iPad, but menu prints on all desktop browsers.
To see if the browser was taking in the CSS at all, I added “visibility: hidden;” and it removes the menu content from being displayed, but leaves the same white space it would have taken up in the print. I’m not sure why “display: none;” isn’t working.
Forum: Plugins
In reply to: [Print-O-Matic] Menu still prints when targeting no print classThanks so much for your response! So we ended up implementing the following:
@media print { #sfm-sidebar, .x-navbar, img { display: none !important; } }And we can confirm that the image within the article no longer displays on print, but from both Google and Safari desktop browsers, the menu still displays in print. However, on iPad/Safari, the menu is NOT being printed.
I am confuzzled!
Forum: Plugins
In reply to: [Default Featured Image] Can this work with Divi Theme?@janwoostendorp No thank you, we opted not to use the plugin as it didn’t fit our needs. Very much appreciate the follow-up though 🙂