binarystash01
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Booklet] open/closedhand.cur not visibleHi,
This has been fixed on version 1.0.7. Additional CSS is unnecessary.
Thanks!
Forum: Plugins
In reply to: [WP Booklet] Black Background?Hi,
Place it on your theme’s style.css.
Thanks!
Forum: Plugins
In reply to: [WP Booklet] Black Background?You can add the following to your style.css
.wp-booklet-default .b-wrap-left, .wp-booklet-default .b-wrap-right { background:black !important }
Thanks!
Forum: Plugins
In reply to: [WP Booklet] Remove the border aroundHi,
This will be fixed on the next version.
Thanks!
Forum: Plugins
In reply to: [WP Booklet] Page SoundHi,
This feature will be considered on the next release.
Thanks!
Forum: Plugins
In reply to: [WP Booklet] After upload PDF only white imagesI suspect ‘exec()’ is disabled by your hosting provider. The plugin will be updated to include this test as well.
Thanks for reporting the bug.
Forum: Plugins
In reply to: [WP Booklet] After upload PDF only white imagesHi,
Just to rule out file incompatibilities, will this file (https://dejavu.sourceforge.net/samples/DejaVuSans-BoldOblique.pdf) produce the same issue?
Thanks!
Forum: Plugins
In reply to: [WP Booklet] Remove the border aroundYou may use this.
.wp-booklet-container-default{ margin:auto }
Forum: Plugins
In reply to: [WP Booklet] 2 feature requestsThe shadow is only visible when you flip the page. If you have plain white images, they’re more obvious.
Thanks!
Forum: Plugins
In reply to: [WP Booklet] Remove the border aroundThe border is actually the padding. WP Booklet 1.0.6 now allows you to modify padding size under booklet properties.
Thanks!
Forum: Plugins
In reply to: [WP Booklet] 2 feature requestsShadow.png becomes visible as you flip the page.
Forum: Plugins
In reply to: [WP Booklet] Center book, when starting closedPDF upload and booklet auto-centering features are now available on WP Booklet 1.0.6.
Forum: Plugins
In reply to: [WP Booklet] open/closedhand.cur not visiblejQuery Draggable overrides those settings. You can fix the problem by changing the lines to the following.
/* Overlay Controls */ .booklet .b-grab {cursor: url("myimage.cur"), default; !important} .booklet .b-grabbing {cursor: url("myimage2.cur"), default; !important}
Please use your own css file. Don’t edit jquery.booklet.latest.css in the plugin’s folder as your changes will be lost when the plugin is updated.
Thanks!
Forum: Plugins
In reply to: [WP Booklet] Center book, when starting closedThis request will be reviewed.
Thanks!
Forum: Plugins
In reply to: [WP Booklet] 2 feature requestsHi,
Your requests will be reviewed and may be implemented on the next version.
As for number 2, this plugin uses jQuery Booklet’s default theme (https://builtbywill.com/code/booklet/)
Thanks!