Trying to upgrade from v2.0.12
-
Hi there I’m trying to upgrade my option tree from 2.0.12 to the current version v2.4.2 however I’m getting the white screen of death when I replace the “option-tree” folder integrated within my theme. I have the following function calls:
add_filter( 'ot_show_pages', '__return_false' ); add_filter( 'ot_theme_mode', '__return_true' ); require( trailingslashit( get_template_directory() ) . 'option-tree/ot-loader.php' ); require( trailingslashit( get_template_directory() ) . 'includes/theme-options.php' );
Can someone help? the two offending files seem to be “ot-loader.php” & “ot-ui-theme-options.php” (Now missing from v2.4.2)
Thanks in advance
P
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Trying to upgrade from v2.0.12’ is closed to new replies.