Skip to content

Theme Options doesn't show #1432

@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions