WPLMS Custom Header

Home Forums Legacy Support Support queries How-to & Troubleshooting WPLMS Custom Header

Viewing 9 posts - 16 through 24 (of 24 total)
  • Author
    Posts
  • #355205
    Kadous_263
    Participant
    Hi, are there any updates regarding this?
    #355398
    Anshuman Sahu
    Keymaster
    Well Im trying to access your site but its not working : https://prnt.sc/12b5hx5 to change url on logo please use this code ;
    
    
    add_filter('wplms_logo_url','vibe_logo_url_2',99,2);
    function vibe_logo_url_2($url='/',$location = null){
    	$url= '';//put your url here
    
    	return $url;
    }
    
    in this line Well Im trying to access your site but its not working : https://prnt.sc/12b5hx5 to change url on logo please use this code ;
    
    
    add_filter('wplms_logo_url','vibe_logo_url_2',99,2);
    function vibe_logo_url_2($url='/',$location = null){
    	$url= '';//put your url here
    
    	return $url;
    }
    
    in this line . $url= '';//put your url here put your url within '' .
    #355448
    Kadous_263
    Participant
    Did you guys do any changes to the FTP or add any code to the website? cause my website fell and we didn't do anything from our end
    #355484
    Anshuman Sahu
    Keymaster
    We did not change anything as you can see here I could not access your site : https://prnt.sc/12b5hx5
    #357084
    Kadous_263
    Participant
    This reply has been marked as private.
    #357208
    Anshuman Sahu
    Keymaster
    This reply has been marked as private.
    #357601
    Kadous_263
    Participant
    This reply has been marked as private.
    #357626
    Kadous_263
    Participant
    This reply has been marked as private.
    #357800
    Anshuman Sahu
    Keymaster
    Hi the correct code is :
    // Support addon Begad2
    add_filter('wplms_site_link','vibe_logo_url_2',99,2);
    function vibe_logo_url_2($url,$location ){
        if(!empty($location) && $location == 'logo'){
    	$url= 'https://property360-sa.com';//https://skillednow.com/
        }
    	return $url;
    }
Viewing 9 posts - 16 through 24 (of 24 total)
  • The topic ‘WPLMS Custom Header’ is closed to new replies.