aueda
Forum Replies Created
-
Forum: Plugins
In reply to: [Media File Manager] Select a child folder when uploadingUnfortunately the uploader of WordPress cannot upload files into other than root folder or yearly/monthly folder.
Forum: Plugins
In reply to: [EsAudioPlayer] Suddenly image-mode became just a link to imageUnfortunately I cannot reproduce the problem. In the test page the latest esaudioplayer is used. The first URL you mentioned is not a demo page. It is a documentation, so all buttons and graphics are just images.
Can you provide more detailed information? If you do not want to expose detailed information in this forum, please use contact form:
http://tempspace.net/plugins/?page_id=301Forum: Plugins
In reply to: [EsAudioPlayer] ESAudioPlayer not displaying in Safari mac 5.1.7Is the flash player works with your safari installed in your mac? If not, does the following procedure works?
(1)Delete esplayer_tes_min.js
(2)Rename esplayer_tes.js to esplayer_tes_min.js
(3)Change ‘true’ to ‘false’ in line 55 in esplayer_tes_min.js. the edited line will be like the following:
soundManager.preferFlash = falseThe current version of esaudioplayer works fine with my employer’s mac. But I found that the player does not show up through the online safari test site. I did the above procedure and as a result it worked.
Forum: Plugins
In reply to: [EsAudioPlayer] Player not showing on Android phonesWhat is the version of your android phone?
Forum: Plugins
In reply to: [Media File Manager] Fatal error in WP 3.5Could you try the following test version ?
http://tempspace.net/plugins/media-file-manager111_test.zipForum: Plugins
In reply to: [Media File Manager] Broken with PHP 5.4I’m using the plugin with PHP5.4 normally.
Can you show me the content of the upload directory (directory listing) that causes the problem?
If you would not like to expose it, please send me it by using the following contact form:
http://tempspace.net/plugins/?page_id=301Forum: Plugins
In reply to: [Wp-ImageZoom] [Plugin: Wp-ImageZoom] parsererrorHi wpjm,
I tried the server you are using (because it was available for free). I noticed that the server does not return the correct value of $_SERVER[‘DOCUMENT_ROOT’]. So inserting the following line in the second line of div_img.php will solve the problem:
$_SERVER[‘DOCUMENT_ROOT’] = “/home/a1234567/public_html”;
(Replace ‘a1234567’ with your ID.)
Forum: Plugins
In reply to: [Wp-ImageZoom] [Plugin: Wp-ImageZoom] parsererrorPlease contact me by using the contact form.
http://tempspace.net/plugins/?page_id=301Forum: Plugins
In reply to: [Wp-ImageZoom] [Plugin: Wp-ImageZoom] parsererrorI cannot see your code correctly.
(writing a-tag in the post in this forum cause a problem.)I think the following code is correct:
[izoom]< a href=”/ldwordpress/wp-content/uploads/2012/10/Solutions-Industry-3.jpg”><img src=”http://remotereality.in/ldwordpress/wp-content/uploads/2012/10/Solutions-Industry-3.jpg”>< /a>[/izoom](‘/ldwordpress’ is missing in your code?)
Forum: Plugins
In reply to: [Wp-ImageZoom] [Plugin: Wp-ImageZoom] parsererrorSorry. I made a mistake.
(before)
[izoom]< a href=”http://???.com/wp-content/upload/???.jpg”><img src=”http://???.com/wp-content/upload/???-100×100.jpg”>< /a>[/izoom]
(after)
[izoom]< a href=”/wp-content/upload/???.jpg”><img src=”http://???.com/wp-content/upload/???-100×100.jpg”>< /a>[/izoom]delete http:// and server name in the a-tag.
(I inserted a whitespace before “a” because writing a-tag in the post cause a problem.)Forum: Plugins
In reply to: [Wp-ImageZoom] [Plugin: Wp-ImageZoom] parsererrorIf “allow_url_fopen” of the PHP setting is not enabled, please ask your server administrator to change the setting.
If that is not possible, modify your post like following:(before)
[izoom]<img src=”http://???.com/wp-content/upload/???-100×100.jpg”>[/izoom]
(after)
[izoom]<img src=”http://???.com/wp-content/upload/???-100×100.jpg”>[/izoom]How is the result?
Unfortunately I have not experienced the problem yet. Could you please do the following procedure?
*Uninstall the media-file-manager plugin
*Download the debug version of media-file-manager plugin from http://tempspace.net/wp35/media-file-manager_test.zip
*Install the debug version of the plugin
*Go to the media file manager screen and do the problematic operationWhat can you see by the above procedure? If you do not want to expose the output, could you please send the output via the following mailform?
http://tempspace.net/plugins/?page_id=301Thanks.
I still cannot reproduce the problem. I tried the plugin with PHP5.2.17, Wordpess 3.3.1, Firefox 16.0.2.
What another plugins are you using?Forum: Plugins
In reply to: [Wp-ImageZoom] [Plugin: Wp-ImageZoom] parsererrorI tried the plugin in my shared hosting account and I experienced the similar problem. I’ll fix it.
I cannot reproduce the problem. I can create empty folders over and over again. Can you provide me more detailed information(Versions of PHP, OS, browser, etc)?