Viewing 5 posts - 721 through 725 (of 725 total)
  • Author
    Posts
  • #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 4 months ago by korpak.
    • This reply was modified 4 months ago by korpak.
    #1409031

    Hi @korpak,

    Thank you for reporting this. Will be fixed in next release.

    If you need a hotfix in enfold/functions.php around line 214 you find:

    
    	//	in backend must be loaded as option page breaks
    	if( ( function_exists( 'did_filter' ) && did_filter( 'after_setup_theme' ) ) || is_admin() )
    	{
    		avia_lang_setup();
    	}
    

    Replace these lines with:

    
    		avia_lang_setup();
    

    Do not forget to make a backup of the original file as a fallback.
    If you need help let us know and we can do it for you.

    Best regards,
    Günter

    #1409491

    Thank you, Sir!

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

    Mihály Földesi

    #1416327

    Hello everyone,
    For those who are interested, you can download the latest version of the Italian language

    Download here
    Translation: Italian language
    Version: Enfold 5.6.5
    Strings: 6315
    All translations are synchronised with the source files

    Regards
    Luigi

    #1417571

    Hello everyone,
    For those who are interested, you can download the latest version of the Italian language

    Download here
    Translation: Italian language
    Version: Enfold 5.6.6
    Released on: 30th August 2023
    Strings: 6318
    All translations are synchronised with the source files

    Regards
    Luigi

Viewing 5 posts - 721 through 725 (of 725 total)
  • You must be logged in to reply to this topic.