dinamiko
Forum Replies Created
-
Forum: Plugins
In reply to: [DK PDF] Error with DK PDF Generator addon@marlimant I have just noticed that you mentioned that you are using it on Multisite, I did not checked on Multisite but both plugins does not provide any Multisite functionality… so they should ideally not being Network activated but activated per site individualy.
Forum: Plugins
In reply to: [DK PDF] Error with DK PDF Generator addonHi @marlimant,
I’ve just checked with latest versions of both DK PDF (1.9.9) and DK PDF Generator (1.6.0) but I’m not able to reproduce the issue.
Maybe could be because a JavaScript error in the browser, can you please check if there is any error is displayed in the browser console? to open it in Chrome go to View / Developer Options / JavaScript Console (or just press F12). Check if there is any error there and let me know.
Also try to deactivate all other plugins temporarily and swith to a default WordPress theme to see if the issue persist or not.
If none of the above works maybe could be because something in the content (like in post titles…) that would break the code somehow.
- This reply was modified 3 weeks, 2 days ago by dinamiko.
Forum: Plugins
In reply to: [DK PDF] CSS not displaying correctlyHi @jonaswork,
You can use
date
instead ofstrftime
, in your code example it could look like this:
$karten_titel_hinweiszeile = '42';
$datetime = new DateTime();
$datetime->setISODate(date("Y"), $karten_titel_hinweiszeile);
$montag_nach_wo_nr = $datetime->modify("+0 day")->format('d-m-Y');
// use date instead of strftime
$montag_deutsch = date('d. F Y', strtotime($montag_nach_wo_nr));
echo $montag_deutsch; // 14. October 2024- This reply was modified 1 month ago by dinamiko.
Forum: Plugins
In reply to: [DK PDF] Thanks for updating for PHP8Hi @simonmaddox,
I went able to reproduce the CSS issue. I’ve uploaded a new version of the plugin (1.9.9) that should get rid of the issue.
When you have time please check it and let me know if it works on your side, thanks.
Forum: Plugins
In reply to: [DK PDF] Error with DK PDF Generator addonHi @marlimant,
I’ve fixed the DK PDF Generator issue with DK PDF 1.9.8 and made the GitHub repository public so you can now download DK PDF Generator 1.6.0 from the release section (dk-pdf-generator.zip, the first item in Assets list).
Now both plugins should work correctly together. If you found further issues please let me know, thanks.
Forum: Plugins
In reply to: [DK PDF] CSS not displaying correctlyHi @jonaswork,
I’ve uploaded a new version of the plugin (1.9.8), it should remove the deprecated message, when you have time please give it a try and let me know if the message is gone, thanks!
Forum: Plugins
In reply to: [DK PDF] Error after updateHi @cptjump,
Regarding Psr\Log error I’ve uploaded a new version of the plugin (1.9.8) which should get rid of this error.
When you have time please give it a try and let me know if the error is gone, thanks!
Forum: Plugins
In reply to: [DK PDF] CSS not displaying correctlyHi @jonaswork,
Regarding strftime error in your dkpdf-index.php custom template, try to use a replacement as it’s deprecated in PHP 8.1, see available replacements here: https://php.watch/versions/8.1/strftime-gmstrftime-deprecatedAbout debug logs I’ll check if there is something I can do to fix them, thanks!
Forum: Plugins
In reply to: [DK PDF] Thanks for updating for PHP8Thanks Simon, let me know if something is broken as honestly I didn’t had time to test everything, I’ve just tested the basic functionality.
Hello @matteofeduzi,
We are currently investigating this issue here: https://github.com/woocommerce/woocommerce-paypal-payments/issues/656#issuecomment-1149888142
As we are not currently able to reproduce will be great if you can add the suggested line (on install the provided package) in order to log the error message so we can get more information about the concrete issue.
Thanks in advance,
EmiliForum: Plugins
In reply to: [MultilingualPress] Posts not linking with their translationsHi @jarayakg,
There is
vipgo
branch in MLP2 GitHub repo that fixed relationship issues in the past for some users, not sure if it will work for you but you can give it a try, here it disables mlp cache:
https://github.com/inpsyde/multilingual-press/compare/master…vipgo#diff-966f8ef7f78cafe325a8cba06726b5cfL129
https://github.com/inpsyde/multilingual-press/compare/master…vipgo#diff-966f8ef7f78cafe325a8cba06726b5cfL166-L171
https://github.com/inpsyde/multilingual-press/compare/master…vipgo#diff-966f8ef7f78cafe325a8cba06726b5cfL244-L245
https://github.com/inpsyde/multilingual-press/compare/master…vipgo#diff-966f8ef7f78cafe325a8cba06726b5cfL197It also removes a call to copy_post_relationships:
https://github.com/inpsyde/multilingual-press/compare/master…vipgo#diff-38bcaa2bb672fac651d1cd346f3a0d79L261-L263Thanks,
EmiliForum: Plugins
In reply to: [MultilingualPress] Posts not linking with their translationsHi @jarayakg,
Looks like a problem with the relationship not created correctly in the database for some reason, is dificult to know the reason right now without debugging the issue in a VIP Go staging environment.
MLP2 development is not much active those days so I suggest to better use MLP3 which provides better support for VIP Go and is in active development.
Thanks,
Emili- This reply was modified 4 years, 5 months ago by dinamiko.
Forum: Plugins
In reply to: [The Events Calendar] Please add support for multilingualpressHi derweili,
If the data is post meta then there is multilingualpress.metabox_after_relate_posts filter in MultilingualPress 3, here is an example how to implement it: https://multilingualpress.org/docs/copy-post-meta/
Thanks,
EmiliForum: Plugins
In reply to: [MultilingualPress] Multilingual Tab not ShowingHi @seosmartua,
Just to let you know that we have just released 2.11.3 including the fix for missing MultilingualPress tab in edit site.
Thanks,
EmiliForum: Plugins
In reply to: [MultilingualPress] Multilingual Tab not ShowingHi seosmartua,
Looks like latest version of WordPress introduced a change that makes MultilingualPress tab not appear in edit site. We are working on the fix and we′ll release it as soon as possible.
Thanks,
Emili