• Resolved Marty Parker

    (@martyparker9745)


    Hi, Kevin,

    Just this one more question today.

    I’m getting two variations on the page number and page controls in the header of the PDF Pro viewer. Some have the curved up and curved down arrows for navigation and show the page number as nn of xx.

    Some other times, the header does not show the arrows, but only a box with the current page number (of xx) where the user can change the number to go to another page.

    We MUCH prefer the two arrows format, as that will be much better for our user community. How to we assure this is always displayed? Perhaps this is a function of how headers and footers are formatted in the PDF?

    Please advise, as we are confident you know the answer.

    And thanks again for this sweet solution!

    Best regards,

    Marty

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Kevin Bazira

    (@kevinbazira)

    Hi Marty!

    Thank you for using the Algori PDF Viewer.

    The feature you require is very custom and it will need you to edit a plugin file which is usually not recommended because you will have to do this whenever this plugin is upgraded.

    If you’d like to proceed, please go to your *WordPress Dashboard > Plugins > Plugin Editor* and use the plugin editor screen shown in the image below to add this code snippet

    
    <script>document.querySelector('.splitToolbarButton.hiddenSmallView').classList.remove("hiddenSmallView");</script>
    

    right before closing </body> in the ~/dist/web/viewer.html file then click the “Update File” button to save your changes.

    algori pdf viewer

    Hope this helps.

    Cheers!

    Thread Starter Marty Parker

    (@martyparker9745)

    Hi, Kevin,

    Sure appreciate your excellent, illustrated, response. Really great support.

    With appreciation for this fine Plugin and your skillful role,

    Best regards,

    Marty

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Page Number and Control Fomatting’ is closed to new replies.