• Resolved richard

    (@rich_smc)


    Hi,

    Very nice plugin, thanks

    But I have tried to place the [printfriendly] into the top bar of the theme i have (Envision theme) – but no matter what, the [printfriendly] breaks the line; so the top bar icon goes below. I cannot change it, very the life of me – is there any tips about this? thanks

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

    (@printfriendly)

    This is probably because the button is wrapped in <div>. It should have a class printfriendly by default. You can add the following to your template
    <style>div.printfriendly {display: inline;} to force it to display inline.

    Thread Starter richard

    (@rich_smc)

    thank you for the effect.

    Can you just explain it further – im using Envision Theme. I tried to edit your plugin to alter the:

    “Add direct to template”

    <?php if(function_exists(‘pf_show_link’)){echo pf_show_link();} ?>
    Too:
    <style>div.printfriendly {display: inline;}

    But i cannot alter it? As soon as i saved, it goes back to original?

    Envision theme, i cannot seem to edit any code or header styles with <style>div.printfriendly {display: inline;} anywhere for now, just not possible?

    Thanks

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

The topic ‘Top Bar, break?’ is closed to new replies.