[Resolved] generate_logo filter on mobile

Home Forums Support [Resolved] generate_logo filter on mobile

Home Forums Support generate_logo filter on mobile

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1028123
    Ronny

    Hi guy’s,

    I’m using the generate_logo filter to change the logo on a specific category.

    This works like a charm on desktop but does not seem to work on mobile/tablet. Any ideas?

    The code i’m using:
    add_filter( ‘generate_logo’,’tu_category_logo’ );
    function tu_category_logo( $logo )
    {
    if ( is_category(‘slug’) || in_category(‘slug’) ) {
    return ‘url to logo’;
    }
    return $logo;
    }

    #1028272
    David
    Staff
    Customer Support

    Hi there,

    there is a separate filter for the Mobile Header Logo:

    https://docs.generatepress.com/article/generate_mobile_header_logo/

    #1028526
    Ronny

    Thanks David!

    #1028527
    Ronny

    I will close the topic.

    #1028528
    David
    Staff
    Customer Support

    You’re welcome

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