-
Notifications
You must be signed in to change notification settings - Fork 585
Closed
Description
As title suggest, Theme Options in my theme doesn't show up. The problem is in the config file here:
if ( true == Redux_Helpers::isTheme(__FILE__) ) {
$this->initSettings();
} else {
add_action('plugins_loaded', array($this, 'initSettings'), 10);
}
It works fine if I remove the IF statement and just leave $this->initSettings();
But this is a commercial theme (developed by me) and this issue has occured only in the one installation so far (theme has currently 70+ downloads), so I am guessing that fixing it this way isn't ideal as it may cause issues in other installations, right?
The issue occurs when using either parent or child theme. Thanks for any help.
Metadata
Metadata
Assignees
Labels
No labels