docolli
Forum Replies Created
-
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] PDFs are missing the pictures from postsThank you for fixing it on your side.
I am familiar with template editing and I have already implemented the class “print-only” for the IMG-Tag. Now it works!
Good support!
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] PDFs are missing the pictures from postsJavascript is not used. I have now saved the sourcecode of one of our posts and put it into the root of our webspace.
Link: https://www.faustball-biberach.de/Test_1.html
If I use this link with the service on your webpage I still do not get the picture. See here: https://www.printfriendly.com/p/g/3dEhRWI then started to simplify the source code, you can see the tests named “/Test_2.html” until Test_10.html. Some worked, some don’t but I don’t see a clear cause for it.
My interpretation is now, since it has worked fine until October, that you have changed something, that now our posts are detected to be only valid for the PRO version… That is very sad. We are a small sports club and don’t have the budget to buy the Pro Version. We have just used you free service to get PDF pages from our posts to make a small club magazine (see here: https://www.faustball-biberach.de/faustball-report/).
I hope you find a solution, that our posts still can get converted to PDF with the free version.
- This reply was modified 6 years, 5 months ago by docolli.
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] PDFs are missing the pictures from postsJust tested your service on my own private homepage (also WP5.3, but different theme) with the same result. Pictures on my posts are misssing for some reason.
https://www.docollipics.de/2019-biberach-schuetzenfest-historischer-festzug-dienstag/
https://www.printfriendly.com/p/g/3pi2mRI noticed on the html code, that the pages are using the srcset attribute on the images, while the posts only have the src atrribute. Maybe your service is no longer looking at the src attribute of img-tags?
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] PDFs are missing the pictures from postsThanks for the reply.
Please try one of our posts like this
https://www.faustball-biberach.de/2019/11/22/u14-weiblich-mannschaften-fahren-nach-calw-wimberg/
https://www.printfriendly.com/p/g/z53WruYou’ll see that our posts all have the PrintFriendlyButtons inlcuded.
Check “Audience” -> “Manage Lists”. There should be at least one list.
Then check your Form, you should have checked at least one list.
Also check your campaign for the list selected.With Lists you can manage several subscribtions forms and where the subscribers are put on which list. Then you can use this to select for which list, which action (e.g. sending of blog post notifications) is taken.
If you have only one form for one action, you only need one list.
@gnuyork : German translations are finished and should be available via WordPress localization update.
Currently only Czech, Great Britain and Netherland translations are available as files under wp-content\languages\plugins. However, the files are from 2017 and 2018, so I am not sure, if they work with 4.0.0 anyhow.
There are >2000 suggested german translations waiting for release. However, they have lots to do to fix their bugs with Version 4.It getting better, but I’d love to see that translations are released soon.
But you can edit all the text that will be send to users, so at least here you can localize it to your needs.
I have never done the upgrade again after reverting to 3.5.18. Maybe this has skrewed up some database values. You need an database expert from icegram to help you export the email subscriber relevant parts from your database, maybe edit it as needed an reimport.
Or get help to delete all database values for email subscriber plugin from WP database (backup database first!) and start from scratch. Then restore the relevant parts by help of the DB backup. But this can be laborious without the right knowledge and tools.
All the best!Your error gives a hint, where the problem comes from. It is line 478 in es-register.php. Check here: https://plugins.trac.ww.wp.xz.cn/browser/email-subscribers/tags/3.5.18/classes/es-register.php
It is a problem in the function “es_upgrade_database_for_3_2”. I don’t know why you are running through this code (I am no programmer of this plugin), since you have upgraded from 3.5.18 to 4.0. Or have you started from a lower version?
Well, the function above in row 442 shows how it is decided, what has to be done with the database.
if ( get_option( 'current_sa_email_subscribers_db_version' ) === false ) { es_cls_registerhook::es_upgrade_database_for_3_2(); }So, it seems the option “current_sa_email_subscribers_db_version” is missing in your database.
I hope your database is not corrupt with respect to email subscribers values.
Forum: Plugins
In reply to: [Live Blogging Plus] How to put liveblog on a static pageI’ve just realized that putting the [liveblog] shortcode on a page and enable live blogging on the right side does what I want to do!
Maybe you should update the FAQ section and not only refer to “posts” but also to “pages”.
Thanks for this wunderful plugin!