Tagged: #options #update
- This topic has 4 replies, 2 voices, and was last updated 10 months, 3 weeks ago by Sakin.
-
AuthorPosts
-
January 9, 2023 at 10:23 am #314241madeleodParticipant
Hello,
Still a long user of your great theme. I tried to update an old website (2014) to my new server and after big deals with plugins (solved), I still have an issue with the catcheverest_options, that manage the home page. They still are in the database but that don’t showed up whether in the admin or in the website. The same issue with the menus that was already selected but don’t come up in the menu admin.
Do you have any tips to solve this? Thanks in advance.
January 9, 2023 at 1:43 pm #314248SakinKeymasterHello @madeleod: That option is from the customizer options, you can access that from “Appearance => Customize”.
January 10, 2023 at 6:54 am #314287madeleodParticipantThx for your response. Yup, I know and I’ve seen that now it’s from customizer but the fact is I have to redo the selection. Which is weird, isn’t it? And quid from the home page that the content are already in the database table “catcheverest_options” and doesn’t come up in the theme options admin panel? Any idea?
January 11, 2023 at 7:09 am #314317madeleodParticipantHello,
May be I am wrong but I think that this function ( inc/catcheverest-theme-options-defaults.php) doesn’t show up the catcheverest_options stored in the dbb anymore, surely because it’s an old version of the theme.
function catcheverest_options_set_defaults( $catcheverest_options_defaults ) {
$catcheverest_options_settings = array_merge( $catcheverest_options_defaults, (array) get_option( ‘catcheverest_options’, array() ) );
return $catcheverest_options_settings;
}Is there a way to hook this and recover my content? Thx for your help.
January 11, 2023 at 9:30 pm #314346SakinKeymasterWe moved to Customizer and now the Customizer has theme options there. This was changed on September 05, 2015. It’s been 7 years now. So, please contact your hosting server support for this.
-
AuthorPosts
- The topic ‘catcheverest_options don’t show up’ is closed to new replies.