After I made a Child-Theme with “Child Theme Configurator”
There was two .php-debugs:
Warning: Cannot modify header information – headers already sent by (output started at /var/www/web26274292/html/homepagearchitekten/wp-content/plugins/subheading/subheading.php:13) in /var/www/web26274292/html/homepagearchitekten/wp-content/plugins/wp-super-cache/wp-cache-phase2.php on line 62
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /var/www/web26274292/html/homepagearchitekten/wp-content/plugins/subheading/subheading.php:13) in /var/www/web26274292/html/homepagearchitekten/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33
What can I do to solve the problem?
With greetings,
Marc.
Hi queendad!
Please try adding following code to Functions.php file in Appearance > Editor
add_theme_support('avia_no_session_support');
Best regards,
Yigit
OK, I will try!
On which place at functions.php?
And where is my Editor?
It was not at the Design Menue.
Hi,
Please paste the code in your child theme’s functions.php file, you can find it under Appearance->Editor.
Best regards,
Rikard
OK, well
But at which position?
<?php
// Exit if accessed directly
if ( !defined( ‘ABSPATH’ ) ) exit;
// BEGIN ENQUEUE PARENT ACTION
// AUTO GENERATED – Do not modify or remove comment markers above or below:
// END ENQUEUE PARENT ACTION
Hi,
Try to put it at the bottom of functions.php, if it does not work, please try to use the child theme you can download in our documentation: http://kriesi.at/documentation/enfold/using-a-child-theme/
Best regards,
Nikko