Is latest version of php 8.2 is supported for latest version of pro and cornerstone

We have facing function deprecation issue of cornerstone in latest version of php 8.2

Hi @markcfrancis,

Thanks for reaching out.
Our development team is working on the deprication and will be solved in the upcoming release. Till then you can suppress the notice or warning by adding the following code in the wp-config.php,
we are curious to know why this is happening at your end.

define( 'WP_DEBUG', false );

NOTE: Please find the video that will help you edit wp-config.php and add the above code: https://www.youtube.com/watch?v=3SDPTafEM8o

Thanks

Thank you.

I m using polylang pro plugin for multi language, after updating WP, pro theme and php version 8.2, I m facing issue in global header and footer. In english it will be working fine, but when I change language to french header and footer not working

Hi @markcfrancis,

There is an ongoing conflict issue with the plugin and Header and Footer assignment. We have already reported the issue to our development team, but there is no solution till now. As a temporary solution, you can follow the below steps, every time you update the header.

  1. Deactivate PolyLang
  2. Delete the Header Assignment and modify the update
  3. Add the Header assignment back and save
  4. Activate the Polylang

Hope it helps.
Thanks

Unfortunately still French page not assigning header and footer, we have followed above step

Hi @markcfrancis,

In that case, we need to investigate it further. I would suggest you please provide login credentials for your site in a secure note to examine it further, including:

– WordPress Site URL & Login URL
– WordPress Admin username/password

To create a secure note, click the key icon underneath any of your posts.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.