Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This article gives possible error messages that occur and solutions.

Table of Contents

\uD83D\uDCD8 Instructions

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.

If your page does not Submit:

  1. Check each Content Row for a red dot.

  2. Expand the Content Row and look for a red asterisk ( * ) which indicates that it is a required field.

  3. Enter any missing data and Submit the page.

Format Error

This type of error typically occurs when you input your own source code. Possible errors include:

  1. The Syntax in the HTML is missing a closing tag, (such as a <div>) and failed to properly include its closing tag (a closing </div> ).

  2. Short codes are exclusive to WordPress and are not compatible outside that environment. ( Examples: [gallery] or [caption] ).

  3. There is a program-specific tag that is not compatible.

Grid Builder: Rule of 3

  • If your page includes a Grid Builder content row, it is possible that 1 or more grid items were left out.

  • The Grid Builder requires grid items in multiples of 3. Any more or less will result in errors.

  • Set the required Grid item to multiples of 3.

The Troublesome Ampersand

One known issue in Cascade is it's trouble rendering the ampersand character.

Solutions:

  1. Omit the symbol and use the word “and”.

  2. If you really need to display the symbol, you can replace any stand-alone ampersand  with its official HTML code:( &amp; ). Example:

For more HTML codes for certain symbols , accented letters, etc. consult this page with all the official symbol codes, so you can be sure they will show up on any display.

False Coding

It is possible that your text input method (for example, copying content from another program and pasting it here) is causing the page to read certain things as HTML code.

  1. In your content area, open the Advanced Editor by clicking the two brackets < > that say Source Code.

  2. Search your inputted content for these < brackets > which are used for HTML code.

  3. Look for out of place characters, such as colons and square brackets inside the HTML taglines.

Missing Images

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.

  • No labels