I have added a member navigation bar and set it property as “hidden on load”.
However, how to show it using corvid code later?
Assume, I want #accountNavBar1 to be unhidden after certain event is performed. How that can be achieved? and what is the wix code statement to achieve that?
I have tried,
$w.
$w(‘#accountNavBar1’).show(effectName, effectOptions);
but it does not work and I get syntax error as, show function is not available for #accountNavBar1, infact I have observed many functions are not available for this element.