• Resolved ericbullet

    (@ericbullet)


    how do i remove Testionails?

    i tried changing function.php here: `//’testimonials’ => false, // requires Jetpack

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey there ericbullet,

    Hope you’re well today!

    I’ve checked the theme but I’m not sure what you’re trying to remove. Could you please post link to your site and explain which part you want removed? Generally this should be possible to remove with some custom CSS.

    Please let me know.

    Best regards,
    Bojan

    Theme Author Tim Nicholson

    (@timnicholson)

    Hi ericbullet, by setting testimonials to false, it will remove that feature. Just remove the two slashes (//), that tells PHP to ignore the line (i.e. its a comment). So the line should look like this: 'testimonials' => false,

    Thread Starter ericbullet

    (@ericbullet)

    oh DUH. Thank you.

    `$xsbf_theme_options = array(
    //’background_color’ => ‘f2f2f2’,
    //’content_width’ => 1170,
    //’embed_video_width’ => 1170,
    //’embed_video_height’ => null, // i.e. calculate it automatically
    //’post_formats’ => ”,
    //’touch_support’ => true,
    //’fontawesome’ => true,
    //’bootstrap_gradients’ => false,
    ‘navbar_classes’ => ‘navbar-inverse navbar-fixed-top’, // Different than parent
    ‘custom_header_location’ => ‘content-header’,
    //’image_keyboard_nav’ => true,
    //’sample_widgets’ => true,
    //’sample_footer_menu’ => true,
    ‘testimonials’ => false, // requires Jetpack
    );

    however this does not seem to remove the testimonials.

    Thread Starter ericbullet

    (@ericbullet)

    actually it works great. thanks!

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

The topic ‘Remove testimonials’ is closed to new replies.