Thank you, Sir!
I glad to see you will fix it. I will be to wait for next update!
Mihály Földesi
Hello Support Team,
I have noticed a bug in the frontend. The Enfold menu elements are not being translated, but in the admin area, they appear correctly.
Frontend:
https://snipboard.io/ZeH2UB.jpg
Backend:
https://snipboard.io/mcQpDT.jpg
I have tried this issue with both Hungarian and German languages, and the bug persists.
My system:
WP: 6.2.2
Enfold: 5.6.2
PHP: 8.1
Best regards,
Mihály Földesi
Thank yo, Sir!
I have figured out the official Enfold way to adapt this kind of function:
Copy to function.php :
// Adding Featured Image in CPTs' List | Github: @foldesistudio | foldesistudio.hu
# portfolio_columns, register_post_type then append _columns
add_filter( 'manage_edit-application_columns', 'prod_edit_columns' );
add_filter( 'manage_edit-document_columns', 'prod_edit_columns' );
add_filter( 'manage_edit-scholarship_columns', 'prod_edit_columns' );
add_filter( 'manage_edit-regulation_columns', 'prod_edit_columns' );