Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Header configuration & styling (http://forum.bytesforall.com/forumdisplay.php?f=15)
-   -   BUG:(Minor) Clearing the logo filename field on HEADER config tab does not stay clear (http://forum.bytesforall.com/showthread.php?t=31)

chirri2000 Dec 13, 2008 11:07 AM

BUG:(Minor) Clearing the logo filename field on HEADER config tab does not stay clear
 
When you erase "logo.gif" in the "Show Logo Image?" option of the HEADER config page, and save it, logo.gif is still there next time (this is minor because logo does disappear from front page, but will come back if you do not clear the field each time before you do a save).

Fixed here temporarily by making logo.gif a 1px image of background colour. :-)

Thanks very much for all your hard work. I will be donating.

Flynn Dec 13, 2008 12:13 PM

There are three options that cannot be erased: favicon, logo and "Home" link in Page Menu Bar, I'll fix this in 3.1

A temporary fix would be to edit bfa_theme_options.php, this is what I will do for the next release anyway:

line 200, change:
PHP Code:

"std" => "20-favicon.ico"

to:
PHP Code:

"std" => ""

line 226, change:
PHP Code:

"std" => "logo.gif"

to:
PHP Code:

"std" => ""

line 501, change:
PHP Code:

"std" => "Home"

to:
PHP Code:

"std" => ""

This would work for other options, too where you want to have nothing but the the default value is "something"


All times are GMT -6. The time now is 03:15 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.