
Originally Posted by
cubmanky
��. So no way to uninstll and reinstall to fix the issue. So now I have to figure what in the dbs to fix.
You can fix the dbs. BACKUP your dbs! You have been warned!
In admin goto to Tools>Install SQL patches.
Copy/paste the following code in the box and click 'Send'.
You should see a green bar telling you "4 statements processed".
Code:
/* set use_function and set_function in configuration with key = rsb_slider_status */
UPDATE configuration SET use_function = NULL WHERE configuration_key = 'RSB_SLIDER_STATUS';
UPDATE configuration SET set_function = 'zen_cfg_select_option(array(\'true\', \'false\'),' WHERE configuration_key = 'RSB_SLIDER_STATUS';
/* set use_function and set_function in configuration with key = show_ez_pages_menu */
UPDATE configuration SET use_function = NULL WHERE configuration_key = 'SHOW_EZ_PAGES_MENU';
UPDATE configuration SET set_function = 'zen_cfg_select_option(array(\'true\', \'false\'),' WHERE configuration_key = 'SHOW_EZ_PAGES_MENU';
In admin goto Configuration>Responsive Sheffield Blue Configuration. You will notice the difference. Values are visible and when you edit, you see the radio buttons.
Good luck!
Thanks,
jpda
Bookmarks