Try deleting your browser cache and cookies and try again. I've had the same issue (albeit for a different reason) as this sorted it out.
Interesting problem. I recommend:
@Keith
already tried different urls one with www and without.
example
?
We used it in our Elgg site http://www.shertonenglish.com/social/ and it works great. I tested in FF, IE, Chrome and Safari, but I think Opera is also supported.
We included the calls for the generic elements in initialise_elgg.php (in our theme), for example:
$(document).ready(function() {
$('.contentWrapper').corner();
$('.messages, .messages_error').corner();
$('.search_listing').corner();
$('.generic_comment').corner();
...
});
For some elements that only appear in a specific page you can put the call in the same page.
@morgar - Thank you.
@Keith - Perhaps you can also provide more info.
@Carlos mi buen amigo inteligente ;-)
thanks mate, you saved me some 7 minutes..
take care ;-O
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.