hugod
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Fatal Error after updating to verison 3.8 from 3.7.8Well, unfortunately I wasn’t able to reproduce even with your recommendations.
Please contact our support to provide us an export of your website, so we can investigate further.
Regards,Hi @danielstrelec,
I don’t get how it is related. You’re mentioning ACF fields, which is not the same as custom post type settings from @rgires ticket.
Also, for Polylang Pro support, please contact our helpdesk at https://polylang.pro/support/.
Moreover, you have to know that Polylang Pro 3.7 brings a new ACF integration. You may want to ensure the migration ran well.Hi,
Thanks for reaching us. Unfortunately we weren’t able to reproduce your issue. Could you share some more information with us in order to help you?
– How your CPT is registered (via a plugin or in PHP)?
– Do you have the issue if you select the CPT in Polylang settings prior to update?
– Can you share the content of thepolylangoption fromwp_optionstable?
Regards,- This reply was modified 1 year, 1 month ago by hugod.
Forum: Plugins
In reply to: [Polylang] WordPress caught an error with PolylangHi,
Thanks for reaching us. You have to know thatPLL_Admin_Links::get_data_from_new_media_translation_request()does exist, see https://github.com/polylang/polylang/blob/f850d7af3a4e5051ecbfcf03d1cd1a909861d37f/admin/admin-links.php#L274.
In order to fix your issue, please delete Polylang from yourwp-content/plugins/directory and add it back.
Regards.- This reply was modified 1 year, 1 month ago by hugod.
Forum: Plugins
In reply to: [Polylang] Filter for URL modificationsDoes your code run once
pll_initaction is fired?
We don’t have any filter such aswpml_setting.Forum: Plugins
In reply to: [Polylang] Filter for URL modificationsHi @emrevona,
You can use our public API to retrieve the main Polylang class instance:$polylang_settings = PLL()->options; if($polylang_settings[“force_lang”] == 3){ // do something }Forum: Plugins
In reply to: [Polylang] Language switcher with block themesHello @acp693,
It’s usually the theme that manages responsive content. So with custom CSS/JS it’d be possible to make the menu responsive.Forum: Plugins
In reply to: [Brevo for WooCommerce] Bug introduced in rewrite rulesHi @alexisbienayme,
Any plugin filtering rewrite rules and processing them as strings (since that what it should be) will have an error raised.