ferranfg
Forum Replies Created
-
Hi @iasexpress
I’ve seen your sample file, and we are not having the same results. Here is a quick video I recorded where you can see I can zoom into the PDF file, and the image doesn’t blur as yours?https://share.cleanshot.com/SC0fJn5f
In this case, I have a few suggestions:
- Instead of editing the file manually, try to upload/install it from this zip:?https://github.com/ferranfg/mpl-publisher/archive/refs/heads/master.zip
- Make sure?you have “iconv” and “fileinfo” PHP extensions enabled on your server. They are pretty?common, but double-check it. If you are?not sure?about this, you should contact your hosting provider.
- I will release a new version of the plugin with this and a few more changes, so you can wait a few days more and download the plugin instead of manually editing it.
Regards.
Hi @iasexpress
Try to replace the first line you edited with this one: https://github.com/ferranfg/mpl-publisher/blob/master/libs/PublisherBase.php#L714
Regards,
Hi @iasexpress
I marked it as resolved?thinking?the first fix would work, and didn’t update the post. I still have it on my pending list.
I’m reopening the issue.
Forum: Plugins
In reply to: [MPL-Publisher — Ebook & Audiobook Creator] Image gallery contentHi @usernamenotfound You can contact me at [email protected] or using the form at https://mpl-publisher.com/blog/contact-us
@jdembowski Thanks. I will emphasize to premium users what support channels and contacts methods they have.
Currently, I’m not aware of an error related to the duplicate and edit feature. I’ve quickly tested it, and it seems to be working (in my case). Make sure you select the duplicated one and not the original one. You can differentiate them with the icon on the left (the icon with the book will be the duplicated one) https://share.cleanshot.com/1q7KWnJR
To convert single posts to PDF, there is a Premium option named “Posts to PDF” that will do exactly this. It will convert the selected posts without all the things related to books (cover, index, etc). https://share.cleanshot.com/BzrjYTrR
Hi,
I understand you have a Table of Contents plugin installed on your website, so disabling this plugin temporarily when creating the PDF should be enough.
Regards,
Hi @iasexpress
Can you share with me the URL of a public post you are trying to generate the ebook? This way I can test faster and check the ebook you are getting. If you prefer to do it privately, my email is [email protected]
I will try to find a spot during next week. I will let you know.
Regards,
Hi @iasexpress
This is a great idea and I will add it into the plugin. Until then, I have a few options:
- If you can edit the plugin’s code, add this line: https://github.com/ferranfg/mpl-publisher/blob/master/libs/PublisherBase.php#L714 If not, I will release a new version in the coming days/weeks with this change.
- The plugin by default uses the same image shown on the post, so you can manually edit the original post to show the full-size image insted of the large size. This way, the plugin will use the full-size image, when creating the ebook.
Regards,
Hi,
If your posts are public, another reason may be “lazy load” plugins that modify image src https://docs.mpl-publisher.com/docs/faq/. If this is not your case, my suggestion would be to try the different options the plugin offers regarding images to see if it makes a difference https://docs.mpl-publisher.com/docs/book-options/book-details/#content-images
If images are still not shown, send me an email to [email protected] with the URL of a post on your site to see if I can find out what’s the problem.
Regards,
Hi @shorel,
Premium formats are generated using MPL-Publisher cloud services in contrast with non-premium formats, which are created locally. This explains the different behavior. Regarding the error, I may have a few suggestions:
- I tried to reproduce the error from my installation, but it seems to be working fine, so the error could be related to your site certificate. I think a way to fix this is to ask your hosting provider to update the CA certificate on their servers.
- If you are using the plugin from a local environment, make sure it’s connected to the internet to allow connecting to the server and does not use a self-signed local invalid certificate. In this case, this could be another reason.
Let me know if I can do something more for you.
Forum: Plugins
In reply to: [MPL-Publisher — Ebook & Audiobook Creator] Audio Book Voice OptionHi @thirdeyeact
I’ve released the version 2.13.0 which should address this issue. Let me know what you think.
Into the “Premium” tab there is a new text field to fill the audiobook name https://share.cleanshot.com/8gX8jn2t
Check this list to get the audiobook name that matches your preferences https://cloud.google.com/text-to-speech/docs/voices
Forum: Plugins
In reply to: [MPL-Publisher — Ebook & Audiobook Creator] Filter ContentHi @baronfrosti, I don’t know if this may explain your issue but, if there is a post checked, it will persist on the list even if you change the filters. This way you can do a first filter, check the posts, do another filter and so on.
Regarding the dates, the plugin uses the “post_date” column, so it may be different from the one you are expecting (maybe modified date?).
Let me know if this explains your issue.
Forum: Plugins
In reply to: [MPL-Publisher — Ebook & Audiobook Creator] Audio Book Voice OptionGreat. I will mark the issue as resolved.
Forum: Plugins
In reply to: [MPL-Publisher — Ebook & Audiobook Creator] Audio Book Voice OptionHi @thirdeyeact
The book voice option sounds great. I will add it to my backlog and include this feature in the next release. I use a third-party service that allows different voices, so it should be feasible.
Regarding the error, I’ve made a change on my server that should address this issue. Can you try again to see if it’s fixed? Thanks.
Forum: Plugins
In reply to: [MPL-Publisher — Ebook & Audiobook Creator] 502 Bad Gateway errorHello @mirrorspirits
The plugin uses an external service (https://about.validator.nu/) for content validation, and they may experience some service errors on their side. As you experienced, unchecking the validation checkbox may be enough to skip this step.
However, the white screen is not something I would expect. I understand you tested with different posts and the same results, so I have a few questions: Does it happen with all formats or just one of them? Do you have access to your debug.log? In this case, do you have an explicit error? Can you try with a test post (just plain text, no images, no link, etc.) to see what happens?
Thanks.