Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter pronetmediainc

    (@pronetmediainc)

    I checked out your link above and it does not resize all the information, in fact some of the information becomes unreadable.

    Unfortunately I cannot post images. I will post on your support site.

    Kyle

    Thread Starter pronetmediainc

    (@pronetmediainc)

    This review was meant to be a 1 star review.

    Forum: Reviews
    In reply to: [OptionTree] Not Working!

    RESOLVED MY PROBLEM……..GREAT PLUGIN by the way….THANK YOU

    Derek, I am trying to activate the framework in ThemeMode. I have added the following to my function.php file:

    /**
    * Required: set ‘ot_theme_mode’ filter to true.
    */
    add_filter( ‘ot_theme_mode’, ‘__return_true’ );

    /**
    * Required: include OptionTree.
    */
    load_template( trailingslashit( get_template_directory() ) . ‘option-tree/ot-loader.php’ );

    I have the option-tree folder contents at the root of my theme, however it does not seem to be activited. I expected another set of options added to Appearance.

    How can I confirm it is activated?

    Also, I want to programmatically create the Option.php file dynamically for my themes. Is there any additional documentation how to call the functions and create the front-end files programmatically?

    I am using WordPress version 3.8.1

    Thank you,
    Kyle

Viewing 3 replies - 1 through 3 (of 3 total)