All pages
Powered by GitBook
1 of 2

Loading...

Loading...

Expert settings

This section contains configuration fields for "experts". You can add custom code here.

As custom code can cause considerable issues, we have purposely named this block "Expert settings". You should only use these configurations if you are absolutely sure of what you are doing!

Note: The "Expert settings" are "individual customisations". As part of the plugin support, we cannot provide support here, or only to a very limited extent.

Attention: Please note that custom code can cause considerable issues or potentially dangerous vulnerabilities!

Configuration


Field type: Select

Available values: • no • yes

Example value: yes

Path to the configuration: Tab "Others" => Block "Expert settings"

Technical name: twt-expert-mode


Field type: Text field

Example value: ``

Path to the configuration: Tab "Others" => Block "Expert settings" => Section "Individual CSS class"

Technical name: twt-body-class

{% hint style="info" %} Adds one or more CSS classes to the HTML body. Separate multiple classes with spaces.

Example: my-shop {% endhint %}


Field type: Teat area

Example value: ``

Path to the configuration: Tab "Others" => Block "Expert settings" => Section "Individual code"

Technical name: twt-custom-css-code


Field type: Teat area

Example value: ``

Path to the configuration: Tab "Others" => Block "Expert settings" => Section "Individual code"

Technical name: twt-custom-html-code

{% hint style="info" %} Individual HTML code in the <head> area to add <meta> or <style> tags, for example. Ideally, you should add HTML code via a template customisation.

Caution: This configuration can lead to errors if you enter a wrong value! Only use this if you are absolutely sure. {% endhint %}


Field type: Teat area

Example value: ``

Path to the configuration: Tab "Others" => Block "Expert settings" => Section "Individual code"

Technical name: twt-custom-js-code


Field type: Select

Available values: • no • yes

Example value: no

Path to the configuration: Tab "Others" => Block "Expert settings" => Section "CSS file"

Technical name: twt-additional-css-file-load


Field type: URL

Example value: demo.url/styles.css

Path to the configuration: Tab "Others" => Block "Expert settings" => Section "CSS file"

Technical name: twt-additional-css-file


Field type: Select

Available values: • no • yes

Example value: no

Path to the configuration: Tab "Others" => Block "Expert settings" => Section "JavaScript file "

Technical name: twt-additional-js-file-load


Field type: URL

Example value: demo.url/script.js

Path to the configuration: Tab "Others" => Block "Expert settings" => Section "JavaScript file "

Technical name: twt-additional-js-file


Field type: Select

Available values: • no • yes

Example value: no

Path to the configuration: Tab "Others" => Block "Expert settings" => Section "JavaScript file "

Technical name: twt-additional-js-file-async

Expert mode

This configuration enables/disables the "Expert mode". Deactivate the "Expert mode" to be able to avoid errors.

Individual CSS class

Body class

Individual code

Individual CSS code

These CSS code is loaded directly in the head area and should be minimized with a CSS minifier tool. Ideally, you should add CSS code via a SCSS file, e.g. with a customising plugin.

Caution: This configuration can lead to errors if you enter a wrong value! Only use this if you are absolutely sure.

Individual HTML code

Individual JavaScript code

Add individual JavaScript code to the end of the HTML page. Enter the complete <script> tag here. Ideally, you should add JavaScript code via a JS file, e.g. with a customising plugin.

Caution: This configuration can lead to errors if you enter a wrong value! Only use this if you are absolutely sure.

CSS file

Load CSS file

CSS file

Herewith you can load your own CSS file (e.g. FontAwesome) from your server.

Note: Access to external files is not recommended, be aware of Cross-Origin Resource Sharing for this.

JavaScript file

Load JavaScript file

JavaScript file

Herewith you can load your own JS file from your server.

Please note that the file is not integrated into the cookie manager.

Note: Access to external files is not recommended, be aware of Cross-Origin Resource Sharing for this.

Load file asynchronously