Ian and Chris,
The "Text in Footer" should not be reset to the default if set blank.
Guess I'm reporting this as a bug. You may have set it this way for a reason, of course. I found it annoying.
Ian and Chris,
The "Text in Footer" should not be reset to the default if set blank.
Guess I'm reporting this as a bug. You may have set it this way for a reason, of course. I found it annoying.
Hi Tomcat23,
I think of it as a feature that allows you to regenerate the default settings rather than a bug that keeps you from removing the information. If you need to remove it entirely there this way:
function child_remove_siteinfo() {
remove_action('thematic_footer', 'thematic_siteinfoopen', 20);
remove_action('thematic_footer', 'thematic_siteinfo', 30);
remove_action('thematic_footer', 'thematic_siteinfoclose', 40);
}
add_action('init','child_remove_siteinfo');
-Gene
But doesn't thematc have a button to reset widgets? Couldn't this happen when this is pressed, and allow for that field to be blank in the admin panel unless the theme is being re-initialized on install or when that button is pressed?
This topic has been closed to new replies.