Questions
-
I followed the documentation (Email services for a domain with Sitejet - Sitejet Help) to activate the mail hosting for my domain (knowing the domain was not bought on SiteJet). The setup looks OK. The address contact@my-domain.com was already created when I bought the domain and before activating the mail hosting in SiteJet. The question is how to use this email address contact@my-domain.com in webmail? When I email this address, I get a response that this email address does not exist. Should I create it again and import emails from old inbox?
-
Is Matomo already integrated out of the box? No need for setup?
-
Can we create a blog and refer it to another website as folder: www.my-other-web-site.com/blog?
-
Sometimes the text links are not highlighted on hover (even if the design setting is done correctly). Actually links in the body are highlighted on hover, but links in the footer are not highlighted on hover, how can I fix this?
4.1. Same thing happens with text decoration: in the design settings for links, the text decoration is set to underline. But when I use links within an HTML element, the links are not underlined. Is this a bug?
-
How can I translate the file element in the form (allowing a file upload)? It is always displayed in English.
-
According to the documentation here Use custom HTML, CSS, and JavaScript code - Sitejet Help, it is indicated âNote that deleting a preset in Website Builder (CMS) does not automatically remove the embedded CSS or JavaScript code.â. So, how to make cleanup the non-used mixins to avoid shipping unused ones? Do I have to do it manually? If yes, then how to match the mixins to its preset?
-
According to the documentation here Use custom HTML, CSS, and JavaScript code - Sitejet Help, it is indicated âYou can also use the âOptimizeâ button to find unused rules and clean up your code.â. I cannot find the Optimize button? Please share a screenshot. Does this button clean the unused mixins also?
-
What is the efficient way to remove unused mixins in Config code? Manually?
-
How to add a script in header for a specific page? This can be useful to add structured data to a page displaying a blog post for example (Informationen zum Schema-Markup fĂŒr Artikel | Google Search Central  | Dokumentation  | Google Developers), a recipe, a product, etc. The structured data snippet should be set in the header per page. For now, I only see that when we add a script in the header, it will be applied to all pages. Example of a structured data in the header section:
<html>
<head>
<title>Article headline</title>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "NewsArticle",
"headline": "Article headline",
"image": [
"https://example.com/photos/1x1/photo.jpg",
"https://example.com/photos/4x3/photo.jpg",
"https://example.com/photos/16x9/photo.jpg"
],
"datePublished": "2015-02-05T08:00:00+08:00",
"dateModified": "2015-02-05T09:20:00+08:00",
"author": [{
"@type": "Person",
"name": "Jane Doe",
"url": "http://example.com/profile/janedoe123"
},{
"@type": "Person",
"name": "John Doe",
"url": "http://example.com/profile/johndoe123"
}]
}
</script>
</head>
<body>
</body>
</html>
-
Does SietJet support Google Analytics 4?
-
I found the pre CSS styling in the boilerplate read only tab as follows:
// default block code styles
pre {
background-color: $gray-lightest;
border: $border-width solid $gray-lighter;
padding: $spacer/2 $spacer;
@if ($feature-rounded == true) {
border-radius: $border-radius solid darken($gray-lighter, 9%);
}
}
I want to change the above styling. What would the optimal way to do it? I want to replace the code and not override it to avoid writing non-used CSS (which will be overridden).
-
In this article, Email services for a domain with Sitejet - Sitejet Help, it is indicated that âyou can offer your customers an unlimited number of email accounts (fair use policy)â. Could you please explain more about âfair use policyâ?
-
What would be the common robots.txt for all SiteJet websites? Usually when we develop a website we may disallow cache folder for example and other internal folders.
-
Documentation errors: the video in this link Using Corporate Identity Detection - Sitejet Help is incorrect as it shows how to add a logo, and it is not about using corporate identity detection. Where can I find the correct video?
-
Performance: after checking the website with Google Speed Insight, I noticed performance issues related to the unused CSS and JS (please check the following screenshot). How to remove unused CSS and JS?
15.1. Also, it is recommended to use a longer cache life for resources (please check image below). How to change the cache duration in SiteJet for the following resources?
- âCheck websiteâ tool:
- Iâm getting this message âForm âFormulaire gĂ©nĂ©ralâ has an e-mail address not defined in the customer data or in the briefingâ even though I have indicated the email address (to which the form will be sent) in the customer form settings. Where can I find these locations to double-check âin the customer data or in the briefingâ?
- I also get âNo keywords enteredâ. I would suggest removing this warning as it is no longer useful for SEO ranking.
-
Is it possible to upload a SVG as a logo?
-
Is it possible to save a group of elements as a preset for later use?
-
Is it possible to implement a mega menu?
Bugs and issues
-
Contact form preset: sometimes when I select the variant âplainâ, it does not get displayed. Actually, in order to display it, I have to select the default variant just before selecting the plain variant.
-
I add the cookie bar to the website: even if it has been closed (after first time display and once I clicked on âI acceptâ), it shows and hides quickly on each page opening. So each time I navigate to a page, the cookie bar is displayed and then gone quickly, causing a content reflow and a bad user experience. I guess, it should be set to display none as initial state. How to prevent this behavior?
-
In the stats page in the client portal: when I hover on the menu, the sub menu is displayed under the table headers (please check the following image).
-
The meta title of the 404 page does not work. When I hover on a 404-page tab, I see the wrong URL instead of the defined meta title. Also, when I run âCheck websiteâ I get âWord duplicate in the title on Erreur 404 Page Non TrouvĂ©e - Smart Unicorn (XXXX, YYYYY)â error, even when the meta title is empty.
-
When I submit a form, the succes message after submitting the form has a margin, I cannot figure out where to remove its margin. Please check the following image.
// Generated CSS
.ed-element.preset-contact-form-v3-plain .wv-message {
text-align: center;
padding: 0.5rem;
flex-basis: 100%;
width: 100%;
color: #fff;
margin: 1rem; // to remove somewhere in the form preset or any other place
}
- Problem with Google Analytics integration, I get this error message âInvalid or missing web property IDâ by the Google Tag Assistant Chrome extension.