Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #816395

    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.

    #816406

    Hi queendad!

    Please try adding following code to Functions.php file in Appearance > Editor

    
    add_theme_support('avia_no_session_support');

    Best regards,
    Yigit

    #816441

    OK, I will try!
    On which place at functions.php?

    And where is my Editor?
    It was not at the Design Menue.

    #816623

    Hi,

    Please paste the code in your child theme’s functions.php file, you can find it under Appearance->Editor.

    Best regards,
    Rikard

    #816899

    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

    #817022

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.