Compatibility mode problem
-
I believe I have a conflict between plugins; Accordion Shortcodes and The Events Calendar (the latter, installed last appears to break accordion function).
So I have set compatibility mode for Accordion Shortcodes but cannot get a result.
What i’ve done is: added to wp-config.php
/*NIL - added compatibility mode script for Accordion Shortcodes plugin. */ define('AS_COMPATIBILITY', true); /** * WordPress Database Table prefix.
Changed my accordion code to:
`[as-accordion clicktoclose=”true” openfirst=”false” openall=”false” scroll=”30″]
[as-accordion-item title=”AUSTRIA” id=”Austria” class=”Austria”]
….
[/as-accordion-item]
[/as-accordion]Plus added as- in front of all my css, but still the accordion is produced on page but is not ‘active’ (all accordion-items are open).
The site is in local dev at the moment. Could you kindly help with just these details?
- The topic ‘Compatibility mode problem’ is closed to new replies.