Thanks for your reply
i was facing same problem on my other blog too i.e [Link moderated]
javascript code included by hostgator on site was conflicting with many of my existing jquery/javascript.
a file was included in my site root that contain the code. sorry i forget the actual file name but after removing that file now all my theme functions are working fine.
i contacted host gator but they were so busy to respond too early.
Thanks
Hi Guys.. i was messing for the same.. and i come with a trick to do that
assign a class e.g nodisplay to the verification and do changes in css as follows
.nodisplay h3, .nodisplay p, .nodisplay h3, .nodisplay a, .nodisplay label
{
display:none;
}
input.nodisplay
{
display:none;
}
its working fine in my project