Shop Categories

X

Code Message on Top of Header

Home Forums Agama Pro Code Message on Top of Header

Topic Resolution: Resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17535
    Eduarda Ferreira
    Participant

    Hello,

    My website now has this message on top of the header:

    _metadata’ ), ‘slug’ => esc_attr( $slug ), ‘order_id’ => esc_attr( $user[‘order_id’] ), ‘license’ => esc_attr( $user[‘license’] ) ), self::$api_url ); return $params; } } /** * Get Plugin Directory * * @since 1.0.1 */ public static function plugin_dir( $plugin ) { if( ! empty( $plugin ) ) { $plugin_dir = ABSPATH . ‘wp-content/plugins/’ . esc_attr( $plugin ) . ‘/’ . strtolower( $plugin ) . ‘.php’; if( file_exists( $plugin_dir ) ) { return $plugin_dir; } else { return __FILE__; } } return false; } } VisionCore::init(); }

    I spent hours trying to fix it but I can’t figure out what is it. I tried to deactivate some plugins in case it would be a plugin issue, but it seems to be an issue with the theme.

    Does anyone know what this is?

    #17546
    Zex
    Moderator

    Hello, Eduarda!

    First, make sure everything is up to date.
    If it is updated and the problem persists,

    Try to reinstall the Vision Core plugin:

    – Deactivate, then delete a “Vision Core” plugin.
    – After you deleted it, on top of your WordPress dashboard, you will see the message that the Vision Core plugin needs to be installed or activated…

    https://prnt.sc/p1jz8x

    – Click on “Activate or Install Vision Core Plugin” link to Install and activate the plugin.
    If the link doesn’t work, click on the “Begin Installing Plugins” link below the message.
    https://prnt.sc/p1k32h
    then, install, below the Vision Core…
    https://prnt.sc/p1k3wj
    After the plugin is successfully installed, Go to Dashboard->Plugins, and Activate it.
    https://prnt.sc/p1k59x

    If After you do this, the issue still remains, please give me your WP-Admin username and Password in the private reply(Check the “Set as private reply” checkbox below the post) so I can check this directly on your website.

    Thanks

    Regards

    • This reply was modified 3 years, 6 months ago by Zex.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.