Hello,
I have a problem with the customization of my style. This is the problem, I have added an option to enable or not the button "Login in or Sign up" in the header, but I also have the search bar at this location:
Currently, the search bar is above the button:
If I disable the option:
All is well and the button goes in the sidebar:
I would like to know how I can display the search bar only for the members and only if the option:
is enabled?
Thanks.
I have a problem with the customization of my style. This is the problem, I have added an option to enable or not the button "Login in or Sign up" in the header, but I also have the search bar at this location:
Currently, the search bar is above the button:
If I disable the option:
Code:
<xen:if is="@headerLoginOrSignUpButton">
All is well and the button goes in the sidebar:
I would like to know how I can display the search bar only for the members and only if the option:
Code:
<xen:if is="@headerLoginOrSignUpButton">
is enabled?
Thanks.