How to reposition a child view inside a placeholder by changing the index value of the child view

Repositions a child view inside a placeholder by changing the index value of the child view. The index is a 10-based index. Set index to less than 10 to position the child view before the current child view; set index to greater than 10 to position the child view after the current child view. If… Continue reading How to reposition a child view inside a placeholder by changing the index value of the child view

How to add one or more child views to a view that already exists in the DOM

Add one or more child views to a view that already exists in the DOM. Child views can be added to elements that have the data-view or data-cms-area data attribute. If there are multiple elements in a template that have a data-view (or data-cms-area) attribute value of view_id, the child views are added to all… Continue reading How to add one or more child views to a view that already exists in the DOM

Resolving Permission Violation When Attaching Non-File Cabinet Files to Emails

A permission Violation error message occurs when trying to attach a file, which isn’t located in your File Cabinet, to an email. There is a solution to this issue, and it involves adjusting the access restrictions of the Attachments Sent folder. Here’s a step-by-step guide on how administrators can resolve this problem: 1. Go to… Continue reading Resolving Permission Violation When Attaching Non-File Cabinet Files to Emails

How to create a search menu to filter links using CSS and JavaScript

Search/Filter Menu Creating a search for links in a navigation menu: Create A Search Menu Step 1) Add HTML: Note: We use href=”#” in this demo since we do not have a page to link it to. In real life this should be a real URL to a specific page. Step 2) Add CSS: Style the… Continue reading How to create a search menu to filter links using CSS and JavaScript