• Getting this error message to site:

    Parse error: syntax error, unexpected $end in /home/hansch8/agritune.com.au/new/wp-content/themes/lightfast/builder-page.php on line 107

    heres the code in question:

    }
    echo ‘</div><!– /.half –>’;
    echo ‘<div class=”one_half ‘.$column2_class.'”>’;
    echo ‘<div class=”subheading”>’;
    echo ‘<h3>’.$section_title.'</h3>’;
    echo ‘<h4>’.$section_subtitle.'</h4>’;
    echo ‘</div><!– /.subheading –>’;
    echo $section_content;
    echo ‘</div><!– /.half.last –>’;
    echo ‘<div class=”clear”></div>’;
    echo ‘</div><!– /.section –>’;

    // Gallery Layout
    elseif( get_row_layout() ==`

    the last line is 107. Any ideas? Cheers.

Viewing 1 replies (of 1 total)
  • Moderator t-p

    (@t-p)

    your current “lightfast” theme seems to be the issue.

    To rule out any theme-specific issue, try switching to the WP default theme for a moment via FTP or SFTP or whatever file management application your host provides.

Viewing 1 replies (of 1 total)
  • The topic ‘Parse error: syntax error’ is closed to new replies.