Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Michael Nelson

    (@mnelson4)

    Hi @acincyguy, nice to hear from you again!

    Sorry, I’m not sure what option you’re referring to. I can’t think of any mobile-aware options for PMB now, or in the past. Maybe that’s an option for another plugin that adds print buttons?
    From my testing, PMB works OK on my mobile phone (an iPhone, but the PDFs it generates don’t include hyperlinks is all. Otherwise they’re ok.)

    What is it you were hoping to do?

    Thread Starter acincyguy

    (@acincyguy)

    It was a box you could check if you did not want the buttons to appear on mobile.

    Plugin Author Michael Nelson

    (@mnelson4)

    Yeah sorry that’s not an option in Print My Blog.
    However, you can add a bit of custom CSS to your theme to hide print buttons on small screens. Here’s how:

    1. Go to wp-admin on your website
    2. On the left, under “Appearance”, click “Customize”
    3. On the left, under Additional CSS” add the the following code:

    
    @media screen and (max-width:800px){
    	.pmb-print-this-page{
    		display:none;
    	}
    }
    

    Does that help?

    Plugin Author Michael Nelson

    (@mnelson4)

    Closing this issue because of inactivity. Feel free to reopen if there’s more to discuss. Sorry I either can’t think of the feature you were thinking of (or maybe you’re remembering a feature from a different plugin?) FYI you can actually look over all the changes to PMB on the GitHub commit log although it’s admittedly super tedious.

    Anyways, I hope the above code-snippet was a good substitution.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Block on Mobile’ is closed to new replies.