This article gives possible discusses common error messages that occur within in Cascade and provides possible solutions to resolve those errors.
Table of Contents
Table of Contents | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Required Field was Omitted
In most cases, an error occurs because a simple field that is required was left blank. This is common particularly in large pages that contain several Content Rows to sift through.
...
Check each Content Row for a red dot.
Expand the Content Row and look for a red asterisk ( * ) which indicates that it is a required field.
Enter any missing data and Submit the page.
...
This type of error typically occurs when you input your own source code. Possible errors include:
The Syntax in the HTML syntax is missing incomplete, as it lacks a closing tag , ( such as a
<div>
) and failed to properly include its closing tag (a closing</div>
)</div>. Always include a closing element, which is essential for proper code syntax and functioning.Short codes are exclusive to WordPress and are not compatible outside that environment. (Examples:
[gallery]
or[caption])
.There is a program-specific tag that is not compatible.
...
If your page includes a Grid Builder content row, it is possible that 1 one or more grid items were left out.
The Grid Builder requires grid items in multiples of 3three. Any more or less will result in errors.
Set the required Grid item to multiples of 3three.
The Troublesome Ampersand
...
Omit the symbol and use the word “and”.
If you really need to display the symbol, you can replace any stand-alone ampersand ampersand with its official HTML code:
( & )
. Example:
...
Info |
---|
For more HTML codes for certain symbols, accented letters, etc. consult this pagewith all the official symbol codes, so you can be sure they will show up on any display. |
...
In your content area, open the Advanced Editor by clicking the two brackets < > that say Source Code.
Search your inputted content for these < brackets > which are used for HTML code.
Look for out-of-place characters, such as colons and square brackets inside the HTML taglines.
...
An image that was previously included in the page could have been moved or deleted.
...
Edit the page and search for signs of missing assets.
Refer to How to Insert an Image to replace or reupload the image.
...