Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #773428

    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

    #773453

    Hi again
    Sorry it looks like it was cache issue
    Please remove this topic
    BR
    Krzysztof

    #773472

    Hey!

    Thank you for updating us.
    Please let me know if there is anything else we can do for you.

    Thank you

    Cheers!
    Basilis

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.