Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Please contribute and translate Enfold #1409491

    Thank you, Sir!

    I glad to see you will fix it. I will be to wait for next update!

    Mihály Földesi

    in reply to: Please contribute and translate Enfold #1408679

    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
    https://snipboard.io/ZeH2UB.jpg

    Backend:
    https://snipboard.io/mcQpDT.jpg
    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

    • This reply was modified 1 year, 6 months ago by korpak.
    • This reply was modified 1 year, 6 months ago by korpak.

    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' );
Viewing 3 posts - 1 through 3 (of 3 total)