Title: mpiedra's Replies | WordPress.org

---

# mpiedra

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Themia Lite] mobile responsive not working?](https://wordpress.org/support/topic/mobile-responsive-not-working/)
 *  [mpiedra](https://wordpress.org/support/users/mpiedra/)
 * (@mpiedra)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/mobile-responsive-not-working/#post-6200584)
 * Hi,
 * Go into header.php and change
    `<meta name="viewport" content="width=device-width,
   initial-scale=1, maximum-scale=0, user-scalable=0">`
 * to
 * `<meta name="viewport" content="width=device-width, initial-scale=1">`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Advanced File Uploader] Have uploaded file NOT go to media library](https://wordpress.org/support/topic/have-uploaded-file-not-go-to-media-library/)
 *  [mpiedra](https://wordpress.org/support/users/mpiedra/)
 * (@mpiedra)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/have-uploaded-file-not-go-to-media-library/page/2/#post-5211712)
 * zeemoon007: Go to the wp-config.php file and locate define(‘WP_DEBUG’, false);
 * Change false to true. Then add `define('WP_DEBUG_LOG', true);` below. From there
   add the edit file into the root folder and run the uploader. The debug.log log
   file is stored inside the /wp-content/ directory.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Gravity Forms Advanced File Uploader] Uploads going to prso-pluploader-tmp](https://wordpress.org/support/topic/uploads-going-to-prso-pluploader-tmp/)
 *  [mpiedra](https://wordpress.org/support/users/mpiedra/)
 * (@mpiedra)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/uploads-going-to-prso-pluploader-tmp/#post-6209045)
 * Hi,
 * I am having the same issue as above. The error that is shown when trying to upload
   the mp3 file is:
 * Code:
    TypeError: element.getAttribute is not a function …t,instanceCount=this.
   instanceCount++;if(element.getAttribute(‘autoplay’)!=null)s…
 * in the file:
 * [http://keeprockingit.com/wp-content/themes/RMPhase02/js/audioauto.js?ver=4.1.5](http://keeprockingit.com/wp-content/themes/RMPhase02/js/audioauto.js?ver=4.1.5)(
   line 24, col 230)
 * Is this an error with your plugin?
 * Thanks!

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