Thank you for the explanation, I consulted with our compatibility team and they mentioned that the feature you talk about defeats the very nature of troubleshooting that we need to do to see why the Woodmart header builder image icon link is not translated via string translation.
If there is no way to see the files of the theme we can not find what might be the problem cause.
Hello, I hope you are doing well
The template support, after following up with me, finally gave me the answer that the Woodmart template is generally not compatible with this, but the following code may be able to solve this problem in an unconventional way.
I wanted to ask you if this answer is logical?
if ( defined( 'ICL_LANGUAGE_CODE' ) && ICL_LANGUAGE_CODE == 'en' ) { $logo_url = 'url'; $logo = '' . get_bloginfo( 'name' ) . ''; }
By the way, I also applied the code but I did not get a response
Thank you for the information. I am not familiar with the context of where that code needs to be added, but the code used there is deprecated and you need to use something like this:
You can replace the suggested code with the one I suggested and see what is the result. Unfortunately, we are unable to do proper troubleshooting if we do not have access to the theme files and a way to test the result.
The topic ‘[Closed] Tips on translating images and displaying headers differently’ is closed to new replies.