WanDal
Forum Replies Created
-
Hi @dnesscarkey
Thank you very much for your explanations.
This provides a lot of clarity and shows me that I don’t need to investigate the problem any further. Many thanks.
Kind regards
Forum: Plugins
In reply to: [wp-Typography] Memory limit exhausted in PHP 8.xHi @pputzer
Thank you very much for your explanations. Accordingly, I have not performed any further analyses and have increased the memory limit. So far, no more errors have occurred.
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Ipify error on cronForum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Ipify error on cronIs there a way you can add a filter to the AIOS_Abstracted_Ids::get_ip_lookup_services() method so that the list of providers can be customized? Because if we comment out ipify, everything runs smoothly.
Thanks
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Ipify error on cronYou are right of course. Unfortunately, I can’t just customize the cronjob as it is part of a third party plugin.
Nevertheless, I think that errors caused by ipify should be caught by AIOS in the sense of a clean exception handling.Kind regards
Forum: Plugins
In reply to: [All-In-One Security (AIOS) – Security and Firewall] Ipify error on cronThank you very much for your comments. Even though I can understand the reasoning, I unfortunately cannot confirm that the warnings are completely unproblematic. Namely, in our case, the customization of headers fails because the PHP warning about the connection problems with ipify has already been output (Cannot modify header information – headers already sent). This in turn causes the cronjob to fail.
Kind regards
Hi
No problem at all. Great that the issue will be fixed soon.
Thanks Daniel
Forum: Plugins
In reply to: [wp-Typography] Remove the_content filterGreat! Thanks a lot.
Forum: Plugins
In reply to: [wp-Typography] Remove the_content filterHi @pputzer
No, NextGEN Gallery is not installed.
Disabling the whole content filter group is not an option, because I need the rest of the filters.
In version 5.6.1 we used before, the_content filter was added in \wp-typography\includes\wp-typography\components\class-public-interface.php using:
\add_filter( 'the_content', [ $this->plugin, 'process' ], $priority );
where
$this->plugin
was an object of classWP_Typography
.In version 5.7.0, the_content filter is added using:
\add_filter( 'the_content', [ $this->api, 'process' ], $priority );
where
$this->api
is an object of classImplementation
.Couldn’t my problem be related to this adjustment?
Forum: Plugins
In reply to: [wp-Typography] Copying content in readonly form elements does not workHi @pputzer
I would be happy to see such an effort from other plugin developers as well.
I was having the issues when copying from within a single disabled form field.
Users can embed certain parts of our website. To provide an easy way to copy the code, we use disabled form fields. However, the code in these fields cannot be copied if the clean-clipboard.min.js script is enabled.I hope this brings some clarity.
Thanks a lot!
Forum: Plugins
In reply to: [wp-Typography] Copying content in readonly form elements does not workThank you very much for your research.
As I was able to work around the problem by dequeing the problematic scripts and as the problem cannot be solved easily, no further clarifications are necessary for me.Many thanks
dawasiForum: Plugins
In reply to: [wp-Typography] Copying content in readonly form elements does not workHi @pputzer
All right, many thanks!
In the meantime, I’ll dequeue the script on problematic pages.Regards
dawasiForum: Plugins
In reply to: [Enable Media Replace] Cannot replace an image with a different aspect ratioToo bad. Nevertheless many thanks!
Regards
DanielForum: Plugins
In reply to: [Enable Media Replace] Cannot replace an image with a different aspect ratioI can understand that, no problem.
I have now replaced the image with the second option. The image was replaced, but there was an unpleasant side effect. We use WPML without translation management or image translation addons, but with the option to automatically duplicate uploaded media in all languages. If we replace the image with the second option, it will only be replaced in the active language.
Can we tweak this so that the image only needs to be replaced once?
Thanks,
Daniel