Working with SMT Landing Pages in a Sandbox Account

When working with Site Management Tools in a sandbox account, It is needed to configure the URL for landing pages to reflect the domain of the sandbox environment. If you fail to set this configuration property, you receive a Page Not Found error when attempting to access an SMT landing page in the sandbox environment. Configure Properties… Continue reading Working with SMT Landing Pages in a Sandbox Account

Declare the variable as editable – editable() Function

The metadata to expose a variable takes the form of an editable() function call wrapped inside a comment in your Sass files. This function call accepts a JSON object as its single argument with the following properties: type – declares the variable type. This property is required.Possible values include: color – displays a color picker in SMT. string – declares a value… Continue reading Declare the variable as editable – editable() Function

Expose a variable for customization

Open the Sass file containing the variable you want to expose. Create an inline comment (//) or a block comment (/* … */) immediately following the variable declaration.You can use either comment method. For example:$sc-primary-color: red; //Copy$sc-primary-color: red; /* */Copy Use the editable() function within your comment tags to declare the variable as editable. Save the file. If… Continue reading Expose a variable for customization

Error in saving the CMS after changing the values.

How to resolve the error in CMS (SMT) after changing the values? This error is occurring due to invalid values set to the skin variables. Solution: Navigation to the custom records:-customization >> Lists, Records & Fields >> Record Types >> SC ExtMech Custom Skin >> Click on ‘List’ >>customization >> Lists, Records & Fields >>… Continue reading Error in saving the CMS after changing the values.

Adding Responsive Images to Homepage of a Website Using SMT

We can add image directly by adding CMS image option in edit section in Site management tools. But it may not be responsive in all screen sizes. For adding responsive images using SMT : First we need to add a CMS Html area to the section where we need to add the image. Then upload… Continue reading Adding Responsive Images to Homepage of a Website Using SMT