+

Search Tips   |   Advanced Search

Add the social rendering theme module to a theme profile

For the social lists provided by social rendering to work, the theme that renders these lists needs to load CSS and JavaScript files. To include the CSS and JavaScript files in the theme, we need to add the wp_social_rendering_85 theme module to your theme.

The presentation components the social rendering feature provides and the social lists use rely on specific CSS styles and JavaScript files the theme needs to load. To load those styles, make sure the wp_social_rendering_85 theme module is available in the theme profile that is active on the page that renders the social list. If the wp_social_rendering_85 theme module is not loaded for a page, the social list does not look as expected, and users cannot interact with the social lists on that page.

To determine which WebSphere Portal theme profiles already specify the wp_social_rendering_85 theme module, review the theme profiles that come with the portal installation.

To add the social rendering theme module to a custom profile of a custom theme...

./ConfigEngine.sh add-theme-modules        \
                  -DThemeUniqueName=my.custom.theme \
                  -DThemeProfileFileName=profile_my_custom_profile.json        \
                  -DModuleIDs=wp_social_rendering_85

To remove the social rendering theme module from the lightweight profile of the Portal 8.5 theme...

./ConfigEngine.sh remove-theme-modules       \
                  -DThemeUniqueName=my.custom.theme        \
                  -DThemeProfileFileName=profile_my_custom_profile.json        \
                  -DModuleIDs=wp_social_rendering_85


Parent Administer social lists