Configuration

Install tool

Consider to review the below mentioned entries in the installtool.

$GLOBALS['TYPO3_CONF_VARS']['SYS']['ddmmyy'] = 'd.m.y';
$GLOBALS['TYPO3_CONF_VARS']['SYS']['hhmm'] = 'H:i';
$GLOBALS['TYPO3_CONF_VARS']['SYS']['phpTimeZone'] = 'Europe/Zurich';
$GLOBALS['TYPO3_CONF_VARS']['SYS']['systemLocale'] = 'de_CH.utf8';

SEO

You might follow these steps to setup seo features:

  1. Install extension realurl
  2. Verify 404-handling. You might need to adjust configurations by help of the install tool (e.g. pageNotFound_handling).
  3. Review sitemap by adding ?eID=dd_googlesitemap to the domain
  4. Review seo tags like title-tag and description meta-tag
  5. Register domain as new property at google search console
  6. Verify ownership by adding google-site-verification code to the related seo constant (see figure below)
  7. Register domain in google analytics
  8. Add google analytics code to the related seo constant (see figure below)
SEO related constants in "PIZPALUE CUSTOMER" category

SEO related constants in “PIZPALUE CUSTOMER” category

404-Handling

The 404-handling can be configured in the install tool. An example configuration might look as following:

Parameter Value
[FE][pageNotFound_handling] REDIRECT:https://www.pizpalue.buechler.pro/404/
[FE][pageNotFound_handling_statheader] HTTP/1.0 404 Not Found

Scroll animation

The feature can be enabled in the constant editor (PIZPALUE: CUSTOMER - Features).

Since this feature is based on the dimensions from the visible area and the content element problems might come up where the content element dimensions change upon scrolling, like it is the case with the lazy image loading feature. This is why the images are configured to be fully preloaded when the scroll animation feature is enabled. This might be overwritten with the following TS:

lib.contentElement.settings.preload.images = 0

Enable scroll animation

To enable the scroll animation for a certain page follow these steps:

  1. Create extension template for page
Create extension template for page
  1. Enable scroll animation in constant editor
Enable scroll animation in constant editor

Social networks

Links to social networks can easyly be embedded by using the string ###SocialNetwork### some where in a content element.

By default the “Font Awesome” library is used for this purpose. This library provides an extensive icon set. Even the TYPO3 logo is available.

Many icons are as well available with the Ionicon library provided by the bootstrap_package. Unfortunatly the TYPO3-icon as well as the Xing-icon are missing. In case those icons aren’t needed the “Font Awesome” library might be disabled to gain page load speed. The related parameter can be found under the “Features” section in the constant editor selecting “PIZPALUE: CUSTOMER”.