• Resolved zaidi04

    (@zaidi04)


    Neve is my favorite theme but now these days critical errors in the header-footer grid

    Fatal error: Namespace declaration statement has to be the very first statement or after any declare call in the script in /home/prism84u/public_html/wp-content/themes/neve/header-footer-grid/functions-template.php on line 12

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Sometimes this issue come because of space in PHP start tag of controller facing same issue just removed whitespace in:

    <?php 
    namespace App\Http\Controllers\Auth;
    

    removing the space resolved my error

    if you are the developer then try this in the file on
    public_html/wp-content/themes/neve/header-footer-grid/functions-template.php on line 12

    for more read this stack overflow

Viewing 1 replies (of 1 total)
  • The topic ‘Neve Theme for’ is closed to new replies.