Documentation

Powered by Minitek FAQ Book

FAQ

Section links will not work unless you create a menu item of type FAQ Book Pro > Section for each section.

Was this helpful?
Loading...
1

This problem is caused by an existing javascript error from a third-party extension or template. You must first check your website for errors and fix all existing javascript errors.

If you still have problems after you have fixed all errors, please open a ticket and we'll look into it.

Was this helpful?
Loading...
-2

You can fix the problem with one of the following ways:

  1. Use absolute paths instead of relative paths for the images.

  2. Use root-relative paths for the images by adding a leading forward slash to the relative path. For example:

    Change

    relative/path/to/image

    to

    /relative/path/to/image

  3. Open the component configuration and enable the parameter Fix relative links.


  Info

If the editor strips out the forward slash, you can either use absolute paths, or setup the editor not to strip any characters, or use a different editor than does not strip characters.

Was this helpful?
Loading...
4

Open the component configuration and disable the parameter Version checking.

If the problem persists, please open a ticket and we'll look into it.

Was this helpful?
Loading...
1