Hi, I deleted colors and realized later they need to be added back because they were used. Is there a way to assign the original color IDs back in?
Similar to this post Multisite - Primary Color deleted
Hi @clefler,
Thanks for reaching out.
Can you please provide login credentials for your site in a secure note to examine it further, including:
– WordPress Site URL & Login URL
– WordPress Admin username/password
To create a secure note, click the key icon underneath any of your posts.
Thanks
Hi @clefler,
To make it clear, where did you delete the colors? If it’s in the theme options then there’s no way we can revert the option. The only option you can do is revert a backup to that week when you delete the option.
Hope that helps.
Thank you.
I did delete it from the theme options. No way to edit the wordpress tables or edit a file somewhere?
Hi @clefler,
Regretfully, there’s no option to revert back the deleted colors unless you have the backup.
Thank you.
Not to revert but to manually add them, there isn’t a table or a place that they are stored? Even if you don’t support this kind of custom coding could you tell me where they are located?
Hi @clefler,
In Multisite installation the wp_sitemeta database table stored the informations related to various sites. This table functionality is similar to wp_options table but the structure is like wp_postmeta table. It contains all the information about your network(s).
Please find the detailed information on the table structure in the following articles:
https://codex.wordpress.org/Database_Description#Multisite_Table_Overview
https://codex.wordpress.org/Database_Description#Table:_wp_sitemeta
Hope it helps.
Thanks
Ok thx is it the same without multisite?
I am not using multisite.
Hello @clefler,
Adding the colors manually will only complicate things and give your further issues later on. It is best that you add the colors in the theme options and reassign them again to the elements where you need those colors. This is much faster, easier, and safer with no issues later as you build or edit the site.
Thank you for your understanding.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.