Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help with the next page button? #43

Open
webservant316 opened this issue Oct 9, 2020 · 2 comments
Open

Help with the next page button? #43

webservant316 opened this issue Oct 9, 2020 · 2 comments

Comments

@webservant316
Copy link

Hello and thanks for Futurepress. I use this wonderful tool on my Bible website.

One improvement I would like to make. When the index is open the panel expands on the left. However, when it does so it pushes the next page button off the right hand of the screen. Anyway to fix this? Do I need to change some css? Or does something need to be fixed in Futurepress? I would like the be able to have the index open with both the next and previous page buttons also available.

See this example,

http://www.aionianbible.org/epub/Holy-Bible---English---Aionian-Bible---Aionian-Edition

Thanks for any help,

Jeff

@webservant316
Copy link
Author

any help?

@webservant316
Copy link
Author

Figured out the solution after much research. I need to set 'sidebarReflow' to true. It defaults to false on initialization. My ePub start up line looks like....

window.reader = ePubReader("my.epub", { 'restore': true, 'sidebarReflow': true } );

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant