Small visual bug, when options Include global title? and Allow collapse? is Disabled, blank header H3 still displayed. This is a bit confusing markup, especially in the mobile version.
Maybe like this in \data\theme.xml:
{{else}} <h3> {{if settings.gms_collapse}} <a href='#' class='ipsPos_right ipsJS_show ipsType_noUnderline cMessageToggle' data-action='toggleMessage' data-ipsTooltip title='{lang="gms_toggle_this_message"}'></a> {{endif}} </h3> {{endif}}
replase to:
{{else}} {{if settings.gms_collapse}} <h3> <a href='#' class='ipsPos_right ipsJS_show ipsType_noUnderline cMessageToggle' data-action='toggleMessage' data-ipsTooltip title='{lang="gms_toggle_this_message"}'></a> </h3> {{endif}} {{endif}}
Recommended Comments
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.