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?
 
This is a bug that will be fixed in the next release. Easy to address. Open xb_mobile_bar on your PARENT style, yes the one that says DO NOT EDIT.

Go down to line 96 and find this:

Code:
            <xf:elseif is="{$buttonId} == 'account'" />

Right above add this:

Code:
                <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" />

End result will look like this:

1742236623228.png
 
Thank you! It has been fixed with your suggestion.

Good to hear. Just a heads up, when we push out the update, because you edited the parent style it will just be updated when you update to the new version with no outdated template here. You won't need to address this issue when you update.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back