Soliloquy cannot access settings after paid upgrade

I purchased a paid license for Soliloquy after installing the packaged extension.

I deactivated the extension and uploaded the paid version which I downloaded from the software developer.

I cannot access the Soliloquy > Settings to verify my license and use their addons.

HOWEVER, I can access settings and the full plugin features when I switch to the Twenty-Seventeen theme.

It appears there’s a setting within the database that limits access to the full plugin when using Pro. Simply deleting and replacing the plugin will not work.

I’m hoping for a quick resolution as I’ve just paid over $100 for the plugin!

Thank you!

Hi @WaggingLabs,

Thanks for reaching out.

Since it’s a bundled plugin, that setting is removed. But you can always put it back by adding this code to your child theme’s functions.php

function x_soliloquy_remove_license_functionality () {
//Do nothing
}

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.