Extinct Title

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #4500
    ten12design
    Member

    Hi guys and gals, I am trying to not show the Extinct tab for the members section any ideas how I can delete this so members don’t see that title and dropdown option?

    Thanks

    #4522
    Raghavendra
    Moderator

    In the file framework/framework.php, can you pls insert this line at line number 318 –

            if (!current_user_can( 'manage_options' ))
                return;
    

    This should be in the method sanitize_admin_bar(). Thanks for bringing this to our attention.

    #4529
    ten12design
    Member

    Sorry but that didn’t do anything.

    #4568
    Raghavendra
    Moderator

    How about this Custom CSS –

    #wpadminbar #wp-admin-bar-mo-theme-menu { 
    display: none;
    }
    

    This way there is no need to touch the theme files.

    #4571
    ten12design
    Member

    That worked perfect!!! One other question. I haven’t updated the extinct theme yet my concern was will I lose the custom css codes I placed in and will it hamr the plugins that are already set up in the site? It’s a pretty big site, I just don’t want to spend hours redoing it all. I do my backups also.

    #4614
    Nexus
    Moderator

    As far as my experience with updating our theme goes, it doesn’t harm any of the plugins, content, custom css or theme options as such. We keep updating our themes in our online demos whenever we release updates to them. So far no problems whatsoever if you follow the right procedure. Hope that helps.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Extinct Theme Support’ is closed to new topics and replies.