Hello There,
Thanks for writing in! The version of Soliloquy that comes bundled with the theme a stock version of the plugin and does not feature any direct modifications to the way it functions.
Please keep in mind that we have removed the Settings page from 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_soliloquy_remove_license_functionality() { return true; }
This will overwrite our custom functionality in /x/functions/global/plugins/soliloquy.php and should make things behave in a default manner again.
Please let us know if this works out for you.