Fixed HTML widget with no title

KSA

Well-known member
Affected version
2.1
I am not sure if this is intentional but if I chose not to have a title for an HMTL widget, logically it should respect that instead, it displays "HTML" as a title.
 
It's semi-intentional but we may be able to change it.

For now the workaround is to set the Template to:
HTML:
<div class="block">
    <div class="block-container">
        <div class="block-body block-row">
            <!-- your HTML here -->
        </div>
    </div>
</div>

And then check "Advanced mode".

This removes the default HTML which would surround your HTML (including the header) but replaces it with the basic block HTML without a header. You just need to replace the <!-- your HTML here --> bit with your HTML.
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.1.9).

Change log:
Opt not to show a title for HTML widgets if no explicit title is set.
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom