herculesdesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Redux Framework] wp_remote_post() failedThe site took 3-5 minutes to load. I fixed it by adding this filter:
if ( !function_exists( ‘google_field_path’ ) ):
function google_field_path() {
return ‘https://raw.githubusercontent.com/reduxframework/google-fonts/master/google_fonts.json’;
}
endif;add_filter( “redux/typography/google_fonts/url”, “google_field_path” );
This means that the server has a problem connecting to your API address:
Is my solution optimal or can it be done better?
Forum: Plugins
In reply to: [Redux Framework] Syntax errorHere are the details from the Redux – Health Report page:
Server Environment
Server Info: Apache
Localhost Environment: –>
PHP Version: 7.4.22
ABSPATH: /home4/janourah/public_html/
PHP Memory Limit : 256 MB
PHP Post Max Size : 516 MB
PHP Time Limit: 30
PHP Max Input Vars : 1000
PHP Display Errors : –
SUHOSIN Installed: –
MySQL Version: 5.7.23
Max Upload Size: 512 MBI will contact the server support.
Forum: Plugins
In reply to: [Redux Framework] Syntax errorThanks for the answer but the server is running on php 7.4.22.
I’m not a programmer but isn’t this a php syntax error adding a question mark in this line of code:public function get_instance(): ?ReduxFramework {
Forum: Plugins
In reply to: [Redux Framework] Blank page errorHi,
I’m not from Redux support but recently I had the same problem and it was about php 8. Change php version to 7.4.Forum: Plugins
In reply to: [Redux Framework] Redux API blacklisted on CoinBlockerListsHi,
Redux should contact firehol.org and ask them to remove your IP address 151.101.65.195 from the list. What does my hosting have to do with this? A lot of servers use this list.Forum: Plugins
In reply to: [Redux Framework] Problem with the elementor pluginAwesome ??
Happy new year and best wishes for 2021 !Forum: Plugins
In reply to: [Redux Framework] Small styling issue after WP 5.6 updateHi,
I fixed this by using this CSS code:.redux-container .ui-state-active .ui-icon, .control-section-redux .ui-state-active .ui-icon, .control-panel-redux .ui-state-active .ui-icon, .redux-metabox .ui-state-active .ui-icon,.redux-container .ui-icon, .control-section-redux .ui-icon, .control-panel-redux .ui-icon, .redux-metabox .ui-icon, .redux-container .ui-icon, .control-section-redux .ui-icon {
display: none!important;
}Forum: Plugins
In reply to: [Redux Framework] Problem with the elementor pluginHi Dōvy,
The error is caused by this:
PHP Warning: Use of undefined constant REDUX_PLUGIN_FILE – assumed ‘REDUX_PLUGIN_FILE’ (this will throw an Error in a future version of PHP) in …./wp-content/plugins/redux/redux-framework/redux-templates/classes/class-api.php on line 875
which causes the “Headers already sent” error and therefore Elementor does not work.So I manually replaced REDUX_PLUGIN_FILE in the “class-api.php” file with ‘REDUX_PLUGIN_FILE’ and it worked.
I hope that the above information is helpful to you and to others that have the same problem.
- This reply was modified 4 years, 3 months ago by herculesdesign.
I confirm that the problem with the customizer has been solved. Thank you for your support ??
Any news on this issue? ??
Forum: Plugins
In reply to: [Redux Framework] I can’t activate the plugin on my siteHi,
This happens to my clients very often and this is related to the server php version. When the server runs on PHP 7.1 + and the user wants to activate the Redux Framework plugin this error appears.Forum: Fixing WordPress
In reply to: "Could not save password reset key to database."This is very simple.
You just exceeded the amount of space on the database. Check your hosting settings.Forum: Fixing WordPress
In reply to: "Could not save password reset key to database."This is very simple.
You just exceeded the amount of space on the database.