Title: vmiluk's Replies | WordPress.org

---

# vmiluk

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Id on drop-down menu/select input](https://wordpress.org/support/topic/id-on-drop-down-menu-select-input/)
 *  Thread Starter [vmiluk](https://wordpress.org/support/users/vmiluk/)
 * (@vmiluk)
 * [5 months, 1 week ago](https://wordpress.org/support/topic/id-on-drop-down-menu-select-input/#post-18742784)
 * Thank you so much! That was the fix. I had tried it at the end and after the 
   type but not after name.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Translate WordPress - Google Language Translator] Removing flags entirely?](https://wordpress.org/support/topic/removing-flags-entirely/)
 *  Thread Starter [vmiluk](https://wordpress.org/support/users/vmiluk/)
 * (@vmiluk)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/removing-flags-entirely/#post-15396345)
 * We have to put them through a review with our security department. Unfortunately,
   GTranslate has had too many recent vulnerabilities to be able to pass that review.
 * What I was looking for was an answer if they can be removed out of the box, not
   with customization. I am a little confused as to why there is a box to check 
   or uncheck to show flags if there really is no way to remove flags.
 * Thanks for your answer, confirming that there is no way to remove the flags without
   plugin customization.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Translate WordPress - Google Language Translator] Removing flags entirely?](https://wordpress.org/support/topic/removing-flags-entirely/)
 *  Thread Starter [vmiluk](https://wordpress.org/support/users/vmiluk/)
 * (@vmiluk)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/removing-flags-entirely/#post-15395165)
 * Unfortunately, GTranslate is not on our approved list to use. So you are confirming
   that there is no way to remove flags in the Google Language Translator?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Vega] Mobile menu not staying open](https://wordpress.org/support/topic/mobile-menu-not-staying-open/)
 *  Thread Starter [vmiluk](https://wordpress.org/support/users/vmiluk/)
 * (@vmiluk)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/mobile-menu-not-staying-open/#post-12904276)
 * I’ll give that a try. Thanks so much for helping!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Vega] Mobile menu not staying open](https://wordpress.org/support/topic/mobile-menu-not-staying-open/)
 *  Thread Starter [vmiluk](https://wordpress.org/support/users/vmiluk/)
 * (@vmiluk)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/mobile-menu-not-staying-open/#post-12900051)
 * That was the culprit! That’s annoying. Do you know of any accordion plugins that
   don’t cause this issue with the Vega theme? I’m happy to propose a change to 
   the users if you do.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Vega] Mobile menu not staying open](https://wordpress.org/support/topic/mobile-menu-not-staying-open/)
 *  Thread Starter [vmiluk](https://wordpress.org/support/users/vmiluk/)
 * (@vmiluk)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/mobile-menu-not-staying-open/#post-12899806)
 * Thanks for responding!
 * My functions.php file has this, and I think I got the entire file from this forum.
 *     ```
       add_action( 'wp_enqueue_scripts', 'vega_child_enqueue_styles' );
       function vega_child_enqueue_styles() {
   
           $parent_style = 'vega-wp-style';
           $deps = array('bootstrap', 'font-awesome', 'bootstrap-social');
           wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' , $deps);
   
           $vega_wp_color_stylesheet = vega_wp_get_option('vega_wp_color_stylesheet');
           wp_enqueue_style('vega-wp-color', get_template_directory_uri() . '/color-schemes/' . strtolower($vega_wp_color_stylesheet) . '.css', array() );
   
           wp_enqueue_style( 'vega-wp-style-child',
               get_stylesheet_directory_uri() . '/style.css',
               array( $parent_style, 'vega-wp-color' ),
               wp_get_theme()->get('Version')
           );
       }
       ```
   
 * If I remove bootstrap from this, then the entire menu breaks. I’m not sure what
   I’m missing (it makes sense though, what you’re saying) or how it would need 
   to be modified to not include Bootstrap twice.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Vega] Featured image not showing up](https://wordpress.org/support/topic/featured-image-not-showing-up-13/)
 *  Thread Starter [vmiluk](https://wordpress.org/support/users/vmiluk/)
 * (@vmiluk)
 * [6 years, 11 months ago](https://wordpress.org/support/topic/featured-image-not-showing-up-13/#post-11616885)
 * Nevermind. I kept browsing the support topics and found this one: [https://wordpress.org/support/topic/created-child-theme-for-vega-banner-breaks-on-menu-creation/](https://wordpress.org/support/topic/created-child-theme-for-vega-banner-breaks-on-menu-creation/)
 * I am now using the sample functions.php file from the Github repository and it’s
   working great!

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