There’s a server permissions issue there that needs to be addressed. I’m guessing the custom-fonts folder wasn’t proper created in the sites upload folder. The VIP permissions system is an intricate one that I know nothing about. It’s an issue I also cannot address since it’s not my server. Contact whomever administers your server and tell them about the error.
Hi Kev,
Thanks for your reply. I’m aware that the warning is caused by VIP server permissions. However, I’m not using the custom fonts functionality in my project at all.
Could you please suggest a hook or filter I can use to completely disable the custom fonts scanning in Redux, so that these warnings do not occur? I’m looking for a code-based solution rather than fixing server permissions, since custom fonts aren’t needed in my project.
Thanks!
Right now, it’s all part of Redux. I’ll look into a way to programmatically turn it off.
Hi Dev,
May I kindly ask if you’ve found a solution for this issue? It’s quite urgent for me to resolve it on my website, as the Redux warning appears on every page load. I would greatly appreciate it if you could share a fix at your earliest convenience.
Download, install, and activate this beta version of Redux: https://github.com/reduxframework/redux-framework/archive/refs/heads/master.zip, version 4.5.7.4.
You will need to locate the theme’s options config file and add 'custom_fonts' => false, to the global arguments. Since we do not support themes that use Redux or have access to them, I could not tell you where in the theme that file is. Also, if you add that line and the theme is updated, it will overwrite your change. I would advise contacting the theme author and asking them to include that line in their global args section.