-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This guide is for internal users of OmniCMS and is based on the most frequenly asked questions.
In this section provide a brief summary of the conceptual information you plan to provide. This should allow the users to understand what they will find on this page.
In this section provide the details related to your conceptual information. This should allow the users to deep dive into understanding the concept. Use appropriate graphic or video files to explain the details.
In this section provide an example of the conceptual information you plan to provide. A specific example often helps your users better understand a concept.
The Difference Between Sections and Folders
"Folders" are for organizing (content), "sections" are subsites with a new left side navigation.
-
A 'section' contains webpages. Visit the OmniCMS Support Site to learn how to create a section and a folder.
-
A 'folder' can contain documents or images. (Example: /images/yourdirectory/image.jpg)
- Images should be 1mb or under.
- Add 'img-fluid' class to jpg and png files
- To ensure a banner or 'hero' image is full-width and responsive, add
"width="100%"to the'img src'Example:<img src="/images/directory/image.jpg" alt="descriptive text" class="img-fluid" width="100%">