Closed (works as designed)
Project:
Omega
Version:
7.x-3.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2012 at 17:24 UTC
Updated:
4 Apr 2012 at 03:01 UTC
I am new to Omega and just finding my way around. I noticed that if I toggle site name off in the theme settings, the alt tag for the logo I uploaded for the theme does not display. If I toggle site name on in the theme settings, then the logo indeed has the alt tag but then the site name appears on the page which I do not want. I am not sure if there is some other setting so I can display my logo but not the sitename but still have the site name associated with the logo? I hope this makes sense. I am pretty sure this is $vars['logo_img'] = $vars['logo'] ? '<img src="' . $vars['logo'] . '" alt="' . check_plain($vars['site_name']) . '" id="logo" />' : ''; in template.php
Comments
Comment #1
danny englanderI just found the setting: "
Choose from the elements below to hide them via CSS", that fixed it for me, closing.