Setting Up Theme
-
Hi,
I tried to set up the theme, adding it to the root of my theme folder, and then added the code below to top of my theme’s function.php file:
/**
* Required: set ‘ot_theme_mode’ filter to true.
*/
add_filter( ‘ot_theme_mode’, ‘__return_true’ );/**
* Required: include OptionTree.
*/
require( trailingslashit( get_template_directory() ) . ‘option-tree/ot-loader.php’ );I deleted the plugin also, but I still got a Server Error 500.
Do you think the option theme isn’t compatible with my Divi Theme?
Thanks,
Kristy
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Setting Up Theme’ is closed to new replies.