|
How can I safely save form-update files?
Started by: lotharK
in: Toolset Professional Support
Quick solution available
Problem:
The main issue here is that the user wanted a way to protect their file directory from access using a direct link to the file.
Solution:
My best advice to secure your uploads folder is to use the plugin below.
https://wordpress.org/plugins/prevent-direct-access/
This plugin will block direct access to the files from guest users and only the authors and admin of the files can access it.
|
|
2 |
6 |
4 years, 2 months ago
lotharK
|
|
Custom JS into View error
Started by: davideE-4
in: Toolset Professional Support
Quick solution available
Problem:
The user was getting the error "Uncaught TypeError: $ is not a function" in their custom jQuery function.
Solution:
Given the error that you are getting you will need to run the jquery script in compatibility mode. In this case just replace $ with jQuery.
|
|
2 |
3 |
4 years, 2 months ago
davideE-4
|