Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor danlester

    (@danlester)

    I’m afraid the whole ‘experience’ is provided as a service by Google and there is no way I know of to ask them to change the way the toolbar works.

    Sorry, but I hope that explains the situation!

    You might want to try another plugin I maintain, PDF Embedder, since that offers a simpler experience for the viewer, only giving next/prev page buttons and a zoom feature… It’s a different approach compared to the GDE plugin, but maybe you’ll prefer it.

    Thanks,

    Dan

    Thread Starter Steel_Toe_Boots

    (@steel_toe_boots)

    I do use PDF Embedder normally. I just had one document where the embedded links needed to be active, so I figured this plugin and css with display:none set for the button’s div ids might work, but not quite. Oh, well.

    Thanks for the response and your hard work on these plugins!

    Plugin Contributor danlester

    (@danlester)

    Thank you for your encouragement!

    Sorry we haven’t quite got the solution you need yet… Adding active links to PDF Embedder is something we hope to do in the future, but I can’t offer a timeline right now I’m afraid.

    Dan

    I have just started using your pdf embedder. Great!
    But is there a way to permanently hide the page/zoom buttons for a particular document?

    Plugin Contributor danlester

    (@danlester)

    There’s no built-in way to do that, but you may be able to hide the toolbar by adding some CSS to your theme’s style.css file. Maybe some thing like this:

    div.pdfemb-toolbar {
    display: none !important;
    }

    Perhaps ask your web designer to help if you’re not sure!

    Thanks,

    Dan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove Pop-Out Button’ is closed to new replies.