Hello There,
Thanks for writing in! We have removed the Settings page from Envira Gallery and Soliloquy per some code provided by Thomas (plugin author) as we provide them in an “integrated” fashion. You can add this back in if you have extensions you would like to use by adding a function to your functions.php file in your child theme like so:
function x_envira_gallery_remove_license_functionality() {
return true;
}
To know more about how we utilize Envira Gallery plugin, please check out our knowledge base:
https://community.theme.co/kb/integrated-plugins-envira-gallery/
Hope this helps.