• I want to make some changes in the functions.php, but I can’t because I can’t see “Editor” under “Appearance”.
    (“Headers” and “Background” neither…)

    I only see “Themes” “Customize” “Widgets” and “Menus”.

    Why are theese menu items invisible to me?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Are you using some security plugin? If so, check the settings to be sure it’s not configured to disable dashboard editing of themes and plugins.

    Thread Starter okoyngel

    (@okoyngel)

    Mmmmm Im not sure.
    I have just purchaed a finished working webshop, so I am not that familiar with what kind of plugin does what just yet.

    I have theese:

    Envato Market
    Envato WordPress Toolkit
    Facebook for WooCommerce
    FacetWP
    Jetpack by WordPress.com
    Limit Login Attempts Reloaded
    Redirection
    Shipmondo til WooCommerce
    Shortcode Pagination for WooCommerce
    Slider Revolution
    Smush
    Stock Locations for WooCommerce
    StoreCustomizer
    Swiipe Checkout
    Templatera
    Total Theme Core
    Viabill PriceTags
    WC PartnerAds Feed – DA
    WooCommerce
    WooCommerce Admin
    WooCommerce Cost of Goods
    Woocommerce Gift Wrapper
    WooCommerce Google Analytics Integration
    WooCommerce Name Your Price
    WooCommerce PDF Invoices & Packing Slips
    WooCommerce QuickPay
    WP Crontrol
    WP Rocket
    WP SEO HTML Sitemap
    WP SMTP
    WPBakery Page Builder
    Yoast SEO

    Can you visit your wp-config.php file in your base WordPress installation directory via FTP or SSH, or even cPanel File Manager?

    It’s possible there’s a line of code in that file that looks like this:

    define( 'DISALLOW_FILE_EDIT', true );

    If so, remove that line. Here is what it does. Removing it restores the WordPress install to default.

    Are you looking in your theme folder? Also, you should consider creating a child theme if you are going to edit files. There is a good chance that your changes could be lost if the theme updates. If you don’t want to create a child theme, Consider making a plugin and making the changes in it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘functions.php not found’ is closed to new replies.