Hi
I have to changes in child theme. First:`
add_filter(‘avf_logo’,’av_change_logo’);
function av_change_logo($logo)
{
if(wp_is_mobile() )
{
$logo = “logo.jpg”;
}
return $logo;
}`
Secound`
function overwrite_language_file_child_theme() {
$lang = get_stylesheet_directory().’/lang’;
return $lang;
}`
I find that after last update it doesn’t work
Can you check
Thank you
Krzysztof
Hi again
Sorry it looks like it was cache issue
Please remove this topic
BR
Krzysztof
Hey!
Thank you for updating us.
Please let me know if there is anything else we can do for you.
Thank you
Cheers!
Basilis