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">
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.
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 (line 24, col 230)
Is this an error with your plugin?
Thanks!