Title: mtankle's Replies | WordPress.org

---

# mtankle

  [  ](https://wordpress.org/support/users/mtankle/)

 *   [Profile](https://wordpress.org/support/users/mtankle/)
 *   [Topics Started](https://wordpress.org/support/users/mtankle/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mtankle/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mtankle/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mtankle/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mtankle/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mtankle/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] OCEAN WP – All menu links disappeared](https://wordpress.org/support/topic/ocean-wp-all-menu-links-disappeared/)
 *  [mtankle](https://wordpress.org/support/users/mtankle/)
 * (@mtankle)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/ocean-wp-all-menu-links-disappeared/#post-10072749)
 * Well, it is an OceanWP problem. Adding bootstrap works fine in the GeneratePress
   theme. Hopefully Nick is monitoring this forum and can give us a solution.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] OCEAN WP – All menu links disappeared](https://wordpress.org/support/topic/ocean-wp-all-menu-links-disappeared/)
 *  [mtankle](https://wordpress.org/support/users/mtankle/)
 * (@mtankle)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/ocean-wp-all-menu-links-disappeared/#post-10072589)
 * Hello. I am using a child of OceanWP. The functions.php file contains the following
   code to enqueue the parent theme’s css:
 * ==========================================
    function oceanwp_child_enqueue_parent_style(){//
   Dynamically get version number of the parent stylesheet (lets browsers re-cache
   your stylesheet when you update your theme) $theme = wp_get_theme( ‘OceanWP’ );
   $version = $theme->get( ‘Version’ ); // Load the stylesheet wp_enqueue_style(‘
   child-style’, get_stylesheet_directory_uri() . ‘/style.css’, array( ‘oceanwp-
   style’ ), $version );
 * }
    add_action( ‘wp_enqueue_scripts’, ‘oceanwp_child_enqueue_parent_style’ ); 
   =============================
 * I added the the following code to load bootstrap:
    ==========================
   === function sbf_files() { // font awesome wp_enqueue_style(‘font-awesome’, ‘//
   maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css’); // Latest
   compiled and minified CSS wp_enqueue_style(“mrt_bootstrap”,”[https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css&#8221](https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css&#8221);,””,””);//
   Latest compiled and minified JavaScript wp_enqueue_script(“mrt_bootstrap_js”,”
   [https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js&#8221](https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js&#8221);,”
   jquery”,””,FALSE); } add_action(‘wp_enqueue_scripts’, ‘sbf_files’);
 * ===========================================
 * After refreshing the front end the bootstrap classes are working but the menu
   links have disappeared. Has anyone else had this problem and have they come up
   with a solution?

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