Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter deelink

    (@deelink)

    Thanks 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.

    Thread Starter deelink

    (@deelink)

    Thanks 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!

    Thread Starter deelink

    (@deelink)

    @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 ??

Viewing 3 replies - 1 through 3 (of 3 total)