Access to Soliloquy Add Ons

hi

We added this into the functions file child theme:

add_action('after_setup_theme', 'x_show_soliloquy_license');

function x_show_soliloquy_license() {
  remove_action( 'init', 'x_soliloquy_remove_license_functionality', 9999 );
}

but it still isn’t showing the settings on the soliloquy General page

Please advise so we can access the admins

UPDATE: found it here. Please update code on your THEME DOC site.

Hello @Christina,

Thanks for writing in!

We apologize for the incorrect information. The code no longer works. Please remove the code and use this one instead:

// =============================================================================
function x_soliloquy_hide_key_box() { 
  // do nothing;
}

This will replace the function to do nothing so that the key box will not be hidden.

We would love to know if this has worked for you. Thank you.

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