If you are having issues with Gutenberg editor, please simply download official Classic editor plugin.
Haven't found you're looking for? Visit goodstore howto web

Reporting a Bug


  • No need for further action as I solved it. But just for your next updates.

    The theme has a bug. In the file /wp-content/themes/gdn-theme/framework/lib/class_tgm.php
    it has this code:
    if ( ! function_exists( "gdn-theme" ) ) {
        function tgmpa( $plugins, $config = array() ) {


    but should be:
    if ( ! function_exists( "tgmpa" ) ) {
        function tgmpa( $plugins, $config = array() ) {

  • All following comments are shown for registered users only!

    (1 next comment)
This discussion has been solved.
All Discussions