Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1125184

    Hi Guys !!

    I added this code to functions.php, and works like a charm (almost ..)

    add_filter(‘avf_logo’,’av_change_logo’);
    function av_change_logo($logo)
    {
    if(wp_is_mobile() )
    {
    $logo = “web-mini-logo.png”;
    }
    return $logo;
    };

    Logo and all header (including search field) works fine on all platforms BUT Ipads.

    So I need to things:

    1. If possible, on ipads (resolution of xxx and over) show the normal logo. Maybe change the filter for ipad resolution… is that possible, or adding a class, or something.

    2. Fixe the css since it changes the search field aspect, I could not figure out how to fix it.

    Thanks a lot !!!

    #1125193

    Guys !! Fixed problem 2 with CSS.

    #1125275

    Hi LUISCANAL,

    Glad you got it working for you! :)

    Could you please attach some screenshots of the other issue?

    Best regards,
    Victoria

    #1125278

    Hi Victoria !!

    The screenshots are the ones on Private Data !

    Thanks

    #1125645

    Hi LUISCANAL,

    Best regards,
    Victoria

    #1125652

    Dont worry, depends on the platform you are using (ie. Tablets), but will figure it our with CSS. Using portrait and landscape !

    THanks a lot Victoria

    #1125780

    Hi,

    Did you need additional help with this topic?

    Best regards,
    Jordan Shannon

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