No option to change alt tag of Logo?

January 2013 WordPress Theme
GK User
Sat Mar 23, 2013 3:58 pm
Why is there no option to change alt tag of logo?
The present tag is News - News WordPress Theme
User avatar
Senior Boarder

GK User
Sat Mar 23, 2013 10:55 pm
Hi,

The logo image alt attribute comes from the blogname and blog description settings. If you need an independent text, you will have to change function gk_blog_logo in the gavern/helpers/helpers.layout.php file.
User avatar
Administrator

GK User
Sun Mar 24, 2013 6:25 pm
Can you please help me with the line number and where in that line?
User avatar
Senior Boarder

GK User
Sun Mar 24, 2013 8:46 pm
If you didn't modified that file it is line 151. in the gavern/helpers/helpers.layout.php file:

Code: Select all
echo '<img src="'.get_option($tpl->name . "_branding_logo_image", '').'" alt="' . $logo_text . '" width="'.get_option($tpl->name . "_branding_logo_image_width", 128).'" height="'.get_option($tpl->name . "_branding_logo_image_height", 128).'" />';
User avatar
Administrator


cron