Profile not display information

Home Forums Legacy Support Support queries Other issues Profile not display information

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #366027
    Veronica
    Moderator
    we need to check this on your site please provide details in a private reply
    #366130
    1ui61_55
    Spectator
    Hi Vero! I had the solution, I only add the next code in my functions.php file
    add_filter('vibebp_vars',function($args){
    	$args['components']['profile']['default_component'] = 'view';
    	return $args;
    }
    		  );
    and works Again. We can close the ticket, thanks! =)
    #366164
    Veronica
    Moderator
    hi well good to know this is solved but that's strange it should work by default anyways thanks for your confirmation if you need our further assistance then you can create a new topic thanks
Viewing 3 posts - 16 through 18 (of 18 total)
  • The topic ‘Profile not display information’ is closed to new replies.