Featured Wordpress Themes

How can I completely remove "show theme box" option located inside the admin

  • I don't want option to check off, I want to completely remove "show theme box" option from admin area.

    For faster issue resolution please provide:
    URL to your website:
    Browser version:
  • 1 Comment sorted by
  • Hi, to completely remove Theme Box options you need to:

    1. find folder Templates in root directory of your theme. Edit file "main-layout.php" and comment out (just comment out, do not remove it) lines 110-112:
    /*
    {ifset $themeOptions->general->displayThemebox}
    {include "$themeboxDir/ThemeBoxTemplate.php"}
    {/ifset}
    */

    2. find folder "conf" in root directory of your theme. Edit file "theme-config.neon" and delete lines 9-17. These are the lines:
    ThemeBox: section
    #################
    displayThemebox:
    label: Show Themebox
    type: checkbox
    default:
    enable:
    label: 'Yes'
    checked: false

    Regards, Ivan.
    AIT-Themes.com
    ivo@ait-themes.com
    Use please email above if your Admin or FTP credentials are required by me. Always paste url of conversation into mail.
    interesting links: how to update theme ? | How to modify css? | Shortcodes