ferranfg
Forum Replies Created
-
Forum: Plugins
In reply to: [MPL-Publisher — Ebook & Audiobook Creator] CSS Overrides Not WorkingHi @gahb
The CSS for the PDF is working correctly. You can verify this by adding something simple like:
body { color: red !important }As shown in this screenshot: https://share.cleanshot.com/SsBk1Sxk and you’ll see the style applied in the generated book.
Regarding your question, the best approach is to start with small adjustments and build from there. The generated book uses basic HTML tags (h1, h2, p, etc.), so you can target those elements directly with your custom styles.
You can also use the default theme as a starting point and modify it based on your needs:
https://github.com/ferranfg/mpl-publisher/blob/master/assets/css/theme-default.cssHi @gahb
I’m closing this issue as duplicated and reply on the original issue https://ww.wp.xz.cn/support/topic/css-overrides-not-working-2/
Forum: Plugins
In reply to: [MPL-Publisher — Ebook & Audiobook Creator] video embedsHi @pbravin,
I’m sorry, but no, this plugin doesn’t support embedding videos.
The main reason is that not all EPUB readers or formats support video or other interactive media, so including them could cause compatibility issues or broken embeds in many cases.
As a workaround, you can insert an image with a video thumbnail and link it to the YouTube video. It’s not quite the same as embedding, but it provides a similar and often adequate experience for readers.
Forum: Plugins
In reply to: [MPL-Publisher — Ebook & Audiobook Creator] CSS Overrides Not WorkingHi @gahb
The CSS option only affects the design of the generated EPUB or PDF files. It doesn’t apply to the public website or interact with the WP Twenty Twenty-Three theme.
You can visit the plugin docs to know more about how it works https://docs.mpl-publisher.com/docs/book-options/book-details/#design
Forum: Plugins
In reply to: [MPL-Publisher — Ebook & Audiobook Creator] Filter does not filterHi @picaruco
Posts that are checked will always have priority over the filters. This means if a post is checked, it will appear on the list even if it doesn’t match your current filter criteria. To ensure the filter works as expected, please uncheck all posts before applying the filter.
Let me know if that resolves the issue!
Hi @steheap,
From my experience, EPUB is the best output format. It’s easy to edit after generation, and tools like EPUB Checker and Calibre work well alongside my plugin once the file is created. In contrast, Word format is much more complex, which makes it harder for the plugin to generate a valid file.
If I’m not mistaken, the error message you’re seeing comes from the content validation service. You’re likely using the “Embed Images” option under the “Design” tab, which can result in a file that’s too large for the third-party validator to handle. To resolve this, you can either disable the “Validate content before download” checkbox or adjust the “Content Images” settings for a different option.
Best regards,
Forum: Reviews
In reply to: [MPL-Publisher — Ebook & Audiobook Creator] DissapointedHi @rickjdavies
If you are still interested, I’ve release the 2.19.0 version which addresses the support for selecting and sorting multiple chapters simultaneously. Let me know what you think and if it improves your experience.
Regards,
Forum: Plugins
In reply to: [MPL-Publisher — Ebook & Audiobook Creator] Where is the download locationHi @steheap
When you click Download, your browser should automatically begin downloading the file, which will typically be saved to your computer’s Downloads folder. If this isn’t happening, something unusual might be interfering.
Based on reports from other users, the issue could be caused by a plugin conflict. To test this, please try the following:
- Temporarily deactivate all other plugins on your site, leaving only MPL-Publisher active.
- Test the download functionality again.
- If it works correctly, reactivate your other plugins one by one, testing after each activation. This will help identify if another plugin is causing the conflict.
If the issue persists even with only MPL-Publisher active, please let me know—we’ll dig deeper to find another solution.
Forum: Plugins
In reply to: [MPL-Publisher — Ebook & Audiobook Creator] Change sizeHi @mauricevdh
Sorry, but commercial support is not allowed on the WordPress forums.
https://ww.wp.xz.cn/support/topic/mpl-publisher-premium-users/Regards,
Forum: Plugins
In reply to: [MPL-Publisher — Ebook & Audiobook Creator] Big PicturesHi @istok
Check https://share.cleanshot.com/51XRlVTc
You can show the featured image in your post enabling the “Post featured image” setting (red box). Also the “Content images” setting is important for this one (blue box). Play with the different values until you find the one that works best for your needs.
Regards,
Forum: Plugins
In reply to: [MPL-Publisher — Ebook & Audiobook Creator] Big PicturesHi @istok,
My suggestion would be to use custom CSS to adjust the image appearance. You can find the Custom CSS section under the Design tab in the plugin settings.
For more details on how this works, please refer to the documentation here: https://docs.mpl-publisher.com/docs/book-options/book-details/#custom-css
You’ll need to add a CSS rule to set the image size/position according to your preferences.
Best regards,
Forum: Reviews
In reply to: [MPL-Publisher — Ebook & Audiobook Creator] DissapointedHi @rickjdavies, thanks for your review.
Those are great features to consider. Users have different needs, so it’s always helpful to hear about the challenges you encounter with my plugin.
I’ll work on these issues and let you know once they’re fixed.
Forum: Plugins
In reply to: [MPL-Publisher — Ebook & Audiobook Creator] AudioHi @henrikdam
With our plugin, you need to create separate files. You can export your book as an EPUB for text and as an MP3 for audio. The audio is not included in the EPUB file
Regards,
Forum: Plugins
In reply to: [MPL-Publisher — Ebook & Audiobook Creator] Table of content in EbookHello @falken62
The table of contents in an EPUB file is managed by the reader itself. This means there isn’t a specific page dedicated to the index, and its appearance may vary depending on the reading software.
On the technical side, the plugin generates an NCX file, which each reader processes according to its own specifications.
Regards,