This topic has 1 reply, 2 voices, and was last updated 6 years by Kieran_SQ.

  • Author
  • #196945
     tipinoncomuni
    Participant

    Hi there.

    We need to better integrate Toolset types with Kleo theme.

    Toolset types needs some informations about your framework. Here you can find exactly what is needed:

    https://toolset.com/forums/topic/integrating-kleo-theme-using-framework-api-autodetect-doesnt-work/

    Can you provide me the correct informations?

    #196949
     Kieran_SQ
    Moderator

    Hi,

    According to their documentation the code should be as below

    https://toolset.com/documentation/user-guides/theme-frameworks-integration/

    COPY CODE
    add_action( 'init', 'wpv_dummy_framework_api' );
       
    function wpv_dummy_framework_api() {
        $framework_id = 'kleo_framework';
        $framework_data = array(
            'name' => __( 'kleo_framework' ),
            'api_mode' => 'option',
            'api_handler' => 'sq_option',
        );
        if ( function_exists( 'wpv_api_register_framework' ) ) {
            wpv_api_register_framework( $framework_id, $framework_data );
        }
    }

    Thanks,

    Kieran

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘Plugins questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?