expo-IP CMS User Manual

To use the expo-IP CMS, you need any current browser that supports the current HTML5 standard without errors. This does NOT include the browser: Microsoft INTERNET EXPLORER.

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

Use custom CSS and JavaScript

In the expo-IP CMS, custom CSS adjustments can be made at various points and custom JavaScript modules can be integrated.

EXPO-IP GmbH assumes no liability for individual settings and scripts as well as no support.

Custom CSS and JavaScript can be used to integrate add-on modules (e.g. tracking, store systems, competitions, etc.) and to customize the appearance of the expo-IP platform.

JavaScript variables

Instances to which visitors log in have access to user data via JavaScript:

Variable Type
expo.user.firstname string
expo.user.lastname string
expo.user.email string
expo.user.timezone string
expo.user.customField array
expo.user.customField[id].value string

 

Custom CSS

With own CSS settings the appearance of the expo-IP instance can be changed.

Example:

The following setting hides the mobile view content hint (e.g. the "Welcome" or "View content" tab).

<style>
/* Hinweis für mobil content ausblenden */
#go {display: none;}
</style>

Setting path

Custom CSS and custom JavaScripts are usually included under

Fair -> General -> Custom CSS/JS