I can, but I lose many theme options when I switch themes.
I am trying to work out what change was made that could have caused it.
To try conflict mode I need to change all shortcodes correct? Is it advisable to use a search and replace in phpMyadmin to do this?
The theme does have many shortcodes available which I think may cause this conflict. They don’t appear to have used an accordion shortcode though.
eg:
[tabs]
[tab title="tab1"]
tab1 content (your plugin)
[/tab]
or the theme is;
[tabgroup]
[tab title="tab1"]
tab1 content (theme shortcode)
[/tab]
[/tabgroup]