Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter torbendk

    (@torbendk)

    Hi again Alex,

    Okay – I’ve just test it now – and it working. 🙂

    Thank you for pointing that out, Alex!

    I just made a little change to that code / function you gave me:

    function wpglobus_disabled_mask( $disabled_setting_mask ){
    		$maskElements = array('linkedin', 'twitter');
    		foreach( $disabled_setting_mask as $key=>$mask ) {
    			if( in_array($mask, $maskElements) ) :
    				unset( $disabled_setting_mask[ $key ] );
    			endif;
    		}
    		return $disabled_setting_mask;
    	}
    	add_filter( 'wpglobus_customize_disabled_setting_mask', 'wpglobus_disabled_mask' );

    Have a great day!

    Thread Starter torbendk

    (@torbendk)

    Hi Alex,

    Thank you for your answer!

    But are you sure that it is so? Because the social field, is just a copy of the Slogan text field?

Viewing 2 replies - 1 through 2 (of 2 total)