• Hi,

    I’m using WordPress 3.4.1, with GraphPaperpress’s Widescreen theme. I’ve just updated to Option Tree 2.0.3.

    After this update the “Theme Options” under “Appearance” (where the Option Tree options reside) does not open properly anymore. The options for Fonts, Custom CSS, and Slideshow are inaccessible (there seems to be no link under them), and the General option (which is the landing page, so it’s open when I access the Theme Options) is garbled.

    I’ve not changed anything but this Option Tree update.

    Other active plugins are “HumansNotBots” v3.1 and “WP Google Fonts” v2.7

    Is there any way to downgrade to the previous Option Tree version?
    Or is there a solution for this problem?

    Kind regards,
    Joris

    http://wordpress.org/extend/plugins/option-tree/

Viewing 7 replies - 46 through 52 (of 52 total)
  • ATTENTION CUDAZI MONO USERS

    In the file /wp-content/themes/mono/libraries/theme-options.php there is this code on lines 10-12:

    if ( ! is_plugin_active( 'option-tree/index.php' ) ) {
    	echo "<div class='update-nag'>" . __( 'Wait! You need to install and activate the OptionTree plugin! (See Help Files)', 'cudazi' ) . "</div>";
    }

    In the newest version of Option Tree, there is no index.php in the main directory. If you want to just get rid of the nag, comment out the line that starts with “echo” (Add “//” at the beginning).

    If you want to keep the nag relevant, change “option-tree/index.php” to “option-tree/ot-loader.php”.

    Hi Derek,
    I’ve just installed Option Tree because it was required for the Graph Paper Press Mansion theme but now Option Tree is causing me to get the following message whenever I click on pretty much anything:

    Fatal error: Cannot redeclare get_option_tree() (previously declared in /home/content/65/8704965/html/wp-content/plugins/option-tree/includes/ot-functions-deprecated.php:28) in /home/content/65/8704965/html/wp-content/themes/village/blueprint/option-tree/functions/get-option-tree.php on line 55

    I haven’t been able to uninstall it because I can’t get as far as accessing the deactivate page in the Plugins menu in WP – I just get that same message again.

    The site at issue here is http://www.erikaszostakphotography.com
    The active theme is Themeforest’s Village.
    Please help?
    Thanks very much.

    Update: now I can’t even log in to my site. Just going to the login page brings up the fatal error message. Please help! Thank you.

    Nor does the website appear when I type in the URL. Again, just the error message.

    Plugin Author Derek Herman

    (@valendesigns)

    @photomadly login to your server via FTP and delete the option-tree directory in the plugin folder. It appears the theme you’re running is using theme mode where the plugin is included in the root directory of your theme but you also have the plugin installed. They are conflicting.

    @derek, wafcross: I think wafcross issue belong to httpd.conf settings but it also relate with the way OT submit data. Sometime 100+ options is more than 190+ options, it depend which type of options are used (ex: typography need more variables to store data than a simple text field). Derek, I think you should give a look to max_input_vars setting in httpd.conf and find the way to optimize OT form submition.

    Hi, I ´m having toubles with mi option tree too, I´m not able to upload images in my theme options, I´m using wp 3.5 , point break theme and the last updated option tree plugin: v.2.0.12…

    when I select to upload any image, for example a new logo, I can choose as normal but if I select send to option tree the frame turns white and nothing happens, i can not do anything :(…

    htvu user is trying to help me, link:

    http://wordpress.org/support/topic/optiontree-don%C2%B4t-load-my-images?replies=10#post-3697084

Viewing 7 replies - 46 through 52 (of 52 total)
  • The topic ‘[Plugin: OptionTree] Theme options not accessible anymore after Option Tree update’ is closed to new replies.