• Resolved cr-art

    (@cr-art)


    Hello Michael,

    I love your plugin. Thank you so much.

    Yet I stumbled upon a small problem, because the post title is not printed in the PDF although I have chasen this option.

    My blog is part of a multisite. Could that cause this problem?

    Thank you in advance for any help you can give me.

    Greetings,

    Christine

    The page I need help with: [log in to see the link]

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

    (@cr-art)

    Rehi Michael,

    I immediately installed the new version you recomended in my shortcode question hoping it would solve this problem too, but unfortunately it didn’t.

    Plugin Author Michael Nelson

    (@mnelson4)

    No I hadn’t gotten around to looking at this issue yet.

    I see the CSS file https://initiative-kao.de/wp-content/et-cache/1/1/1711/et-core-unified-1711-15959654033142.min.css has this CSS in it:

    
    .header-top, .header-middle, .entry-title, .header-bottom-slots, .section-head, .johannes-content-alt, .section-head-alt, .section-head-alt-page {
        display: none !important;
    }
    

    Which is making the <h1 class="entry-title"> not get displayed. I think that is some custom CSS. I would recommend adding a line under it like this:

    
    .pmb-posts .entry-title {
        display: block !important;
    }
    

    So the title gets displayed in printouts, but your main site’s CSS would remain unaffected.

    Does that make sense?

    Thread Starter cr-art

    (@cr-art)

    It does make sense, Michael.
    Better yet it worked!

    Thank you so much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Title of Post doesn’t show on PDF’ is closed to new replies.