ferda2
Forum Replies Created
-
I deactivated all plugins and activated only WP Optimize. I then activated the other plugins. Everything is okay now. But there is a problem (tested on two installations) and it will be related to the Converter for Media plugin.
This is probably a conflict with the Converter for Media plugin (https://ww.wp.xz.cn/plugins/webp-converter-for-media/).
Error message:
Fatal error: Uncaught Error: Call to undefined function error_log() in /home/www/MYDOMAIN.com/www/wp-content/plugins/wp-optimize/includes/class-updraft-php-logger.php:128 Stack trace: #0 /home/www/MYDOMAIN.com/www/wp-content/plugins/wp-optimize/cache/class-wpo-page-cache.php(1223): Updraft_PHP_Logger->log() #1 /home/www/MYDOMAIN.com/www/wp-content/plugins/wp-optimize/cache/class-wpo-page-cache.php(553): WPO_Page_Cache->log() #2 /home/www/MYDOMAIN.com/www/wp-content/plugins/wp-optimize/cache/class-wpo-page-cache.php(1360): WPO_Page_Cache->is_enabled() #3 /home/www/MYDOMAIN.com/www/wp-content/plugins/wp-optimize/cache/class-wpo-page-cache.php(126): WPO_Page_Cache->check_compatibility_issues() #4 /home/www/MYDOMAIN.com/www/wp-content/plugins/wp-optimize/cache/class-wpo-page-cache.php(1234): WPO_Page_Cache->__construct() #5 /home/www/MYDOMAIN.com/www/wp-content/plugins/wp-optimize/wp-optimize.php(259): WPO_Page_Cache::instance() #6 /home/www/MYDOMAIN.com/www/wp-content/plugins/wp-optimize/wp-optimize.php(551): WP_Optimize->get_page_cache() #7 /home/www/MYDOMAIN.com/www/wp-includes/class-wp-hook.php(324): WP_Optimize->plugins_loaded() #8 /home/www/MYDOMAIN.com/www/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #9 /home/www/MYDOMAIN.com/www/wp-includes/plugin.php(517): WP_Hook->do_action() #10 /home/www/MYDOMAIN.com/www/wp-settings.php(506): do_action() #11 /home/www/MYDOMAIN.com/www/wp-config.php(86): require_once(‘/home/www/MYFOLDER…’) #12 /home/www/MYDOMAIN.com/www/wp-load.php(50): require_once(‘/home/www/MYFOLDER…’) #13 /home/www/MYDOMAIN.com/www/wp-admin/admin.php(34): require_once(‘/home/www/MYFOLDER…’) #14 /home/www/MYDOMAIN.com/www/wp-admin/plugins.php(10): require_once(‘/home/www/MYFOLDER…’) #15 {main} thrown in /home/www/MYDOMAIN.com/www/wp-content/plugins/wp-optimize/includes/class-updraft-php-logger.php on line 128
Notice: The is_embed function was not used correctly.
Notice: The is_search function was not used correctly.Open file RtTpg.php (wp-content/plugins/the-post-grid/app/).
Find require_once DIR . ‘./../vendor/autoload.php’;
Change to require_once DIR . ‘/../vendor/autoload.php’;
Good luck!
Hi, your plugin doesn’t work with BBQ Firewall.
Forum: Plugins
In reply to: [Ultimate Addons for Elementor] Mobile menu not opening full widthpacificadesignsd: Add to CSS
.hfe-flyout-wrapper .hfe-side {
width: 100% !important;
}Forum: Themes and Templates
In reply to: [Astra] Single Post – Feature Image NOT showsolagirl: Thanks, your solution is better.
Hi, the problem is caused by the Simple Social Media Share Buttons plugin.
Forum: Themes and Templates
In reply to: [Astra] Single Post – Feature Image NOT showSolved by editing the file content-single.php (child theme).
Forum: Themes and Templates
In reply to: [Hello Elementor] Custom post templateSOLVED!
Copy single.php to child theme (template-parts) and EDIT code 🙂
It works, thank you!
Repair: When? 🙂
Another option is Form (Forminator) to PODS custom post type. Forminator field Send data -> PODS custom post type. After that, it will be possible to edit all fields from the form results.
Section 1– publicly on the site for users to fill out.
Section 2 – added by the administrator for the sent forms. Invisible to users who fill out section 1.
EXAMPLE:
Form
Section 1 (for public user)
field 1
field 2 etc.
Section 2 (for admin only) – Additional data to the submitted form
field 1
field 2 etc.