Modular Frame 3 Columns

In this article
Warning
Legacy feature

This article pertains to the Coveo Hive framework which is now in maintenance mode.

Choose one of Coveo’s more modern, lightweight, and responsive libraries for any future search interface development. See the search interface Implementation guide for more details.

Coveo for Sitecore Specific Rendering The Modular Frame 3 Columns creates an HTML layout containing only high-level placeholders similar to the Modular Frame, but splits the layout into three columns to allow content recommendations to be placed next to the results list.

Usage notes

  • Adding the Coveo Search Interface rendering is a prerequisite to the insertion of the Modular Frame 3 Columns rendering.

Insertion Location

Coveo Hive

The Modular Frame 3 Columns rendering is an Allowed Control in the following placeholder(s): UI Content

Example insertion sequence for the Modular Frame 3 Columns rendering.

Coveo Hive SXA

The Coveo for Sitecore SXA package doesn't include frames and SXA sites are incompatible with the non-SXA Coveo Hive frame renderings. To position and size your Coveo for Sitecore SXA renderings, use Sitecore page structure renderings in combination with the SXA grid system.

Data Source Options

The Modular Frame 3 Columns rendering has no data source options.

Sample Generated HTML and Corresponding Visual Output

Generated HTML:

<div>
    <!-- Content from renderings inserted in the Header Section placeholder -->
    <div class="coveo-main-section coveo-main-section-with-recommendations">
        <div class="coveo-header">
            <!-- Content from renderings inserted in the UI Header placeholder -->
        </div>
        <!-- Content from renderings inserted in the Main Section placeholder -->
        <div class="coveo-footer">
            <!-- Content from renderings inserted in the UI Footer placeholder -->
        </div>
    </div>
    <!-- Content from renderings inserted in the Footer Section placeholder -->
</div>

Placeholder layout:

Default Frame Layout | Coveo for Sitecore 5