New Landing How can we help? Themeforest Theme Support Neighborhood Default Detail Media Setting

Viewing 2 posts - 1 through 2 (of 2 total)
  • #16215
    greggsky
    Member

    I would like to switch a pre-existing site over to Neighborhood and have a problem with the default setting for Detail Media Setting, which places the featured image at the top of every post. Is there any way to switch that so that nothing is displayed automatically?

    #16647
    Melanie – SUPPORT
    Member
    Post count: 11032

    Hey!

    In meta-boxes.php you can find this code

    // DETAIL TYPE
    			array(
    				'name' => 'Post detail type',
    				'id'   => "{$prefix}detail_type",
    				'type' => 'select',
    				'options' => array(
    					'none'		=> 'None',
    					'image'		=> 'Image',
    					'video'		=> 'Video',
    					'slider'	=> 'Standard Slider',
    					'layer-slider' => 'Layer Slider',
    					'custom' => 'Custom'
    				),
    				'multiple' => false,
    				'std'  => 'image',
    				'desc' => 'Choose what will be used for the post item detail.',
    			),

    Replace the value for ‘std’ with ‘none’

    Cheers!

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register