• Resolved memememememe

    (@memememememe)


    For such a vast and multi-optional theme. There should be an easy to find reset button somewhere without having to tear your hair out to find it. Can someone let me know how I can reset the complete theme? Deleting and uploading doesn’t reset it. Its still stuck with the css and the same changes

Viewing 8 replies - 1 through 8 (of 8 total)
  • As for any other wordpress theme/plugin options are stored in the db.
    wp-options table, option name is tc_theme_options

    alternatively you can run once:
    delete_option('tc_theme_options');

    Hope this helps.

    Thread Starter memememememe

    (@memememememe)

    is this a php or something? what do i do? delete the content of the wp-options?

    How do I run the delete_option(‘tc_theme_options’);

    Thread Starter memememememe

    (@memememememe)

    You have not followed up on two posts which you got engaged in. If you re going to help, at least follow through, not start andc leave people hanging. Its not helping anyone that way. I’d rather someone doesnt ask me for my site link if they re not going to help or offer a solution:(

    That’s a bit over the top @mememememe. @d4z is THE man for providing technical support. We are all volunteer supporters and provide solutions as best we can, given other things going on in our lives.

    Asking for the link is our standard first step as we can’t help diagnose any problem without it 99% of the time. Unfortunately, we are not able to put READMEFIRST posts at the top of the Forum to encourage this.

    I’ve given you a manual reset process which I hope works, as if I were @d4z, I’d be less inclined to help you.

    I’m sure we both get what you were trying to say, but you could try a little bit of diplomacy next time!

    thanks rdell :*

    is this a php or something? what do i do? delete the content of the wp-options?

    How do I run the delete_option(‘tc_theme_options’);

    yes it’s php, you can put it in your child-theme functions.php and once done remove that line, or even in the parent-theme functions.php, in a plugin and so on.

    Hope you can solve it.

    p.s.
    This will reset the theme’s options do the default ones.

    Thread Starter memememememe

    (@memememememe)

    im sorry guys, guess i was just a bit frustrated bit frustrated at the time was all. I apologise:). Thanks for your help, of course. Will try your solutions and report back shortly

    Thread Starter memememememe

    (@memememememe)

    Marked as solved. Disabling lightbox plugin solved the issue! Didnt need to reset. thanks d4z & rdell

    ??

    glad you solved

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How do I reset the theme?’ is closed to new replies.