The MyListing theme relies on the ACF (Advanced Custom Fields) plugin at its core, and ACF Pro is baked into the theme. By default, the MyListing developers lock the plugin to protect people from themselves.
Sometimes, people have legitimate reasons for needing access to ACF; this code snippet addresses that.
add_filter( 'acf/settings/show_admin', '__return_true', 50 );