Title: Theme Options Disappear
Last modified: August 21, 2016

---

# Theme Options Disappear

 *  [Win Win](https://wordpress.org/support/users/aminericher/)
 * (@aminericher)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/theme-option-disappear/)
 * Hi,
    Yesterday I don’t know why the the theme options disappear from the dashboard.
   I installed many plugins including iControlwp and i’ve made some changes in the
   single.php . How can i make these options reappear again ? Thank you 🙂

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

 *  Thread Starter [Win Win](https://wordpress.org/support/users/aminericher/)
 * (@aminericher)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/theme-option-disappear/#post-4980428)
 * sorry, changes were made in style.css, by adding static elements at the padding
   bottom of each post.
 *  Theme Author [Venkat Raj](https://wordpress.org/support/users/webulous/)
 * (@webulous)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/theme-option-disappear/#post-4980445)
 * I would like to help, But I can’t guess which plugin is causing the error and/
   or how your Dashboard looks now (a screenshot please), what styles are added 
   to style.css (while there is custom css field in theme options)
 * So couldn’t propose a solution.
 *  Thread Starter [Win Win](https://wordpress.org/support/users/aminericher/)
 * (@aminericher)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/theme-option-disappear/#post-4980483)
 * Thank you for the quick reply.
    First, I verified that the only change i made
   was in single.php by adding “subcontent” under each post. Second, I tried to 
   desactivate all plugins but nothing change. This is my dashboard [http://comment-devenirriche.com/wp-content/uploads/2014/06/sc.png](http://comment-devenirriche.com/wp-content/uploads/2014/06/sc.png)
 *  Thread Starter [Win Win](https://wordpress.org/support/users/aminericher/)
 * (@aminericher)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/theme-option-disappear/#post-4980484)
 * And that’s what I added in single.php:
 * _[ Moderator note: Code fixed, please wrap code in [backticks or use the code button](http://codex.wordpress.org/Forum_Welcome#Posting_Code).]_
 *     ```
       <table style="">
         <tbody>
           <tr style="">
             <td
        style="height: 140px ! important; width: 300px ! important;">
             <h3
        style="font-size: 20px ! important; color: rgb(255, 66, 0) ! important; padding-bottom: 0px;">Obtenez Mes Derniers Articles</h3>
          <?php mailchimpSF_signup_form(); ?>
             </td>
             <td
        style="">
             <h3
        style="font-size: 23px ! important; color: rgb(255, 66, 0) ! important; padding-bottom: 0px;">Connect With Me...</h3>
             <p style="padding-bottom: 8px;">Circle me on Google+ so we can chat and I can put a face to a name!
   
             <div style="text-align:center;" align="center">
   
       <div class="g-person" data-width="351" data-href="//plus.google.com/u/0/114841168452671387222" data-theme="dark" data-layout="landscape" data-showcoverphoto="false" data-rel="author"></div>
              </div>
             </td>
           </tr>
         </tbody>
       </table>
       </div>
       ```
   
 *  I even tried to remove it but nothing change.
 *  Theme Author [Venkat Raj](https://wordpress.org/support/users/webulous/)
 * (@webulous)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/theme-option-disappear/#post-4980565)
 * If the following url shows theme options page, then you can conclude that the
   options is working, but there is a conflict in menu position between plugins
   
   [http://[yourdomainname]/wp-admin/admin.php?page=_options](http://[yourdomainname]/wp-admin/admin.php?page=_options)
 * If so, edit the line (around 722) in abaris/includes/theme-options-config.php
 * ‘page_priority’ => null, // Order where the menu appears in the admin area. If
   there is any conflict, something will not show. Warning.
 *  [st7](https://wordpress.org/support/users/st7/)
 * (@st7)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/theme-option-disappear/#post-4980718)
 * Hello,
 * I also have a similar problem to that, I made a change to a file /theme-options-
   config.php and unfortunately it did not work.
    In my case it is a strange situation
   that on localhost everything works fine, but after uploading to the server disappears
   me “Theme Options” with dashboard, as I go to the tab plugins and switch Redux
   Framework to the demo mode is set to appear “Sample Options”.
 * Thx
 *  Theme Author [Venkat Raj](https://wordpress.org/support/users/webulous/)
 * (@webulous)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/theme-option-disappear/#post-4980719)
 * Make sure you don’t have any sytax errors in /theme-options-config.php
 * Is there any extra plugin in your server? comparing to localhost?
 *  [Milind Rahangdale](https://wordpress.org/support/users/milind-rahangdale/)
 * (@milind-rahangdale)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/theme-option-disappear/#post-4980720)
 * Hi,
 * I am new wordpress developer and I would like to develop website for like this:-
   link :[http://mevents.co.uk/weddings-celebrations/weddings/](http://mevents.co.uk/weddings-celebrations/weddings/)
 * please suggest me which free theme or plugins should i use, any help will be 
   appreciable.
    Regards, Milind
 *  Theme Author [Venkat Raj](https://wordpress.org/support/users/webulous/)
 * (@webulous)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/theme-option-disappear/#post-4980721)
 * Hello Milind,
 * Everyone in WordPress community would love to help fellow developer. However,
   expecting them to review a site, find out the functionalities it has and give
   you advice is too much to ask IMO. Instead, for example, you may ask “I would
   like to develop a website with events calendar with xxx and yyy functionalities.
   How can I do it?”
 * Besides, Make your own thread, this thread is for ‘theme opion disappear’ issue.
 * Regards,
    Venkat
 *  [st7](https://wordpress.org/support/users/st7/)
 * (@st7)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/theme-option-disappear/#post-4980722)
 * I do not have any errors in the file, even upload clean theme I have the same
   problem. server has default settings. I’m surprised that Redux work, only the
   theme does not want to

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

The topic ‘Theme Options Disappear’ is closed to new replies.

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

 * 10 replies
 * 4 participants
 * Last reply from: [st7](https://wordpress.org/support/users/st7/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/theme-option-disappear/#post-4980722)
 * Status: not resolved