I have a problem with my board and wondered if somebody could assist me please. My apologies if this is in the wrong area.
Uploaded with ImageShack.us
As you can see when i receive a new message notification the icon drops off the top blue bar where all the other links are and the other links become transparent too. Where should i look to fix this please?
Thanks in advance
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Team Webgalli@webgalli
Team Webgalli - 0 likes
- DhrupDeScoop@Dhrup2000
DhrupDeScoop - 0 likes
- Drengin@Drengin
Drengin - 0 likes
- Drengin@Drengin
Drengin - 0 likes
- DhrupDeScoop@Dhrup2000
DhrupDeScoop - 0 likes
- Drengin@Drengin
Drengin - 0 likes
You must log in to post replies.This is a simple css issue.
To fix it in the easy way : Go to your the specific theme folder/page_elements/elgg_topbar.php file. Open it with an editor and remove the administrator link.
Now in the start.php of your theme add this
Another solution is to increase the width for that specific div in the css. Use firebug for this
What is "Site Sections" ?? That is what's causing your Mail Icon to fall off. . .
Many thanks. The first part worked perfectly and the problem has been resolved.
However the second part did not work but is no big deal as i just set up a new bookmark to take me to the admin area :)
Thanks again
@DhrupDeScoop - renamed tools section
try -> goto start.php code(s)
change the menu labels to be shorter -
e.g.
not "Administration" but "Admin"
and so on...
@Team Webgalli - If i looked harder i might have seen the link... DOH! Thanks both parts worked perfectly. Thanks
@DhrupDeScoop - Thanks for your help too :)