Contact icons don't show if changed - Joomla! Forum - community, help and support
hello joomla'ers,
i've changed icons in global configuration > contacts > icons.
now, don't show up. instead gives text tags alt tag within img tag. page source returns following code:
is known bug or what? , how fix it?
i don't feel overwriting default icons.
also, if font size isn't 16px, icons don't line right.
hope guys can me, thanks!
i've changed icons in global configuration > contacts > icons.
now, don't show up. instead gives text tags alt tag within img tag. page source returns following code:
code: select all
<dt>
<span class="jicons-icons" >
<img src="/" alt="adress: " />
</span>
</dt>is known bug or what? , how fix it?
i don't feel overwriting default icons.
also, if font size isn't 16px, icons don't line right.
hope guys can me, thanks!
not working me either. checked rendered code , includes initial path new icon file.
should read:
i've tested in other templates , same thing.
this joomla! 3.1.5 stable [ ember ] 01-august-2013 14:00 gmt
code: select all
<img alt="address: " src="/programs/ncs_roc/">should read:
code: select all
<img alt="address: " src="/programs/ncs_roc/images/icons_yellow/email_icon.gif">i've tested in other templates , same thing.
this joomla! 3.1.5 stable [ ember ] 01-august-2013 14:00 gmt
Comments
Post a Comment