Title: Visual Refresh
Last modified: August 21, 2016

---

# Visual Refresh

 *  Resolved [daddeaux](https://wordpress.org/support/users/daddeaux/)
 * (@daddeaux)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/visual-refresh/)
 * // Enable the visual refresh
    google.maps.visualRefresh = true;
 * Have you considered enabling this? It really improves the look of infowindows
   on mobile devices.
 * [http://wordpress.org/plugins/wp-flexible-map/](http://wordpress.org/plugins/wp-flexible-map/)

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

 *  Thread Starter [daddeaux](https://wordpress.org/support/users/daddeaux/)
 * (@daddeaux)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/visual-refresh/#post-3977667)
 * i got it…
    window.onload=function(){ var map = flxmap_map100.getMap(); google.
   maps.visualRefresh = true; };
 * Question.. this would not work with your jquery code, is jquery enabled by default?
   
   This is my second day using WordPress.
 *  Plugin Author [webaware](https://wordpress.org/support/users/webaware/)
 * (@webaware)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/visual-refresh/#post-3977706)
 * G’day daddeaux,
 * I’ll add it as an option in the next release. As to why no jQuery: I wrote this
   plugin to run without jQuery, so that sites that didn’t want to load that script
   could still have maps. If you want jQuery in WordPress, just enqueue it in your
   plugin or theme:
 *     ```
       add_action('wp_enqueue_scripts', 'my_load_jquery');
       function my_load_jquery() {
           wp_enqueue_script('jquery');
       }
       ```
   
 * See here for more information: [http://codex.wordpress.org/Function_Reference/wp_enqueue_script](http://codex.wordpress.org/Function_Reference/wp_enqueue_script)
 *  Plugin Author [webaware](https://wordpress.org/support/users/webaware/)
 * (@webaware)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/visual-refresh/#post-3977869)
 * [@daddeaux](https://wordpress.org/support/users/daddeaux/): visual refresh is
   now an option in v1.7.0
 * cheers,
    Ross

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

The topic ‘Visual Refresh’ is closed to new replies.

 * ![](https://ps.w.org/wp-flexible-map/assets/icon-256x256.png?rev=2590627)
 * [Flexible Map](https://wordpress.org/plugins/wp-flexible-map/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-flexible-map/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-flexible-map/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-flexible-map/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-flexible-map/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-flexible-map/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [webaware](https://wordpress.org/support/users/webaware/)
 * Last activity: [12 years, 7 months ago](https://wordpress.org/support/topic/visual-refresh/#post-3977869)
 * Status: resolved