Hello,
I created a new user with no roles (just an authenticated user) and I logged in with his credentials.
When I go to edit his profile page form ( .../user/{uid}/edit ) I only see a blank page (the edit profile page is loaded throught your theme, not with the administrative one).
I think the problem has to do with javascript because the source code of the above page is ok (html items like email input box is there).
The problem is in the file script.js. Specific the code:
//Elements Appear from right
$('.item_right').each(function() {
$(this).appear(function() {
$(this).delay(150).animate({
opacity : 1,
right : "0px"
}, 1000);
});
});
is not working for that content (edit profile page) and as a result the opacity of the <div class="content item_right"> is been left to opacity:0.
Therefore I cannot see anything.
Can someone help me on this? A quick solution would be to remove the css class item_right but then I will lose the animation...
Hi,
Please send us your site's url and admin account as well as FTP account to [email protected] (also this forum link)