Please provide the name of the theme and site url.
Engine theme.
Well, there is a ‘reset’ option in theme options. But that isn’t working anyways.
Try Using the following plugins
WordPress Reset
WordPress Database Reset
*Warning! – The plugins may completely wipe out data from your website.
I tried WordPress reset plugin.
That only resets the database. Thats it.
Resets the WordPress database back to it’s defaults. Deletes all customizations and content. Does not modify files only resets the database.
Rest everything remains intact.
Go to Cpanel>File Manager
Go to public_html > wp-content > themes > your theme
*Make sure you zip it up and have a back up
Delete the theme
upload the theme again
Go to Cpanel>File Manager
Go to public_html > wp-content > themes > your theme
*Make sure you zip it up and have a back up
Delete the theme
upload the theme again
This will delete the theme same way deleting it from wordpress.
It wont make changes in wp-options file.
You need to use the reset plugin (clear database) AND delete the them files.
theme files?
you mean what marvel labs said?
Something that partially worked is: deleting the ‘theme_mod_myThemeName‘ entry from the database made the theme reset but,
When I imported settings from a demo site through XML file, there were many new entries that were made in the database (wp_options_SomethingRandom). And the option_value of theme_mods_myThemeName changed.
then I deleted my theme from wordpress, followed by deleting the theme_mods_myThemeName entry from database followed by re-installing the theme. This made a reset to my theme settings but the other database entries that were inserted prior (when I imported settings through xml) were still there.
I also dont know which new entries were made on importing the settings so that I can delete them all.
I fear this will create unwanted entries (every time I import settings and reset) to database slowing down the site performance. Any comments?