Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Print & PDF by PrintFriendly

    (@printfriendly)

    The site is using elementor and on the pages which have content missing, it is picking up the content based on elementor rules.

    Will it be possible for you to add some html code we provide to the <body> of your theme to fix this? The code will not change your site visually as it is hidden by default and contains only configuration options

    Thread Starter phills.b

    (@phillsb)

    Thanks for your quick answer.
    Yes, of course … please send me the code.

    The output of the posts/recipes is based on one Elementor template. How come the print preview is different?

    Thanks a lot in advance!

    Plugin Author Print & PDF by PrintFriendly

    (@printfriendly)

    Paste this just after your <body> tag i.e right at the beginning.

    <printfriendly-options style="display-none" data-content="contentSelectors=section.elementor-section-content-top" ></printfriendly-options>

    Since printfriendly caches the page and result for sometime, you can enable the Pro trial to quickly preview this. The pro trial will take up to an hour to kick in.

    As you can see I am specifying the CSS selector for the content. If you have other types of pages, more selectors might need to be added. They are comma separated.
    Ex.

    <printfriendly-options style="display-none" data-content="contentSelectors=section.elementor-section-content-top,div.main-content" ></printfriendly-options>

    Thread Starter phills.b

    (@phillsb)

    Thank you, it works fine now! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Parts of content missing (on some posts)’ is closed to new replies.