Code

Discussion on File Manager Plugin For WordPress

Discussion on File Manager Plugin For WordPress

Cart 3,856 sales

getredhawkstudio does not currently provide support for this item.

1696 comments found.

Hi, I have a client using your plugin. After migrating the site the plugin won’t create new directories for new users.

You have to delete the old default user permissions from all users and then deactivate and activate the default user folder feature again.

when I reactivate the default user folder feature, it is still using the old path.

Can you email me the backend access, ill fix it.

Anytime I try to download multiple files using the file manager, it attempts to download a zip file but it fails and says ‘no file’ or file not found. What is the solution for this? Multiple files are not downloading

Hi,
Make sure the ZipArchive php library is enabled in your server configuration.

Hi, My File Manager work in backend editor but didn’t work in frontend? File manager didn’t appear at all in the frontend.

Hi,
Can you email me the backend access to the site, ill see whats going on.

Hi There,

For some reason logged in users can no longer see the files? All settings seem correct.

Got your email, will reply there.

Fixed it, divi theme has a feature where is defers the javascript files, you can disable it in divi theme options > general > performace > Defer jQuery And jQuery Migrate to disabled.

Fantastic. Thank you:)

Hello

I have a problem with the File Manager module, it works well in the back-end but on the other hand it does not work in the front-end with the shortcodes, when I integrate the shortcode [filemanager] or [filemanager foldername=”*” ] I have no module display on my page, I use wordpress 5.9.3 with the Divi theme and DiviBuilder.

Thank you in advance for your help.

Best regards

Hi,
Email me the backend access, Ill fix it. Its probably a jquery conflict.
You can also try jquery migrate helper plugin, and switch the settings and see if that works. Otherwise you can email me.

Hi,

I discovered an issue with the plugin where 19GB of temporary files were created in the span of one week in wp-content/plugins/advanced_file_manager_5/php/.tmp

Have you seen this before or know what may have caused it?

Hi,
.tmp files will have thumbnails and temporary uploads, you can clean these after a few weeks.

Are these supposed to be located within the plugin folder instead of within wp-content/uploads?

The path with the huge files is /wp-content/plugins/advanced_file_manager_5/php/.tmp

And NOT /wp-content/uploads/*/.tmb

It will only be in the plugin if the plugin fails to create a temporary folder outside.

Hello

I use the File Manager plugin on my site. The component displays fine when I’m logged into WordPress with an admin account.

In the settings, I have configured front access to everyone (everyone). When I consult the page offline, nothing is displayed. The page is blank. There is also a JS error in the console: “jquery.min.js:2 Uncaught TypeError: Right-hand side of ‘instanceof’ is not an object” Thank you

Cordially

Hi,
Got your email, fixing.

Is version 7.4.1 of this plugin compatible with WP 5.9?

Hi,
Yes, it will work just fine with 5.9 or any future wordpress version.

hello, the zoho integration doesn’t seem to work. by rightclicking on a doc (zoho editor) a popup opens with loading symbol and closes again after some seconds. is there a solution for that?

Hi
When signing up from some EU countries, zoho seems to provide different end points for them. You can go to the filemanager plugin > php > editors > and rename “editor_eu_version.php” to “editor.php” and rename the exiting “editor.php” to something else.

Hi there, I recently purchased this plugin. Unfortunately after trying it, I’ve realized it won’t suit my needs. Would it be possible to get a refund? Thanks, Spencer

Hi,
You can apply for a refund at enavto support and explain what issue you were facing.

Hi there, I just bought the plugin. I have an issue with xsls preview. In the envato demo it showed tabs in the lower part of the file preview, but what I can get from my uploaded file in my webasite is a multipage file. How do I fix this?

Thanks in advance.

Hi,
Can you show it to me on your site?

How do I send you credentials to login?

You can email me through my profile link here.

Hi,

I have trouble with your plugin after moving to a new hosting. Is there any recommendation for folder authorization ?

Julien

Hi,
When you migrate to a new hosting, the old folder paths dont work any more, you just need do deactivate and active the plugin and assign folders to the users or user groups again.

Hi, I try to desactivate et reactivate the plugin but it doesn’t work. Now I tried to delete the plugin and to re install it but when I try to re upload the zip file, I get the error message : The link you followed has expired.Please try again. Can you help me ?

Can you email me the backend access to the site, ill fix it

I see the last comment asked about removing the date column. I would like to display just the filename and the date. please provide the entries that need to go into the css file and if you could specify which file, that would also be appreciated (I am sorry but I am new to js/php/css.) Thanks.

Hi,
You can add this css somewhere in your site:
#elfinder-elfinder-cwd-thead td:nth-child(2), #elfinder-elfinder-cwd-thead td:nth-child(4), #elfinder-elfinder-cwd-thead td:nth-child(5), #elfinder-elfinder-cwd-thead td:nth-child(6) { display:none !important; } .elfinder-cwd-fixheader .elfinder-col-perm, .elfinder-cwd-fixheader .elfinder-col-size, .elfinder-cwd-fixheader .elfinder-col-kind { display:none !important; }

Hello, i have after 7 months try to work with your filemanger. i have set access to specific folders but in the filemanager all is greyed out and i can not see any folder. I remember that it works in the beginning, but now i cant get it work here. Can you help me please? Thank you.

Hi,
I replied to your email.

Hello! Where can I see the Advanced Image Editor Demo?

Hi,
Image editor is not available in the demo, it only works when files and folders are writable, I cant make them writable in the demo to avoid spam.

Hello! How can I test the Advanced Image Editor? Looks like an online Photoshop that I would love. Also, Is it possible to make the Image Editor public? So I can have a section on my website where people can edit their own designs?

You can check out https://www.photopea.com/
Its embedded into the plugin to view/edit the files right inside the plugin.

Do you have plans to support PHP 8.0? I receive a 500 error from this URL and cannot view any files

/https://mysite.example/?red_fm_connect=true&front=user&fid=0&defaults=0&access_all=1&cmd=open&target=&init=1&tree=1&_=1641483767463 500

Hi
Email me the backend access, it seems to working fine for me. Ill figure out what the problem is.

thanks, i just sent an email to getredhawkstudio@gmail.com

hello, it is possible to remove time column?

Hi,
You can add some css to do it, try this:
.elfinder-cwd-view-th-date{display:none; !important} .elfinder-col-date{display:none; !important}

Hello, We’re having problems with downloading the files. 1. It doesn’t work for downloading a whole folder 2. If we select all files, it won’t download 3. The ‘create archive’ option doesn’t work either.

The only way I can download the files are one at a time, how can we download in an easier way?

Hi,
Can you show it to me on your site? The zip archive wont work if user doesnt have read/write access. The new zip file need write access to be created.
Also see if you have max_file_uploads set to a high number in your php.ini, this let you download multiple files at the same time.

Hello, we’ve tried but is not working. Do you have a ticket system were we could follow up this issue without having to publish our site on the comments

Sure, you can email me from my profile link here. You’ll find the email section in the sidebar.

Hello, I’m trying to create the page with the folders and ask for login first. On your documentation you show this shortcodes: jlogin_form filemanager foldername=”*“

but the [jlogin_form] shortcode is not working. Can you send me the right shortcode for the login form please? thank you

Hi,
There is no jlogin_form shortcode, you can just use the shortcodes you generate in the filemanager dashboard.

Hi I have a problem with photopea not working

Hi,
What do you mean? Can you show it on your site?

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey