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

    Hi :)

    Please I’m trying to change the logo for the mobile version but it’s not working. I followed the guide reported in your documentation but nothing, maybe I’m missing something:

    add_filter('avf_logo','av_change_logo'); 
    function av_change_logo($logo) { 
    	if(wp_is_mobile( ) ) 
    		{ 
    			$logo = "http://aderal.es/desarrollo/wonderactive/wp-content/uploads/2019/11/wonderactive-logo-mobile.png"; 
    		} 
    	return $logo; 
    }

    Website in private

    Thanks in advance

    #1153981

    Ok now it’s working, I don’t understand why. Yesterday and few momentos ago didn’t. We can close the thread :D

    #1154155

    Hi,

    Great, I’m glad that you got it working and thanks for the update. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Different logo mobile not working’ is closed to new replies.