Hello,
I am receiving 2 error messages at the top of my site:
Warning: session_start(): Cannot send session cookie – headers already sent by (output started at /home/przw295703/domains/urbanstylz.nl/public_html/wp-content/themes/enfold/functions-enfold.php:1) in /home/przw295703/domains/urbanstylz.nl/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /home/przw295703/domains/urbanstylz.nl/public_html/wp-content/themes/enfold/functions-enfold.php:1) in /home/przw295703/domains/urbanstylz.nl/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 32
I have tried to add the Custom CSS field for media elements to the Functions.php, but by mistake placed it in functions-enfold.php. After removal of the extra lines, I got the error messages.
Can you please help!?
David
Hey!
Try adding this at the very end of your theme / child theme functions.php file:
add_theme_support('avia_no_session_support');
Cheers!
Josue