centomegabit
Customer
Hi everyone, I have a problem with the mobile bar. The default buttons work correctly. As per the instructions I configured the custom mobile buttons but they do not appear. What could be the problem?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<xf:elseif is="{$buttonId} == 'account'" />
<xf:elseif is="{$buttonId} == 'custombutton1'" />
<xf:include template="xb_mobile_button_1" />
<xf:elseif is="{$buttonId} == 'custombutton2'" />
<xf:include template="xb_mobile_button_2" />
<xf:elseif is="{$buttonId} == 'custombutton3'" />
<xf:include template="xb_mobile_button_3" />
Thank you! It has been fixed with your suggestion.