Disabling the toolbar logo | HCL Digital Experience
You can disable the toolbar logo for the entire portal that includes all the virtual portals or for a specific virtual portal.
About this task
The capabilities of the site toolbar are tightly connected with its theme, the toolbar Theme 8.5. Therefore, it is not possible to operate the site toolbar with a customized theme.
Procedure
- Log in to the WebSphere® Integrated Solutions Console as an administrator.
- Click .
- Click Custom properties to update the configuration properties.
-
Update the appropriate property based on whether you want to disable the feature globally or
only for a specific virtual portal.
- To disable the toolbar logo in the entire portal, including all virtual portals edit or
create the property:
global.wp_toolbar_logo.enabled
and set its value to false.
- To disable the toolbar logo for a specific virtual portal.
- To disable the toolbar logo for the default virtual portal, edit or create the property:
default.wp_toolbar_logo.enabled
and set its value to false. - To disable the toolbar logo for any other virtual portal than the default virtual portal,
specify the following properties:
context.virtual_portal_context.property.wp_toolbar_logo.enabled= false
Set the value of this property to false. Replace virtual_portal_context with the context of the target virtual portal. For example,
context.vp1.property.wp_toolbar_logo.enabled= false
hostname.virtual_portal_hostname.property.wp_toolbar_logo.enabled= false
Set the value of this property to false. Replace virtual_portal_hostname with the host name of the target virtual portal. For example,
hostname.vp.example.com.property.wp_toolbar_logo.enabled= false
- To disable the toolbar logo for the default virtual portal, edit or create the property:
- To disable the toolbar logo in the entire portal, including all virtual portals edit or
create the property:
- Save your changes.
- Restart the Portal server to apply your changes.
Results
global.wp_toolbar_logo.enabled
, it acts as a
fallback setting for virtual portals that do not have the toolbar logo property set. For more
information about prefixes, placeholders, and the order in which properties are evaluated, go
to Virtual Portal Configuration Service.