Activity

  • Cori replied to the topic Is it possible to use Flexslider? in the forum BuddyBoss 3.0 10 years ago

    I figured it out myself. I added this to the theme functions under the main theme:

    // Deregister the built-in fwslider
    wp_deregister_script( ‘fwslider’ );

    Then to get the new slider to show I added this to the header.php page

    <?php
    echo do_shortcode(“[metaslider id=69]”);
    ?>
    The Meta Slider has the 4 sliders included. I am using flex slider which is the id=69 part.