New Landing How can we help? Themeforest Theme Support Supreme Main Detail Media Options / Standart settings

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Supreme
  • #106462
    lead
    Member
    Post count: 18

    Main Detail Media Options , how to deffault settings? because I’m trying each article individually.

    I want to it’s like in this photo… 🙂

    Attachments:
    You must be logged in to view attached files.
    #106621
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit meta-boxes.php at /themes/supreme/includes/ through FTP Software.
    Find this code:-

    array(
    				'name' => 'Use the thumbnail content',    // File type: checkbox
    				'id'   => "{$prefix}thumbnail_content_main_detail",
    				'type' => 'checkbox',
    				'desc' => 'Uncheck this box if you wish to select different media for the main detail display.',
    				'std' => 0,
    			),

    Change to -:
    array(
    ‘name’ => ‘Use the thumbnail content’, // File type: checkbox
    ‘id’ => “{$prefix}thumbnail_content_main_detail”,
    ‘type’ => ‘checkbox’,
    ‘desc’ => ‘Uncheck this box if you wish to select different media for the main detail display.’,
    ‘std’ => 1,
    ),

    Thanks

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