• 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

    (@aminericher)

    sorry, changes were made in style.css, by adding static elements at the padding bottom of each post.

    Theme Author Venkat Raj

    (@webulous)

    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

    (@aminericher)

    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

    Thread Starter Win Win

    (@aminericher)

    And that’s what I added in single.php:

    [ Moderator note: Code fixed, please wrap code in backticks or use the code button. ]

    <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

    (@webulous)

    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

    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.

    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

    (@webulous)

    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?

    Hi,

    I am new wordpress developer and I would like to develop website for like this:-link :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

    (@webulous)

    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

    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.