binarystash01
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Booklet] view 1 page at a time – NOT spreadsHi jgevanz,
This feature is currently unsupported.
Thanks!
Forum: Plugins
In reply to: [WP Booklet] An unknown error occurredHi agunda,
Please send me a screenshot of your settings page.
Thanks!
Forum: Plugins
In reply to: [WP Booklet] Processing PDF keep this window openHi skylo,
A 10-page PDF file normally takes less than minute.
Your server must have timed out while converting the PDF file. Please check with your hosting provider.
Thanks!
Forum: Plugins
In reply to: [WP Booklet] 100% width and height of bookletHi,
The code that handles responsiveness is located at/wp-content/plugins/wp-booklet/includes/booklet/booklet.php lines 140-144. This block is automatically called on browser resize.
Line 140: Gets the width of the content area.
Line 142: Change the width of booklet (excluding arrows and thumbnails)
Line 143: Change the height of booklet (excluding arrows and thumbnails)
Line 144: Change the width of the thumbnailsSince the plugin uses jQuery Booklet, you may also refer to http://builtbywill.com/code/booklet/documentation for more info.
I plan to release an update not later than the end of this month.
Thanks!
Forum: Plugins
In reply to: [WP Booklet] Unknown error when uploading a PDFHi,
If there was an error during PDF upload, there should be a popup that displays something like “Command exited with error code: <error_code>”. What is the error code?
Thanks!
Forum: Plugins
In reply to: [WP Booklet] 100% width and height of bookletHi,
The booklet resizes based on the width of the container, not its height. The ability to resize according to the height of the container will be added to the next version.
Thanks!
Forum: Plugins
In reply to: [WP Booklet] 100% width and height of bookletHi,
1. Yes, the booklet appears cropped because #cboxContent has a fixed height. The booklet loads correctly at http://www.kenmerkonline.nl/lesmateriaal/docentenhandleiding-slager-in-de-klas?width=&height=
2. The Javascript error will be corrected on the next version.
Thanks!
Forum: Plugins
In reply to: [WP Booklet] 100% width and height of bookletHi,
The actual size of your images is 724×1024 pixels. Have you tried inputting that into the booklet properties?
Thanks!
Forum: Plugins
In reply to: [WP Booklet] Increase default width/heightThe booklet adjusts itself based on the width of your content area, not the width of your screen. It uses the booklet properties to determine the correct proportion when resizing.
Your content area is 1000px and the booklet including the navigation arrows automatically fits itself within it. See http://goo.gl/9pe6Sw. Try shrinking your window too.
Thanks!
Forum: Plugins
In reply to: [WP Booklet] Increase default width/heightThe booklet resizes according to your content area width and the “width/height” fields in the content editor. Do you mean giving the booklet fixed dimensions?
Forum: Plugins
In reply to: [WP Booklet] Smaller Navigation ArrowsHi,
The arrows will be made responsive on the next version.
Thanks!
Forum: Plugins
In reply to: [WP Booklet] Drop shadowForum: Plugins
In reply to: [WP Booklet] Drop shadowHi,
It is currently not possible to add shadows around the book. However, you can add background to pages so they don’t appear blank.
The following should make empty pages gray.
.wp-booklet-container-default .page { background:gray }Forum: Plugins
In reply to: [WP Booklet] Increase default width/heightHi,
I assume you want to enlarge the booklet. In this case, you either have to increase your site’s content area or open the booklet in a separate window.
Thanks!
Forum: Reviews
In reply to: [WP Booklet] SelectionHi,
The settings page is corrected in version 1.1.5.
Thanks!