...
In Cascade CMS, go to the page identified in the page report. In the sample above, the “presentation template” page is selected.
Click the …more drop down menu and select Show Regions. The Region Assignments sidebar appearswill appear.
The Region Assignments provide a map of each region created in a template. We have already identified the page zoom issue in the head files. Click Head Files. The block “head-files” appearswill appear.
Each mapped region is hyperlinked to the asset. Click the head-files block to go to the asset in your site.
Note the breadcrumb trail for the head-files block. It is located inside the _cascade folder for your site. Files in the _cascade folder control a specific region on every page in your site. Making a change to this asset will require you to re-publish your pages in your site for the changes to take effect.
...
On the XML Block: head-files page, click Edit. The advanced editor window openswill open.
Click on the Toggle Fullscreen Mode icon to expand the code view.
On or around line 3 of the code, locate the content meta tag highlighted in the Siteimprove page report and select in your Cascade CMS advanced editor.
Copy the content meta tag code block below and replace the meta tag in Cascade CMS.
Code Block <meta content="width=device-width, initial-scale=1, shrink-to-fit=yes, user-scalable=yes" name="viewport"viewport”/>
Click Preview Draft and then Submit to save to Cascade CMS.
Verify that your XML block was saved. If your XML block includes the Draft button next to the title, this means you have an error in your code. Usually, this means you have forgotten a closing quote or slash.
If your XML was not saved correctly, you will see an error message that states “asset failed validation” when you click the Submit button.
Click Edit.
Correct your code and repeat step 5.
After you have successfully saved the XML code block, go to the page in Cascade CMS that was identified in the Siteimprove page report and publish the page.
...
Info |
---|
On the page report window, if you have successfully corrected all issues on that page, you will see a “Great Job! All occurrences on this page have been fixed” badge. |
...