Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1310866
    envato_2015
    Participant

    This is an update to my posting at https://community.theme.co/forums/topic/update-notifications-not-showing-with-validated-license/#post-1155518

    My service provider fixed it for me and told me that you should as well since it’s a core bug probably introduced with 4.3.3 or slightly earlier. Citing him, X theme update notifications will never show in multisite setups due to your custom method multisite_get_themes. The simplest fix would be to change

    $themes[] = wp_get_theme ( $theme_dir );

    to

    $themes [ $theme_dir ] = wp_get_theme ( $theme_dir );

    to correspond to the interface of wp_get_themes.

    #1311201
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! We are glad that you have figure out a way to resolve the issue. We really appreciate for sharing this information. We will be reporting your feedback to our developers so that they can test and update the code in X.

    If you have anything else that we could help you with, please let us know.

    Happy New Year!

  • <script> jQuery(function($){ $("#no-reply-1310866 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>