Hi, just curious if the next version of Salient will have better support for custom post types? Would it be possible to get the next beta version of Salient?
We cannot offer the beta version to you. What exactly is the issue when you try and set up you own custom post types on the theme? Maybe we could pass on your concerns to the developer so they consider them on future updates to the theme?
Right now I am trying to get the Post Header Settings to show up when I edit my custom post type. It would be really nice to be able to adjust some of the header options. Can you help with this?
Those sections are added using the nectar_reg_meta_box function in salient-core\includes\admin\meta-config.php
salient-core is the core plugin that you need to install when you install and activate the theme. For example on a regular page you can see those page header settings etc being add in the file salient-core\includes\admin\page-meta.php
You can do the same for you custom post type. The meta boxes are added in salient-core \ plugin.php in function at 146 metabox_init
Hi, just curious if the next version of Salient will have better support for custom post types? Would it be possible to get the next beta version of Salient?
Thanks!
Hi mrittman,
We cannot offer the beta version to you.
What exactly is the issue when you try and set up you own custom post types on the theme? Maybe we could pass on your concerns to the developer so they consider them on future updates to the theme?
Thanks.
Right now I am trying to get the Post Header Settings to show up when I edit my custom post type. It would be really nice to be able to adjust some of the header options. Can you help with this?
Hi mrittman,
Those sections are added using the nectar_reg_meta_box function in salient-core\includes\admin\meta-config.php
salient-core is the core plugin that you need to install when you install and activate the theme.
For example on a regular page you can see those page header settings etc being add in the file salient-core\includes\admin\page-meta.php
You can do the same for you custom post type.
The meta boxes are added in salient-core \ plugin.php in function at 146 metabox_init
Hope you can work it from there.
Is there any way to change this so that these edits won't get removed when I update the theme?
Yes but if the edits you suggested I make are in the 'plugins' directory, and not the parent theme, it sounds like I'm SOL...