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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Supreme
  • #227713
    newhouse
    Member
    Post count: 11

    Hello,

    I have some problems/doubts about ‘Main Detail Media Options’ section of each post.

    First, I would like to know if is possible to set pre-defined settings in some way.

    Secondly, I have a problem. In some posts I need to check first option (Use the thumbnail content) and uncheck the second one (Full Width Media Display). It works well, but if I update the post for a second time, the second option (Full Width Media Display) it appears checked, so if I then update the post, the featured image appears above the sidebar, and I don’t like that. It’s very strange.

    Any idea?

    Thanks for your help.

    #228137
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    That does not sound correct, please add a WP login so I can replicate this on your site.

    Thanks,
    David.

    #228143
    newhouse
    Member
    Post count: 11

    Hi David,

    Thank you for your fast answer.

    The problem has disappeared for now. Good.

    But… I would like to know if it’s possible, in these two options, to set pre-defined settings in some way.

    Thank you very much.

    #228172
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Go to supreme/includes/meta-boxes.php then for e.g.

    // HIDE TITLE
    			array(
    				'name' => 'Hide item title',
    				'id'   => "{$prefix}hide_title",
    				'type' => 'checkbox',
    				'desc' => 'Check this box to hide the item title on the detail page.',
    				'std' => 0,
    			),

    0 = no, 1 = yes, so currently the standard values are no, if you want to change to yes change the values to 1

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 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