Title: bambicake's Replies | WordPress.org

---

# bambicake

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

 *   [Profile](https://wordpress.org/support/users/bambicake/)
 *   [Topics Started](https://wordpress.org/support/users/bambicake/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bambicake/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bambicake/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bambicake/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bambicake/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bambicake/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: [[Together] Hamburger menu in mobile browsers (iOS / Android) is broken](https://wordpress.org/support/topic/hamburger-menu-in-mobile-browsers-ios-android-is-broken/)
 *  [bambicake](https://wordpress.org/support/users/bambicake/)
 * (@bambicake)
 * [9 years ago](https://wordpress.org/support/topic/hamburger-menu-in-mobile-browsers-ios-android-is-broken/#post-9289170)
 * This worked for me, Thank you! does anyone know how to change the black background
   on the hamburger menu? or just change the text on that menu to white? I had to
   change all our text colors for those menus to be visible.
    -  This reply was modified 9 years ago by [bambicake](https://wordpress.org/support/users/bambicake/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[jQuery T(-) Countdown Widget] Countdown Animation Not Working](https://wordpress.org/support/topic/countdown-animation-not-working/)
 *  Thread Starter [bambicake](https://wordpress.org/support/users/bambicake/)
 * (@bambicake)
 * [9 years ago](https://wordpress.org/support/topic/countdown-animation-not-working/#post-9288781)
 * Twinpictures,
 * Thank you for your quick response. I got it! I added this to the end of functions.
   php:
 * if (!is_admin()) add_action(“wp_enqueue_scripts”, “my_jquery_enqueue”, 11);
    
   function my_jquery_enqueue() { wp_deregister_script(‘jquery’); wp_register_script(‘
   jquery’, “http” . ($_SERVER[‘SERVER_PORT’] == 443 ? “s” : “”) . “://ajax.googleapis.
   com/ajax/libs/jquery/1.7.1/jquery.min.js”, false, null); wp_enqueue_script(‘jquery’);}
 * Thank you!

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