Skip to main content
×
ovivio
labels
Toggle navigation menu
Other customer portals
Submit a request at
Sign in
How can we be of service?
Search
Websites UK
General
General
Information about your account, upcoming developments and the release notes.
General
Annual website update checklist
Promoted article
Terms we use within the websites
Blogs
Your school website as a calling card
Tips for a beautiful school website!
How to write engaging content for your website
Bring your website to life with Instagram
My account
Logging in to the website
Reset/restore password
Changing your password
Change account name
Change email address or username
Customer portal
How to make a screenshot
Urgency clarification
The customer portal
Frequently asked questions
What is the ideal size for the header image?
How to move team members on the team page?
How does my website appear on mobile?
How can I adjust the size of my photos/images?
Why does added text have a different font or formatting?
Didn't find what you were looking for?
Neem contact op met de supportdesk van
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categories
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>