Home Forums WoodMart support forum persistent message

persistent message

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #110430

    ronan
    Participant

    Hello everyone 🙂

    how to remove this persistent message:

    “”You just installed the latest version of the WoodMart theme. To finish the installation and enable all theme’s function or if you see any problems with your WPBakery elements displayed as shortcodes you need to install the latest version of theWoodMart Core Plugin too. Go to Appearance -> Install plugins and click on “Install” or “Update” button””

    I did what is indicated on the message, but it still appears

    thank you

    #110441

    Artem Temos
    Keymaster

    Hello,

    Try to add the following PHP code snippet to the child theme functions.php file to remove it completely

    remove_action( 'wp_footer', 'woodmart_core_outdated_message', 10 );

    Regards

    #110534

    khistufer
    Participant

    I’m having the same issue. I have applied the PHP code snippet in my Woodmart Child theme and did not resolve it. Any solutions?

    #110535

    ronan
    Participant

    not for the moment 🙁

    we can just wait an answer from xtemos

    #110546

    Artem Temos
    Keymaster

    Hi,

    Be sure that you activated the child theme in Appearance -> Themes. If it still doesn’t work, please, send us your admin and FTP access.

    Regards

Viewing 5 posts - 1 through 5 (of 5 total)