Title: ooobe's Replies | WordPress.org

---

# ooobe

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Subtitles] Gutenberg support](https://wordpress.org/support/topic/gutenberg-support-4/)
 *  [ooobe](https://wordpress.org/support/users/ooobe/)
 * (@ooobe)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/gutenberg-support-4/#post-11497502)
 * Hi Philip. Share with us if you have any update. Good luck.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hueman] Add this menu to the top bar not navigation](https://wordpress.org/support/topic/add-this-menu-to-the-top-bar-not-navigation/)
 *  Thread Starter [ooobe](https://wordpress.org/support/users/ooobe/)
 * (@ooobe)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/add-this-menu-to-the-top-bar-not-navigation/#post-5785149)
 * No it’s not, or maybe Im not sure 🙂
 * Could you alter the code so to show it there, here is the code:
 *     ```
       function new_nav_menu_items($items,$args) {
       if (function_exists('icl_get_languages')) {
       $languages = icl_get_languages('skip_missing=0');
       if(1 < count($languages)){
       foreach($languages as $l){
       if(!$l['active']){
       $items = $items.'<li class="menu-item"><a href="'.$l['url'].'"> '.$l['native_name'].'</a>';
       }
       }
       }
       }
       return $items;
       }
       add_filter( 'wp_nav_menu_items', 'new_nav_menu_items',10,2 );
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hueman] RTL Support](https://wordpress.org/support/topic/rtl-support-38/)
 *  Thread Starter [ooobe](https://wordpress.org/support/users/ooobe/)
 * (@ooobe)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/rtl-support-38/#post-5768026)
 * I fixed 1 and 2.
 * 3. I changed it by the original CSS because it’s always override the css of child
   theme. that’s why I’m asking if we can change it by the child theme.
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Hueman] RTL Support](https://wordpress.org/support/topic/rtl-support-38/)
 *  Thread Starter [ooobe](https://wordpress.org/support/users/ooobe/)
 * (@ooobe)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/rtl-support-38/#post-5768004)
 * any support. Thank you.

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