Smart Manager Additional Settings
Here are a few additional settings of Smart Manager:
Reset the column state to default in Smart Manager
- Currently, for resetting the column state, you would need to make changes at the database level.
- Go to your WordPress database and open {prefix}options table.
- Search for the row having option_name as
_sm_beta_{login email}_{Smart Manager Dashboard}.
- Simply delete that row.
- Now, refresh Smart Manager and the column state should be resetted. For example, if the login_email is ‘abc@wordpress.com’ and you want to reset the sort for ‘Products’ dashboard then search in {prefix}options table for
_sm_beta_abc@wordpress.com_Products
and delete the same.
View & manage ‘Trash’ records for any post type in Smart Manager
- Currently, for viewing records you move to trash for any post type, you would need to make changes at the database level.
- Go to your WordPress database and open {prefix}options table.
- Insert a new row with option_name as
sm_view_trash_records
and option_value asyes
. - Now, refresh Smart Manager page and you would be able to view & manage trash records for any post type.
- If you want to enable the view & manage trash records for only a particular post type, then you can simply set the option name as
sm_view_{post_type}_trash_records
where ‘{post_type}’ is the slug for the respective post type. For example, if you want to enable the same only for ‘WooCommerce Orders’ dashboard, then the option would besm_view_shop_order_trash_records
.
Disable forceful collapsing of WordPress admin menu when on Smart Manager page
- Currently, for disabling forceful collapsing of WordPress admin menu when on Smart Manager page, you would need to make changes at the database level.
- Go to your WordPress database and open {prefix}options table.
- Insert a new row with option_name as
sm_wp_force_collapse_admin_menu
and option_value asno
. - Now, refresh Smart Manager page. The WordPress admin menu will not collapse forcefully.
Modify the rows height in Smart Manager grid
- Currently, to modify the rows height in Smart Manager grid, you would need to make changes at the database level.
- Go to your WordPress database and open {prefix}options table.
- Insert a new row with option_name as
sm_grid_row_height
and option_value as{height in 'px'/'em'}(e.g. 50px)
. - Now, refresh Smart Manager page. The rows height in the grid would be set as per the option_value set in above step.
Disable ‘Task title’ popup that appears when saving inline edit changes or attempting to bulk edit
- Currently, for disabling ‘Task title’ popup that appears when saving inline edit changes or attempting to bulk edit, you would need to make changes at the database level.
- Go to your WordPress database and open {prefix}options table.
- Insert a new row with option_name as
sm_show_tasks_title_modal
and option_value asno
. - Now, refresh Smart Manager page.
Disable use of HTML number input field when trying to inline edit numeric
fields
- Currently, for disabling use of HTML number input field when trying to inline edit
numeric
fields, you would need to make changes at the database level. - Go to your WordPress database and open {prefix}options table.
- Insert a new row with option_name as
sm_use_number_field_for_numeric_cols
and option_value asno
. - Now, refresh Smart Manager page.
If you need any help with setting above options, feel free to get in touch and we will help you setting it up.