• Resolved Free Fast

    (@freecook)


    How can I disable that Welcome message on Dashboard? It persist and can not be disabled on my dashboard. Is displayed this message:

    ” Welcome! Thank you for choosing Alante! To get started please make sure you visit our?welcome page.”

    View post on imgur.com

    Someone can help with this issue? Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter Free Fast

    (@freecook)

    To remove this annoying message, open this file:

    wp-content/themes/alante/admin/main-toolbox/toolbox-class.php

    Delete the line #114 or change to:

    /** $this->notification = isset( $this->config[‘notification’] ) ? $this->config[‘notification’] : ( ‘<p>’ . sprintf( ‘Welcome! Thank you for choosing %1$s! To get started please make sure you visit our %2$s<strong>welcome page</strong>%3$s.’, $this->theme_name, ‘<a href=”‘ . esc_url( admin_url( ‘admin.php?page=thinkup-setup’ ) ) . ‘”>’, ‘</a>’ ) . ‘</p><p><a href=”‘ . esc_url( admin_url( ‘admin.php?page=thinkup-setup’ ) ) . ‘” class=”button button-primary” style=”text-decoration: none;”>’ . sprintf( ‘Get started with %s’, $this->theme_name ) . ‘</a></p>’ ); **/

    Problem fixed!!! =D

Viewing 1 replies (of 1 total)
  • The topic ‘Disable persistent Welcome header in Dashboard’ is closed to new replies.