Title: Theme author help needed
Last modified: August 30, 2016

---

# Theme author help needed

 *  [goki1](https://wordpress.org/support/users/goki1/)
 * (@goki1)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/theme-author-help-needed/)
 * Dear Support,
 * I have issue with my Appearance-editor, there is no editor in my Dashboard.
 * I tried to get help from my host and bellow are HostGator Technical Support messages:
   
   1. “After reviewing your issue it does seem you need to enable theme support 
   within your wordpress.” Marco R. Linux Administrator HostGator.com LLC [http://support.hostgator.com](http://support.hostgator.com)
 * 2. “Essentially, your theme doesn’t include support for a CSS editor. That means
   you will either need to edit the css manually through the code, or follow the
   guide to edit the code. Unfortunately, this is an issue with the coding your 
   theme itself, and if you are running into problems with it, you would need to
   contact the theme developer for support.”
    Johnny M. Linux Triage Administrator
   Hostgator.com LLC [http://support.hostgator.com](http://support.hostgator.com)
 * Kindly ask you for your help.
    My site is: [http://samuradi.com/](http://samuradi.com/)
   Regards.

Viewing 9 replies - 1 through 9 (of 9 total)

 *  [Robruu](https://wordpress.org/support/users/robruu/)
 * (@robruu)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/theme-author-help-needed/#post-6210334)
 * Twenty thirteen has a css editor.
    If you click on “appearance” you will find“
   edit Css” in the bottom, If you dont have it try to switch to twenty fourteen
   or fifteen.
 * Make sure that your wordpress is up to date and that your theme is up to date.
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/theme-author-help-needed/#post-6210586)
 * You shouldn’t be editing the theme files anyway. If the theme gets updated because
   of feature enhancements, bug fixes, or security patches, or if the theme has 
   to be updated because of a change to the WordPress core, then your changes will
   be lost. Instead, either create a [child theme](http://codex.wordpress.org/Child_Themes)
   or use a CSS plugin like Jetpack or [Custom CSS Manager](http://wordpress.org/plugins/custom-css-manager-plugin/)
   if you’re just making CSS changes.
 *  Thread Starter [goki1](https://wordpress.org/support/users/goki1/)
 * (@goki1)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/theme-author-help-needed/#post-6210588)
 * Thank you CrouchingBruin,
 * I would like to use CSS Jetpack plugin, but what CSS changes exactly should I
   make?
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/theme-author-help-needed/#post-6210589)
 * > but what CSS changes exactly should I make?
 * It depends on what you are trying to change. I don’t see anything in your post
   above that says what changes you are trying to make. For instance, if you want
   to make all of your post titles blue, then you would add this rule by going to**
   Appearance → Edit CSS** (after you activate the Custom CSS option by going to**
   Jetpack → Settings**):
 *     ```
       .entry-title {
          color: #0000ff;
       }
       ```
   
 *  Thread Starter [goki1](https://wordpress.org/support/users/goki1/)
 * (@goki1)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/theme-author-help-needed/#post-6210591)
 * I do not want to change anything.
    Please read my first comment above. I have
   the issue with my Appearance-editor, there is no editor in my Dashboard? How 
   could I back my editor?
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/theme-author-help-needed/#post-6210593)
 * If you don’t want to change anything, then why would you need the Appearance 
   → Editor?
 * Some hosts will disable the editor to prevent users from accidentally making 
   changes to a theme (as I mentioned earlier, you generally do not want to make
   changes to theme files because they will get overwritten the next time the theme
   is updated). Check your wp-config.php file and see if this line is somewhere 
   inside of it:
 *     ```
       define('DISALLOW_FILE_EDIT', true);
       ```
   
 * You should also disable all plugins and see if that works. Some security plugins
   will disable the editor as well.
 *  Thread Starter [goki1](https://wordpress.org/support/users/goki1/)
 * (@goki1)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/theme-author-help-needed/#post-6210598)
 * Thank you CrouchingBruin for your answer.
 * There is a line inside wp-config.php file:
 * define(‘DISALLOW_FILE_EDIT’, TRUE); // Sucuri Security: Fri, 14 Nov 2014 19:33:
   55 +0000
 * I have no Sucuri security plugin for long time.
 * What is next?
 *  [CrouchingBruin](https://wordpress.org/support/users/crouchingbruin/)
 * (@crouchingbruin)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/theme-author-help-needed/#post-6210599)
 * Remove that line from the wp-config.php file and then you should be OK.
 *  Thread Starter [goki1](https://wordpress.org/support/users/goki1/)
 * (@goki1)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/theme-author-help-needed/#post-6210601)
 * Thank you CrouchingBruin again.
 * After long time I have my Editor again.
 * Best regards.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Theme author help needed’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/twentythirteen/4.5/screenshot.
   png)
 * Twenty Thirteen
 * [Support Threads](https://wordpress.org/support/theme/twentythirteen/)
 * [Active Topics](https://wordpress.org/support/theme/twentythirteen/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/twentythirteen/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/twentythirteen/reviews/)

 * 9 replies
 * 3 participants
 * Last reply from: [goki1](https://wordpress.org/support/users/goki1/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/theme-author-help-needed/#post-6210601)
 * Status: not resolved