• Resolved svartholes

    (@svartholes)


    This error message appeared for no apparent reason

    Fatal error: Call to undefined function get_row_css_class() in /home/oligome1/public_html/wp-content/themes/richer/vc_templates/vc_row.php on line 72

    my website is http://www.oligomedic.com

    Completely clueless at the moment. Any help appreciated!

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

    (@t-p)

    your “richer” theme seems to be the error.

    Try switching to the unedited default Theme (Twenty Seventeen) using FTP/ SFTP , or your web-host’s cPanel or whatever file management application your host provides (no Dashboard access required). Navigate to /wp-content/themes/ and switch to the default theme by renaming your current theme’s folder by adding “-old” to the end of the folder name. Alternately, you can remove other themes except the default theme (Twenty Sixteen.). That will force your site to use it.

    Thread Starter svartholes

    (@svartholes)

    Found the error on another forum, pasting the following function in the theme’s functions.php worked:

    function get_row_css_class() {
    $custom = vc_settings()->get( ‘row_css_class’ );

    return ! empty( $custom ) ? $custom : ‘vc_row-fluid’;}

    Moderator t-p

    (@t-p)

    glad to know it 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Fatal error: Call to undefined function get_row_css_class()’ is closed to new replies.