• Resolved acincyguy

    (@acincyguy)


    The print now version allows customization of what is printed. How do you customize what a visitor is printing? Duplicating the print now customization in settings to allow customization of the visitor version would work.

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

    (@mnelson4)

    Hi again @acincyguy, I see so you’d probably want all the same settings. Yeah that would be good.
    I’m currently working on something for the pro version, and hope to get to this after (like in the next month or so).
    If you know which settings you want to change though (E.g. maybe you want to remove the site tag line, and you want full size images, etc), I can make a code snippet you can use to make the modifications you want.

    Plugin Author Michael Nelson

    (@mnelson4)

    Hey @acincyguy, I’ve got a version in the works that lets you set all the same print options, but for the frontend print buttons. Please let me know if you’d be willing to test it.

    Plugin Author Michael Nelson

    (@mnelson4)

    Ok the version I was referring to has been released, so I think that does what you’re asking. Let me know if you have further suggestions.

    Take care @acincyguy !

    Thread Starter acincyguy

    (@acincyguy)

    Michael:

    I had to deactivate the plugin after the latest update because I got the following message, Warning: array_replace_recursive(): Expected parameter 2 to be an array, bool given in /home/academ75/public_html/wp-content/plugins/print-my-blog/src/PrintMyBlog/domain/FrontendPrintSettings.php on line 297.

    What needs to be done to fix this?

    Plugin Author Michael Nelson

    (@mnelson4)

    Hi @acincyguy, thanks for letting me know about the warning. I’m not sure how you got it, but having the exact error helped me find a solution. Version 2.7.1 has a fix for it.
    Let me know if you spot anything else!
    Take care.

    Thread Starter acincyguy

    (@acincyguy)

    The new version fixed the error message, but now it will not go past Initializing.

    Plugin Author Michael Nelson

    (@mnelson4)

    Hi @acincyguy, thanks for confirming the warning went away. What’s the URL of the page where you’re getting stuck on “initializing…”?

    Thread Starter acincyguy

    (@acincyguy)

    It’s stuck on every page.

    Plugin Author Michael Nelson

    (@mnelson4)

    Thanks, that’s a bit helpful. But can you please tell me on which web site you’re having the issue? That way I can see it happening and diagnose what the error is.

    Thread Starter acincyguy

    (@acincyguy)

    Michael:

    The initializing is now working, but the page is all jumbled, see https://academyofbusinesstraining.com/accounts-receivable-training/.

    Thread Starter acincyguy

    (@acincyguy)

    Michael:

    I had an incorrect setting. It’s working fine now. Thanks so much for helping.

    Mark

    Plugin Author Michael Nelson

    (@mnelson4)

    Ok great to hear you figured it out. But if you had trouble I bet others have had that same problem too, so it would still be good to know what the problem was that you had so I can prevents others from having it too.

    But if not, no worries. Take care!

    Plugin Author Michael Nelson

    (@mnelson4)

    Oh @acincyguy, ya I see the Elementor columns on that page don’t look great. You could make the content all be a single column just when printed by adding the following CSS to your theme:

    
    .pmb-posts .elementor-row{
        display:block;
    }
    .pmb-posts .elementor-column{
        width:100%;
    }
    

    Personally I think that’s better but you might feel otherwise.

    Thread Starter acincyguy

    (@acincyguy)

    Michael:

    Concerning the initial issue, in the settings under columns, it says, “The number of columns of text on each page.” I took that to mean the number of columns on my page so I set it to 3 which then gave me 6 columns. I did not realize at the time that’s what had occurred so it looked jumbled up to me. When I reset it to 1 column, it was fine.

    I applied the CSS code you suggested, and now it looks great! Thank you so much.

    Do you do freelance work? I have some other issues I could use some help with.

    Plugin Author Michael Nelson

    (@mnelson4)

    Ahhh ya I follow now. Ya it looked pretty terrible with 3 columns each with 3 columns!

    I’m glad to hear it’s working well for you.

    I’m not currently set up for freelancing work, but if you reach out to me on my website I’d be happy to make some recommendations.

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

The topic ‘Print now version customization.’ is closed to new replies.