Hi!
I want to remove the Kriesi theme ad from the footer. So i edited the footer.php in the themes folder, and edit this section
<!-- ####### SOCKET CONTAINER ####### -->
<div class='container_wrap <?php echo $extraClass; ?>' id='socket'>
<div class='container'>
<span class='copyright'>© <?php _e('Copyright','avia_framework'); ?> - '><?php echo get_bloginfo('name');?> - Wordpress Theme by Kriesi.at</span>
</div>
</div>
<!-- ####### END SOCKET CONTAINER ####### -->
</div><!-- end wrap_all -->
I remove this line
- Wordpress Theme by Kriesi.at
This leaves my name and copyright as i want it, but now when I'm logged in as a admin the menu is going bonkers and positioned all wrong and its semi transparent ?
See image here:
http://paullindqvist.se/images/angular.png
Please advice!
Regards
Paul L.














