Thesis 2.0.1 includes a more extensive skin manager (located via the
Manager tab in the Skin Editor), which allows you to backup skin states
and reset a skin to its default settings
In Thesis 2.0 you’re trying to figure out what is going on and completely messed up the classic skin?
find custom.php in wp-content/thesis/skins/thesis-blank/
In Thesis 2.0 you’re trying to figure out what is going on and completely messed up the classic skin?
find custom.php in wp-content/thesis/skins/thesis-blank/
delete_option( 'thesis_classic_css_custom' ); delete_option( 'thesis_classic_css' ); delete_option( 'thesis_classic_vars' ); delete_option( 'thesis_classic_snippets' ); delete_option( 'thesis_classic_packages' ); delete_option( 'thesis_classic_templates' ); delete_option( 'thesis_classic_boxes' ); update_option( 'thesis_raw_css','' );- Reload your home page (it should be blank unless you’ve played with adding HTML to the blank skin)
- Reactivate the Thesis Classic skin
- Save and Compile CSS in the skin editor
- Delete the code from step 2.
Labels:
thesis
Previous Article

Responses
0 Respones to " Reset the Wordpress Thesis 2.0 Classic skin"
Post a Comment