Tag: Implementation
The “Category” field is a standard field in the crawler, and can be set up to identify a specific type of content when crawling. This can be useful when implementing the template as it becomes very easy to implement a filter on said category. The example above is just one . . . Read more
Default translations are the small pieces of text that appear in the template of the website, such as “did you mean..” or “your search for …”. These are automatically translated into the language that the search is set up for. However, it is possible to rephrase or change the translation. . . . Read more
When implementing search on a website, the CludoJS can be used to enable/disable and customize certain features. The options are defined as an object with multiple options. The table below describes each of the options available, what they do, and examples of values.All options are available for custom templates, however, . . . Read more
Search templates are used to implement Cludo on a website. Typically, a search template is split into two components: Because search templates should be matching the rest of the website, depending on the requirements of both the features and visual appearance, it is possible to utilize the global templates offered . . . Read more
Once a search template is implemented correctly, CSS can be used to further style the template to match the visuals of the rest of the website.When using the global search templates like Overlay or Inline, the following CSS selectors can be used modify certain elements. Overlay Edit banner colors Add . . . Read more
The MyCludo interface is designed for desktop first but responsive support, which means it will resize and adjust to individual screens sizes including mobile devices. Compatible MyCludo browsers Compatible Template browsers The overlay and inline templates and any custom implementations by Cludo are compatible on all platforms (Desktop, Mobile, Tablet) . . . Read more
Cludo offers two global templates that can easily be implemented by copying and pasting code snippets onto the website. This solution is a safe and easy way to implement Cludo out-of-the-box. Alternatively, more custom templates can be created, which will require a more custom code implementation. If you are having . . . Read more