+

Search Tips   |   Advanced Search

Migration - Embedding the v8.5 site toolbar dynamically without a dynamic content spot

Embed a toolbar into a theme dynamically integrates the toolbar without editing the theme HTML template.

  1. Add wp_toolbar_host_dynamic to the non-deferred section of the theme profiles. This theme module contains both the resources for view mode and edit mode.
    {
    "moduleIDs" : [
    "getting_started_module", "wp_toolbar_host_dynamic", ...
    ]
    ...
    }

  2. See Add or remove a ready-to-use module to a theme to add a module to the profile.

  3. If we are not using WebDAV to connect to the theme resources, see Set a profile override on a page.

  4. After you embed a toolbar, we must either restart the portal server. Or, use the WAS console to invalidate the resource aggregator cache. To invalidate the cache, click Theme Analyzer > Utilities > Control Center > Invalidate Cache.


Parent Migration - Add the v8.5 site toolbar to a version 8.0 theme