I am using the "hide quick add" as found on Developer. Prior to the upgrade, when the site opened, it was "just not there/not visible." But since the upgrade - you see it and and then it quickly disappears. It kinda blinks there and then goes away. I don't want my members to see it and then not see it. Is there a way to fix your current code so that it doesn't show, then disappear - that it's just not visible?
Tags:
Views:11
Replies to This Discussion
Permalink Reply by ravi on September 30, 2008 at 1:41pm
Not sure how you are presently hiding it, but using the CSS below will keep it hidden from the beginning:
#xg_module_account form {
display:none;
}
Permalink Reply by Erick on September 30, 2008 at 1:45pm
NO.. I had used the Remove the Quick Add Feature and it was doing the Samething.. it keep showing up but not usable..