When I access the GK University WP widgets, a large number of errors appear. Is the University WP Theme broken and unusable? I have attacked some pics of the error messages. Please advise.

Best regards,

Silbano

    Hi silbano,
    At the moment, the widgets of the Gk theme does not compatible with the Wordpress widgets block, you can add the following code snippet to your functions.php file or by using a code snippets plugin.

    function example_theme_support() {
        remove_theme_support( 'widgets-block-editor' );
    }
    add_action( 'after_setup_theme', 'example_theme_support' );

    Or the following code:

    
    // Disables the block editor from managing widgets in the Gutenberg plugin.
    add_filter( 'gutenberg_use_widgets_block_editor', '__return_false', 100 );
    
    // Disables the block editor from managing widgets. renamed from wp_use_widgets_block_editor
    add_filter( 'use_widgets_block_editor', '__return_false' );

    Hi Dominic,

    Thanks for the code. I used the first one you recommended and there are no error messages, but there is no way to change the frontpage theme page. I do not believe the University theme will work for me. It has many issues. BTW, what code snippets plugin do you recommend?

    Will the GavicKPro WordPress University theme be updated for compatibility with the WordPress widgets block? If not, should I use the Shape5 WordPress "Campus Life" theme? Does the Shape5 WordPress "Campus Life" theme have the same issues as the GavickPro Word Press "University" theme? I do not want to start developing a large website that will be plagued with issues. Please advise.

    Best regards,

    Silbano

      Hi silbano,
      I'm currently looking into this matter and rest assured, we are working diligently to resolve it at the earliest possible.

        Hi Dominic,

        Shape5 has a greater selection of WordPress Themes than GavicPro. Does the Shape5 WordPress "Campus Life" theme have the same issues that plague the GavicKPro WordPress University theme? Which is the best Theme in your professional opinion? I like the GavicKPro WordPress University theme, but I am having trouble with it. Do you know when it will be fully operational without errors? Please advise.

        Best regards,

        Silbano

        dominic

        Hi Dominic,

        Shape5 has a greater selection of WordPress Themes than GavicPro. Does the Shape5 WordPress "Campus Life" theme have the same issues that plague the GavicKPro WordPress University theme? Which is the best Theme in your professional opinion? I like the GavicKPro WordPress University theme, but I am having trouble with it. Do you know when it will be fully operational without errors? Please advise.

        Best regards,

        Silbano

          Hi silbano,
          I have fixed the Gk University theme, you can download this theme here. If you have any issues, you can send me the FTP account, we will help you resolve it.

          university.zip
          829kB
            5 days later
            This message is visible to Moderators only
            hidden content

              Hi silbano,
              I'm checking to help you resolve the issue. Please stay tuned.

                dominic
                Hi Dominic,

                Were you able to resolve this issue for me? I see you were looking into this about 3 days ago. Please advise.

                Best regards,

                Silbano

                  Hi silbano,
                  I have installed the new theme, you can check the site now.
                  If you have any issue then you can let us know. We will help to resolve it.

                  Write a Reply...
                  You need to Login to view replies.