Layout, Parameters and SEO
Last updated
Was this helpful?
Last updated
Was this helpful?
Now, go to the Settings > Layout, Parameters and SEO section in your dashboard
We are going to explain the available settings in this section:
Production: If your platform is currently visible to customers, pages loading time is faster and debugging messages are displayed
Development: If you are modifying the source code or debugging some functionnalitites, the Symfony profiler will appear at the right bottom corner of all the pages
Enable: If you want to display error messages (if any), you should use this along with the Development Environment
Disable: Disable all debugging messages, you should use this along with the Production Environment
This is a string that should be unique to your application and it is commonly used to add more entropy to security related operations
Enable maintenance mode to display a maintenance page for all users but the users who are granted the ROLE_ADMINISTRATOR role, if you lost your session, you can edit the MAINTENANCE_MODE parameter directly in the .env file
Enter a custom message that will appear in the maintenance mode page
Project wide date and time format, follow this link for a list of supported characters:
https://unicode-org.github.io/icu/userguide/format_parse/datetime/ .
Please make sure to keep the double quotes " " around the format string.
The default format used by Eventic is: "eee dd MMM y, h:mm a z"
Used in some specific cases, follow this link for a list of supported characters:
https://www.php.net/manual/en/datetime.format.php .
Please make sure to keep the double quotes " " around the format string.
The default format used by Eventic is: "d/m/Y, g:i A T"
Used in some specific cases, follow this link for a list of supported characters:
https://www.php.net/manual/en/datetime.format.php .
Please make sure to keep the double quotes " " around the format string.
The default format used by Eventic is: "D j M Y"
Choose the timezone that applies to all the dates in the platform
Choose the default language that is used if no locale is passed to the homepage url
Choose the languages that users can change to
This is the platform name that is used platform wide (reports, payments, emails...)
Enter the chosen website name with no spaces and no uppercase characters (for SEO purposes)
Enter the full website url
Enter the platform url without www nor http(s)
Enter the platform description, will be used in the meta description tag, the bottom of tickets, emails...
Enter some keywords that represent your website, will be used in the meta keywords tag
Enter the email that contact emails will be sent to, will be used in the contact form, displayed in the contact us page...
Displayed in the contact us page
Displayed in the contact us page
Displayed in the contact us page
Displayed in the footer
Displayed in the footer
Displayed in the footer
Displayed in the footer
Choose a color that will be used as the platform theme
Read only field, will be updated automatically when you choose a new color
Enter an email address that will be used to send outgoing emails like order confirmation, account activation link on registration...
Choose a 200x50 image size to ensure compatibility with the website design
We recommend a 48x48 image size
Displays a back to top button at the right bottom corner of every page
Shows the terms of service page link in the footer
Select the privacy policy page from the list of pages created in the Pages Section
Shows the cookie policy page link in the footer
Select the cookie policy page from the list of pages created in the Pages Section
Shows a bar at the bottom of every page containing a link to cookie policy page
Shows the GDPR compliance page link in the footer
Select the Gdpr compliance page from the list of pages created in the Pages Section
Add a custom CSS code that will be applied to all the platform pages
Add your Google Analytics Tracking ID to view detailed statistics about your website visitors