ContentBlock widget pagination is not displaying results

  • Updated

When you edit a ContentBlock widget that you expect pages of results for but they do not appear, a change to CSS in Ektron 9.10 may be causing the issue.

1. Open the site root folder in file explorer.

2. Edit /widgets/ContentBlock.ascx .

3. Find the following line in the code:

<asp:View ID="Edit"  runat="server">

4. Paste the following code after the line:

<style type="text/css">
  div#CBPaging a{
    color:#000000 !important;
  }
</style>

5. Save the file.

6. Cancel edit mode of the ContentBlock widget.

7. Edit the ContentBlock widget again and the paging should display.

8. If the paging still does not appear, contact Ektron Support.