SID-02375: TwistyPlugin and CSS - script(s) missing?
| Status: |
Answered |
TWiki version: |
6.0.2 |
Perl version: |
|
| Category: |
CategoryPlugins |
Server OS: |
Ubuntu |
Last update: |
7 years ago |
I installed the
TwistyPlugin on my TWiki. It works fine with
PatternSkin, but on MySkin, which I am developing (based on TWiki and
PatternSkin) is fails. In MySkin I use CSS.
When I look at the topics based on
MySkin, I see in the rendered pages that
TwistyPlugin classes etc. are put on their place well, but the script(s) are missing and
TwistyPlugin is passing empty strings.
I upgraded
TwistyPlugin to the latest version, installing the bundels of
TwistyBundleTWiki04x02. Now I wonder if these bundels are complete?
At
TwistyPlugin at Plugin Installation Instructions there's a list of file which should be installed. But at least the files:
- pub/TWiki/BehaviourContrib/cssQuery/cssQuery-p.js
- pub/TWiki/BehaviourContrib/cssQuery/src/cssQuery-level2.js
- pub/TWiki/BehaviourContrib/cssQuery/src/cssQuery-level3.js
- pub/TWiki/BehaviourContrib/cssQuery/src/cssQuery-standard.js
- pub/TWiki/BehaviourContrib/cssQuery/src/cssQuery.js
I cannot find in my TWiki directory after installing.
Has this to do with
TwistyPlugin not functioning with MySkin / CSS?
--
Emiel Van Riel - 2018-10-13
Discussion and Answer
Not sure. The
TwistyContrib,
TwistyPlugin, and
BehaviourContrib are all preinstalled, so they should just work. The mentioned BehaviourContrib files are not used by TwistyContrib nor TwistyPlugin, so there must be another reason why it fails with your skin.
Look in the browser's developer tools: See if web console has any error, and if the network list has any files not found.
--
Peter Thoeny - 2018-10-13
It took me a while to find out that a
JavaScript overruled a TWiki script.Thanks for putting me on the right track.
--
Emiel Van Riel - 2018-10-15
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.