Title: moony412's Replies | WordPress.org

---

# moony412

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ITRO Popup Plugin] not responsive on mobile](https://wordpress.org/support/topic/not-responsive-on-mobile/)
 *  [moony412](https://wordpress.org/support/users/moony412/)
 * (@moony412)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/not-responsive-on-mobile/#post-5045869)
 * You can fix this easily.
 * Set the width to be a percentage (eg 70%) and then edit the following file in
   the plugins folder:
 * /css/itro-style-functions.php
 * About half way down under the #itro_popup class you need to add a “max-width”
   tag. Here is my code. Not the last line, this is the one you will need to add,
   the other code is just to help you find where it is.
 *     ```
       width: <?php if( itro_get_option('select_popup_width') == 'px') { echo itro_get_option('px_popup_width') . 'px'; }
       	if( itro_get_option('select_popup_width') == 'perc') { echo itro_get_option('perc_popup_width') . '%'; }?>;
       	max-width: 500px;
       ```
   
 * Now just change the value of the max-width until you’re happy with how it looks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Firelight Lightbox] Conflict with jQuery Updater Plugin](https://wordpress.org/support/topic/conflict-with-jquery-updater-plugin/)
 *  [moony412](https://wordpress.org/support/users/moony412/)
 * (@moony412)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/conflict-with-jquery-updater-plugin/#post-4009384)
 * I had the same problem. JQuery updater would fix by slider but break Easy FancyBox.
 * I fixed it after I found this.
    [http://stackoverflow.com/questions/15324692/force-specific-version-jquery-wordpress](http://stackoverflow.com/questions/15324692/force-specific-version-jquery-wordpress)
 * I just set the jQuery version to 1.8.1 and it made them both happy. Hope that
   helps!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SimpleMap Store Locator] Results shows as skinny white bar – cannot read text](https://wordpress.org/support/topic/results-shows-as-skinny-white-bar-cannot-read-text/)
 *  [moony412](https://wordpress.org/support/users/moony412/)
 * (@moony412)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/results-shows-as-skinny-white-bar-cannot-read-text/#post-4341760)
 * Hi guys,
 * I had the same exact problem. Updated to the latest version and it went back 
   to normal.
 * May be due to the changes in the Google Maps API.
 * Give it a crack and see if it fixes yours.

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